Mercurial > geeqie
changeset 1747:43c75f23dff2
simplified template
author | nadvornik |
---|---|
date | Sat, 12 Sep 2009 16:03:09 +0000 |
parents | a0e47436b552 |
children | 22c398d44d7a |
files | plugins/template.desktop |
diffstat | 1 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/template.desktop Sat Sep 12 15:51:37 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