Remove commented out code.
[geeqie.git] / plugins / template.desktop
1 [Desktop Entry]
2 Version=1.0
3 Type=Application
4 #
5 # The name which appears in the menu:
6 Name=Template
7 #Name[cs]=
8 #Name[fr]=
9 #Name[de]=
10
11 # Replace "command" with the actual command or script:
12 Exec=command %f
13
14 # %f     A single file name, even if multiple files are selected. The
15 # system reading the desktop entry should recognize that the program in
16 # question cannot handle multiple file arguments, and it should should
17 # probably spawn and execute multiple copies of a program for each
18 # selected file if the program is not able to handle additional file
19 # arguments. If files are not on the local file system (i.e. are on HTTP
20 # or FTP locations), the files will be copied to the local file system and
21 # %f will be expanded to point at the temporary file. Used for programs
22 # that do not understand the URL syntax.
23
24 # %F    A list of files. Use for apps that can open several local files
25 # at once. Each file is passed as a separate argument to the executable
26 # program.
27
28 # %u    A single URL. Local files may either be passed as file: URLs or
29 # as file path.
30
31 # %U    A list of URLs. Each URL is passed as a separate argument to
32 # the executable program. Local files may either be passed as file: URLs
33 # or as file path.
34 #
35
36 # Desktop files that are usable only in Geeqie should be marked like this:
37 Categories=X-Geeqie;
38 OnlyShowIn=X-Geeqie;
39
40 # Show in menu "File"
41 # X-Geeqie-Menu-Path=FileMenu/FileOpsSection
42
43 # This is a filter - see symlink.desktop and geeqie-symlink for an example
44 # how to use this feature
45 # X-Geeqie-Filter=true
46
47 # It can be made verbose
48 # X-Geeqie-Verbose=true