Mercurial > geeqie
annotate plugins/ufraw/geeqie-ufraw.desktop.in @ 1798:1cff176f8144
fixed segfault in exif parser
http://sourceforge.net/tracker/index.php?func=detail&aid=2950617&group_id=222125&atid=1054682
author | nadvornik |
---|---|
date | Sun, 14 Feb 2010 22:00:23 +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 |