Mercurial > geeqie.yaz
annotate plugins/symlink/symlink.desktop.in @ 1747:10f9803aca45
Workaround intltoolize 0.40.6 bug related to LINGUAS, see bug 2817602.
author | zas_ |
---|---|
date | Sat, 09 Jan 2010 11:44:27 +0000 |
parents | a78ac3a4c32e |
children |
rev | line source |
---|---|
1642 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
4 _Name=Symlink | |
5 | |
6 # call the helper script | |
7 Exec=geeqie-symlink %f | |
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" | |
14 X-Geeqie-Menu-Path=FileMenu/FileOpsSection | |
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 |