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