Mercurial > geeqie
annotate plugins/ufraw/geeqie-ufraw-recursive.desktop.in @ 1772:9f3b7a089caf
check gtk_clutter_init return value
https://sourceforge.net/tracker/index.php?func=detail&aid=2899866&group_id=222125&atid=1054680
author | nadvornik |
---|---|
date | Sat, 21 Nov 2009 20:08:51 +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 |