From: Vladimir Nadvornik Date: Sat, 12 Sep 2009 16:03:09 +0000 (+0000) Subject: simplified template X-Git-Tag: v1.0.0~56 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=5773c73278ff455e6b1c96f115509cf24fe89108 simplified template --- diff --git a/plugins/template.desktop b/plugins/template.desktop index d917bf33..e291678e 100644 --- a/plugins/template.desktop +++ b/plugins/template.desktop @@ -1,10 +1,15 @@ [Desktop Entry] Version=1.0 Type=Application +# +# The name which appears in the menu: Name=Template #Name[cs]= #Name[fr]= +# Replace "command" with the actual command or script: +Exec=command %f + # %f A single file name, even if multiple files are selected. The # system reading the desktop entry should recognize that the program in # question cannot handle multiple file arguments, and it should should @@ -26,18 +31,17 @@ Name=Template # the executable program. Local files may either be passed as file: URLs # or as file path. # -# "$GEEQIE_DESTINATION" destination set by Geeqie -Exec=ln -s %f "$GEEQIE_DESTINATION" # Desktop files that are usable only in Geeqie should be marked like this: Categories=X-Geeqie; OnlyShowIn=X-Geeqie; # Show in menu "File" -X-Geeqie-Menu-Path=FileMenu/FileOpsSection +# X-Geeqie-Menu-Path=FileMenu/FileOpsSection -# This is a filter - $GEEQIE_DESTINATION is required -X-Geeqie-Filter=true +# This is a filter - see symlink.desktop and geeqie-symlink for an example +# how to use this feature +# X-Geeqie-Filter=true # It can be made verbose # X-Geeqie-Verbose=true