Documentation update - plugin filter
[geeqie.git] / plugins / org.geeqie.template.desktop.in
1 [Desktop Entry]
2 Version=1.0
3 Type=Application
4
5 # The Desktop file MUST contain the following:
6 Categories=Graphics;
7
8 # The name which appears in the menu:
9 Name=Template
10 #Name[cs]=Šablona
11 #Name[fr]=Modèle
12 #Name[de]=Vorlage
13
14 # Replace "command" with the actual command or script:
15 Exec=command param
16
17 # Where <param> may be:
18 # omitted       If no parameter is given the command will be executed in the
19 #        current folder. If a parameter is given but the current folder
20 #        does not contain any files, the command will not be run.
21 #
22 # %f     A single file name, even if multiple files are selected. The
23 #        system reading the desktop entry should recognize that the program in
24 #        question cannot handle multiple file arguments, and it should should
25 #        probably spawn and execute multiple copies of a program for each
26 #        selected file if the program is not able to handle additional file
27 #        arguments. If files are not on the local file system (i.e. are on HTTP
28 #        or FTP locations), the files will be copied to the local file system
29 #        and %f will be expanded to point at the temporary file. Used for
30 #        programs that do not understand the URL syntax.
31 #
32 # %F    A list of files. Use for apps that can open several local files
33 #       at once. Each file is passed as a separate argument to the executable
34 #       program.
35 #
36 # %u    A single URL. Local files may either be passed as file: URLs or
37 #       as file path.
38 #
39 # %U    A list of URLs. Each URL is passed as a separate argument to
40 #       the executable program. Local files may either be passed as file: URLs
41 #       or as file path.
42 #
43 # %%    Percent sign. Use anywhere you want '%' to appear in your command.
44
45 # Change the following line to point to an icon of your choosing
46 Icon=gtk-file
47
48 # Use the following to only show this menu entry if the command is installed
49 #TryExec=command
50
51 # Desktop files that are usable only in Geeqie should be marked like this:
52 OnlyShowIn=X-Geeqie;
53
54 # This is a filter - see symlink.desktop and geeqie-symlink for an example
55 # of how to use this feature, or see the Additional Preferences/Plugins
56 # section of the Help file.
57 # A restart of Geeqie is required for this plugin to be registered.
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