Clarification of Desktop file Category
[geeqie.git] / plugins / template.desktop.in
1 [Desktop Entry]
2 Version=1.0
3 Type=Application
4
5 # The Desktop file MUST contain one or both of the following:
6 Categories=Graphics;
7 Categories=X-Geeqie;
8
9 # The name which appears in the menu:
10 Name=Template
11 #Name[cs]=Šablona
12 #Name[fr]=Modèle
13 #Name[de]=Vorlage
14
15 # Replace "command" with the actual command or script:
16 Exec=command <param>
17
18 # Where <param> may be:
19 # omitted       If no parameter is given the command will be executed in the
20 #        current folder. If a parameter is given but the current folder
21 #        does not contain any files, the command will not be run.
22 #
23 # %f     A single file name, even if multiple files are selected. The
24 #        system reading the desktop entry should recognize that the program in
25 #        question cannot handle multiple file arguments, and it should should
26 #        probably spawn and execute multiple copies of a program for each
27 #        selected file if the program is not able to handle additional file
28 #        arguments. If files are not on the local file system (i.e. are on HTTP
29 #        or FTP locations), the files will be copied to the local file system
30 #        and %f will be expanded to point at the temporary file. Used for
31 #        programs that do not understand the URL syntax.
32 #
33 # %F    A list of files. Use for apps that can open several local files
34 #       at once. Each file is passed as a separate argument to the executable
35 #       program.
36 #
37 # %u    A single URL. Local files may either be passed as file: URLs or
38 #       as file path.
39 #
40 # %U    A list of URLs. Each URL is passed as a separate argument to
41 #       the executable program. Local files may either be passed as file: URLs
42 #       or as file path.
43 #
44 # %%    Percent sign. Use anywhere you want '%' to appear in your command.
45
46 # Change the following line to point to an icon of your choosing
47 Icon=gtk-file
48
49 # Use the following to only show this menu entry if the command is installed
50 #TryExec=command
51
52 # Desktop files that are usable only in Geeqie should be marked like this:
53 OnlyShowIn=X-Geeqie;
54
55 # This is a filter - see symlink.desktop and geeqie-symlink for an example
56 # of how to use this feature, or see the Additional Preferences/Plugins
57 # section of the Help file.
58 #X-Geeqie-Filter=true
59
60 # Terminal output from the plugin command can be displayed:
61 #X-Geeqie-Verbose=true
62
63 # Terminal output from the plugin command can be displayed only when
64 # multiple files are selected:
65 #X-Geeqie-Verbose-Multi=true
66
67 # If you want to run a plugin in full-screen mode and wish full-screen
68 # to be maintained:
69 #X-Geeqie-Keep-Fullscreen=true
70
71 # The plugin can be restricted to run on only certain file types,
72 # for example:
73 #X-Geeqie-File-Extensions=.jpg; .cr2
74
75 # The key or key combination to execute this function can be set as
76 # in this example:
77 # N.B. This value may conflict with a setting in Keyboard Options
78 #X-Geeqie-Hotkey=<control>y
79
80 # A desktop file with one of the following names has a special function.
81 # It will replace the corresponding internal command.
82 # geeqie-copy-command.desktop
83 # geeqie-move-command.desktop
84 # geeqie-rename-command.desktop
85 # geeqie-delete-command.desktop
86 # geeqie-folder-command.desktop
87
88 # Uncomment the following line to include in a Geeqie menu
89 # other than in the default path of PluginsMenu
90 #X-Geeqie-Menu-Path=<FileMenuPath>
91
92 # e.g.
93 #X-Geeqie-Menu-Path=SelectMenu/SelectSection
94
95 # Valid sections are:
96 #    FileMenu
97 #    FileMenu/OpenSection
98 #    FileMenu/SearchSection
99 #    FileMenu/PrintSection
100 #    FileMenu/FileOpsSection
101 #    FileMenu/QuitSection
102 #    GoMenu
103 #    SelectMenu
104 #    SelectMenu/SelectSection
105 #    SelectMenu/ClipboardSection
106 #    SelectMenu/MarksSection
107 #    EditMenu
108 #    EditMenu/EditSection
109 #    EditMenu/OrientationMenu
110 #    EditMenu/RatingMenu
111 #    EditMenu/PropertiesSection
112 #    EditMenu/PreferencesSection
113 #    PluginsMenu
114 #    ViewMenu
115 #    ViewMenu/WindowSection
116 #    ViewMenu/FileDirMenu
117 #    ViewMenu/FileDirMenu/FolderSection
118 #    ViewMenu/FileDirMenu/ListSection
119 #    ViewMenu/DirSection
120 #    ViewMenu/ZoomMenu
121 #    ViewMenu/ZoomMenu/ConnectZoomMenu
122 #    ViewMenu/SplitMenu
123 #    ViewMenu/StereoMenu
124 #    ViewMenu/ColorMenu
125 #    ViewMenu/OverlayMenu
126 #    ViewMenu/ViewSection
127 #    ViewMenu/ToolsSection
128 #    ViewMenu/SlideShowSection
129 #    WindowsMenu
130 #    WindowsMenu/NewWindow
131 #    HelpMenu
132 #    HelpMenu/HelpSection
133
134 # For other keys such as MimeType see:
135 # https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-0.9.5.html