comparison plugins/ufraw/geeqie-ufraw-recursive.desktop.in @ 1645:8efd65465de5

ufraw-batch script added a more complicated script that demonstrates advanced features of external editors: - create a jpeg + ufraw id file for each raw file - update the jpeg if the id file was modified
author nadvornik
date Thu, 18 Jun 2009 20:46:33 +0000
parents
children 65ebc00c3780
comparison
equal deleted inserted replaced
1644:5d66965165f2 1645:8efd65465de5
1 [Desktop Entry]
2 Version=1.0
3 Type=Application
4 _Name=Process folder with UFRaw Batch
5
6 # call the helper script with current directory as an argument
7 Exec=geeqie-ufraw .
8
9 # Desktop files that are usable only in Geeqie should be marked like this:
10 Categories=X-Geeqie;
11 OnlyShowIn=X-Geeqie;
12
13 # Show in menu "Edit"
14 X-Geeqie-Menu-Path=EditMenu
15
16 # It can be made verbose
17 # X-Geeqie-Verbose=true
18