blob: 8999b22e75f2b980f8a425f5f19d52158c3269f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
?package(krusader):\
needs="X11"\
section="Applications/Network/File Transfer"\
hints="TDE"\
title="krusader (File Manager)"\
icon32x32="/usr/share/pixmaps/krusader_user.xpm"\
icon16x16="/usr/share/pixmaps/krusader_user-16.xpm"\
command="/opt/trinity/bin/krusader"
?package(krusader):\
needs="X11"\
section="Applications/Network/File Transfer"\
hints="TDE"\
title="krusader - root-mode (File Manager)"\
icon32x32="/usr/share/pixmaps/krusader_root.xpm"\
icon16x16="/usr/share/pixmaps/krusader_root-16.xpm"\
command="tdesu -c /opt/trinity/bin/krusader"
|