comparison plugins/template.desktop @ 1747:43c75f23dff2

simplified template
author nadvornik
date Sat, 12 Sep 2009 16:03:09 +0000
parents 08f97835e816
children a22c42d36e2e
comparison
equal deleted inserted replaced
1746:a0e47436b552 1747:43c75f23dff2
1 [Desktop Entry] 1 [Desktop Entry]
2 Version=1.0 2 Version=1.0
3 Type=Application 3 Type=Application
4 #
5 # The name which appears in the menu:
4 Name=Template 6 Name=Template
5 #Name[cs]= 7 #Name[cs]=
6 #Name[fr]= 8 #Name[fr]=
9
10 # Replace "command" with the actual command or script:
11 Exec=command %f
7 12
8 # %f A single file name, even if multiple files are selected. The 13 # %f A single file name, even if multiple files are selected. The
9 # system reading the desktop entry should recognize that the program in 14 # system reading the desktop entry should recognize that the program in
10 # question cannot handle multiple file arguments, and it should should 15 # question cannot handle multiple file arguments, and it should should
11 # probably spawn and execute multiple copies of a program for each 16 # probably spawn and execute multiple copies of a program for each
24 # 29 #
25 # %U A list of URLs. Each URL is passed as a separate argument to 30 # %U A list of URLs. Each URL is passed as a separate argument to
26 # the executable program. Local files may either be passed as file: URLs 31 # the executable program. Local files may either be passed as file: URLs
27 # or as file path. 32 # or as file path.
28 # 33 #
29 # "$GEEQIE_DESTINATION" destination set by Geeqie
30 Exec=ln -s %f "$GEEQIE_DESTINATION"
31 34
32 # Desktop files that are usable only in Geeqie should be marked like this: 35 # Desktop files that are usable only in Geeqie should be marked like this:
33 Categories=X-Geeqie; 36 Categories=X-Geeqie;
34 OnlyShowIn=X-Geeqie; 37 OnlyShowIn=X-Geeqie;
35 38
36 # Show in menu "File" 39 # Show in menu "File"
37 X-Geeqie-Menu-Path=FileMenu/FileOpsSection 40 # X-Geeqie-Menu-Path=FileMenu/FileOpsSection
38 41
39 # This is a filter - $GEEQIE_DESTINATION is required 42 # This is a filter - see symlink.desktop and geeqie-symlink for an example
40 X-Geeqie-Filter=true 43 # how to use this feature
44 # X-Geeqie-Filter=true
41 45
42 # It can be made verbose 46 # It can be made verbose
43 # X-Geeqie-Verbose=true 47 # X-Geeqie-Verbose=true