read external editors from .desktop files
[geeqie.git] / plugins / symlink / symlink.desktop
1 [Desktop Entry]
2 Version=1.0
3 Type=Application
4 Name=Symlink
5 #Name[cs]=
6
7 # FIXME: this can't be an oneliner, it needs to be changed to a full
8 # featured script in separate file, with error handling etc.
9 # expansion of environment variables directly in Exec is not supported 
10 # by the specification and it will be removed
11 Exec=ln -s %f "$GEEQIE_DESTINATION"
12
13 # Desktop files that are usable only in Geeqie should be marked like this:
14 Categories=X-Geeqie;
15 OnlyShowIn=X-Geeqie;
16
17 # Show in menu "File"
18 X-Geeqie-Menu-Path=FileMenu
19
20 # This is a filter - $GEEQIE_DESTINATION is required
21 X-Geeqie-Filter=true
22
23 # It can be made verbose
24 # X-Geeqie-Verbose=true