Mercurial > geeqie
annotate plugins/symlink/symlink.desktop @ 1663:c59e8385328d
improved description string
author | nadvornik |
---|---|
date | Tue, 23 Jun 2009 19:20:48 +0000 |
parents | a57336c3b1cc |
children |
rev | line source |
---|---|
1272 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
4 Name=Symlink | |
5 | |
1556
3840882253fe
added remote interface for exporting additional info (sidecars,
nadvornik
parents:
1275
diff
changeset
|
6 # call the helper script |
3840882253fe
added remote interface for exporting additional info (sidecars,
nadvornik
parents:
1275
diff
changeset
|
7 Exec=geeqie-symlink %f |
1272 | 8 |
9 # Desktop files that are usable only in Geeqie should be marked like this: | |
10 Categories=X-Geeqie; | |
11 OnlyShowIn=X-Geeqie; | |
12 | |
13 # Show in menu "File" | |
1275 | 14 X-Geeqie-Menu-Path=FileMenu/FileOpsSection |
1272 | 15 |
16 # This is a filter - $GEEQIE_DESTINATION is required | |
17 X-Geeqie-Filter=true | |
18 | |
19 # It can be made verbose | |
20 # X-Geeqie-Verbose=true |