# HG changeset patch # User nadvornik # Date 1252771389 0 # Node ID bc89bb2f07c1d9afcc874f9effc1e4960e8d1515 # Parent ae8f35af93017ae0c4c4c7e618d5491c2ed611cd simplified template diff -r ae8f35af9301 -r bc89bb2f07c1 plugins/template.desktop --- a/plugins/template.desktop Wed Sep 09 18:16:09 2009 +0000 +++ b/plugins/template.desktop Sat Sep 12 16:03:09 2009 +0000 @@ -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 @@ # 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