Mercurial > geeqie
annotate plugins/ufraw/geeqie-ufraw-recursive.desktop.in @ 1769:74bebbfe79a4
Updated spanish translation. Thanks to Redy Rodriguez.
author | zas_ |
---|---|
date | Sat, 07 Nov 2009 21:31:23 +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 |