1ea0f6f636ee6fedd4022ebbc8dccd0428d8bf3e
[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 #X-Geeqie-Filter=true
58
59 # Terminal output from the plugin command can be displayed:
60 #X-Geeqie-Verbose=true
61
62 # Terminal output from the plugin command can be displayed only when
63 # multiple files are selected:
64 #X-Geeqie-Verbose-Multi=true
65
66 # If you want to run a plugin in full-screen mode and wish full-screen
67 # to be maintained:
68 #X-Geeqie-Keep-Fullscreen=true
69
70 # The plugin can be restricted to run on only certain file types,
71 # for example:
72 #X-Geeqie-File-Extensions=.jpg; .cr2
73
74 # The key or key combination to execute this function can be set as
75 # in this example:
76 # N.B. This value may conflict with a setting in Keyboard Options
77 #X-Geeqie-Hotkey=<control>y
78
79 # A desktop file with one of the following names has a special function.
80 # It will replace the corresponding internal command.
81 # geeqie-copy-command.desktop
82 # geeqie-move-command.desktop
83 # geeqie-rename-command.desktop
84 # geeqie-delete-command.desktop
85 # geeqie-folder-command.desktop
86
87 # Uncomment the following line to include in a Geeqie menu
88 # other than in the default path of PluginsMenu
89 #X-Geeqie-Menu-Path=<FileMenuPath>
90
91 # e.g.
92 #X-Geeqie-Menu-Path=SelectMenu/SelectSection
93
94 # Valid sections are:
95 #    FileMenu
96 #    FileMenu/OpenSection
97 #    FileMenu/SearchSection
98 #    FileMenu/PrintSection
99 #    FileMenu/FileOpsSection
100 #    FileMenu/QuitSection
101 #    GoMenu
102 #    SelectMenu
103 #    SelectMenu/SelectSection
104 #    SelectMenu/ClipboardSection
105 #    SelectMenu/MarksSection
106 #    EditMenu
107 #    EditMenu/EditSection
108 #    EditMenu/OrientationMenu
109 #    EditMenu/RatingMenu
110 #    EditMenu/PropertiesSection
111 #    EditMenu/PreferencesSection
112 #    PluginsMenu
113 #    ViewMenu
114 #    ViewMenu/WindowSection
115 #    ViewMenu/FileDirMenu
116 #    ViewMenu/FileDirMenu/FolderSection
117 #    ViewMenu/FileDirMenu/ListSection
118 #    ViewMenu/DirSection
119 #    ViewMenu/ZoomMenu
120 #    ViewMenu/ZoomMenu/ConnectZoomMenu
121 #    ViewMenu/SplitMenu
122 #    ViewMenu/StereoMenu
123 #    ViewMenu/ColorMenu
124 #    ViewMenu/OverlayMenu
125 #    ViewMenu/ViewSection
126 #    ViewMenu/ToolsSection
127 #    ViewMenu/SlideShowSection
128 #    WindowsMenu
129 #    WindowsMenu/NewWindow
130 #    HelpMenu
131 #    HelpMenu/HelpSection
132
133 # For other keys such as MimeType see:
134 # https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-0.9.5.html