Mercurial > geeqie
view plugins/symlink/symlink.desktop @ 1447:a10d70ae85e9
fixed segfault in osd called from img-view
http://sourceforge.net/tracker/index.php?func=detail&aid=2684068&group_id=222125&atid=1054680
author | nadvornik |
---|---|
date | Sun, 15 Mar 2009 18:41:25 +0000 |
parents | fa0e7b8e785e |
children | 3840882253fe |
line wrap: on
line source
[Desktop Entry] Version=1.0 Type=Application Name=Symlink #Name[cs]= # FIXME: this can't be an oneliner, it needs to be changed to a full # featured script in separate file, with error handling etc. # expansion of environment variables directly in Exec is not supported # by the specification and it will be removed 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 # This is a filter - $GEEQIE_DESTINATION is required X-Geeqie-Filter=true # It can be made verbose # X-Geeqie-Verbose=true