Skip to content

Commit

Permalink
added command for editing ufraw id file, changed menu location
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Jun 27, 2009
1 parent 5865742 commit 1282982
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
5 changes: 4 additions & 1 deletion plugins/ufraw/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
dist_pkglib_SCRIPTS = geeqie-ufraw

gq_desktopdir = $(pkgdatadir)/applications
gq_desktop_in_files = geeqie-ufraw-recursive.desktop.in geeqie-ufraw.desktop.in
gq_desktop_in_files = geeqie-ufraw-recursive.desktop.in \
geeqie-ufraw.desktop.in \
geeqie-ufraw-id.desktop.in

gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

Expand Down
23 changes: 23 additions & 0 deletions plugins/ufraw/geeqie-ufraw-id.desktop.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[Desktop Entry]
Version=1.0
Type=Application
_Name=Edit UFRaw ID file

Exec=ufraw --create-id=only %U

# show only if ufraw is installed
TryExec=ufraw

# Desktop files that are usable only in Geeqie should be marked like this:
Categories=X-Geeqie;
OnlyShowIn=X-Geeqie;

# Show in menu "Edit"
X-Geeqie-Menu-Path=EditMenu/EditSection

# It can be made verbose
# X-Geeqie-Verbose=true

MimeType=application/x-ufraw;image/x-dcraw;

Icon=ufraw
2 changes: 1 addition & 1 deletion plugins/ufraw/geeqie-ufraw-recursive.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Categories=X-Geeqie;
OnlyShowIn=X-Geeqie;

# Show in menu "Edit"
X-Geeqie-Menu-Path=EditMenu
X-Geeqie-Menu-Path=EditMenu/EditSection

# It can be made verbose
# X-Geeqie-Verbose=true
Expand Down
2 changes: 1 addition & 1 deletion plugins/ufraw/geeqie-ufraw.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Categories=X-Geeqie;
OnlyShowIn=X-Geeqie;

# Show in menu "Edit"
X-Geeqie-Menu-Path=EditMenu
X-Geeqie-Menu-Path=EditMenu/EditSection

# It can be made verbose
X-Geeqie-Verbose=true
Expand Down

0 comments on commit 1282982

Please sign in to comment.