Mercurial > geeqie
annotate plugins/ufraw/geeqie-ufraw.desktop.in @ 1716:cb905f42ac0b
Fixing libexiv2 bug
author | mow |
---|---|
date | Mon, 03 Aug 2009 12:34:57 +0000 |
parents | 2239dc484435 |
children |
rev | line source |
---|---|
1651 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
4 _Name=UFRaw Batch | |
5 | |
6 # call the helper script on each file individually | |
7 # - this allows a better controll over processing | |
8 Exec=geeqie-ufraw %f | |
9 | |
1657 | 10 # show only if ufraw is installed |
11 TryExec=ufraw | |
12 | |
1651 | 13 # Desktop files that are usable only in Geeqie should be marked like this: |
14 Categories=X-Geeqie; | |
15 OnlyShowIn=X-Geeqie; | |
16 | |
17 # Show in menu "Edit" | |
1670
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1657
diff
changeset
|
18 X-Geeqie-Menu-Path=EditMenu/EditSection |
1651 | 19 |
20 # It can be made verbose | |
21 X-Geeqie-Verbose=true | |
22 | |
23 MimeType=application/x-ufraw;image/x-dcraw; | |
1657 | 24 |
25 Icon=ufraw |