Mercurial > geeqie
annotate plugins/ufraw/geeqie-ufraw-recursive.desktop.in @ 1757:8ecdf8445ef5
fixed and simplified sidecar grouping code
author | nadvornik |
---|---|
date | Thu, 24 Sep 2009 21:52:44 +0000 |
parents | 2239dc484435 |
children |
rev | line source |
---|---|
1651 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
1657 | 4 _Name=UFRaw Batch recursive |
1651 | 5 |
6 # call the helper script with current directory as an argument | |
1657 | 7 Exec=geeqie-ufraw --recursive . |
8 | |
9 # show only if ufraw is installed | |
10 TryExec=ufraw | |
1651 | 11 |
12 # Desktop files that are usable only in Geeqie should be marked like this: | |
13 Categories=X-Geeqie; | |
14 OnlyShowIn=X-Geeqie; | |
15 | |
16 # Show in menu "Edit" | |
1670
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1657
diff
changeset
|
17 X-Geeqie-Menu-Path=EditMenu/EditSection |
1651 | 18 |
19 # It can be made verbose | |
20 # X-Geeqie-Verbose=true | |
21 | |
1657 | 22 Icon=ufraw |