Remove last GTK_STOCK items
[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 # Uncomment the following line to include in a Geeqie menu
53 # other than in the default path of PluginsMenu
54 #X-Geeqie-Menu-Path=<FileMenuPath>
55
56 # e.g.
57 #X-Geeqie-Menu-Path=SelectMenu/SelectSection
58
59 # Valid sections are:
60 #    FileMenu
61 #    FileMenu/OpenSection
62 #    FileMenu/SearchSection
63 #    FileMenu/PrintSection
64 #    FileMenu/FileOpsSection
65 #    FileMenu/QuitSection
66 #    GoMenu
67 #    SelectMenu
68 #    SelectMenu/SelectSection
69 #    SelectMenu/ClipboardSection
70 #    SelectMenu/MarksSection
71 #    EditMenu
72 #    EditMenu/EditSection
73 #    EditMenu/OrientationMenu
74 #    EditMenu/RatingMenu
75 #    EditMenu/PropertiesSection
76 #    EditMenu/PreferencesSection
77 #    PluginsMenu
78 #    ViewMenu
79 #    ViewMenu/WindowSection
80 #    ViewMenu/FileDirMenu
81 #    ViewMenu/FileDirMenu/FolderSection
82 #    ViewMenu/FileDirMenu/ListSection
83 #    ViewMenu/DirSection
84 #    ViewMenu/ZoomMenu
85 #    ViewMenu/ZoomMenu/ConnectZoomMenu
86 #    ViewMenu/SplitMenu
87 #    ViewMenu/StereoMenu
88 #    ViewMenu/ColorMenu
89 #    ViewMenu/OverlayMenu
90 #    ViewMenu/ViewSection
91 #    ViewMenu/ToolsSection
92 #    ViewMenu/SlideShowSection
93 #    WindowsMenu
94 #    WindowsMenu/NewWindow
95 #    HelpMenu
96 #    HelpMenu/HelpSection
97
98 # This is a filter - see symlink.desktop and geeqie-symlink for an example
99 # of how to use this feature, or the Plugins section of the Help file.
100 #X-Geeqie-Filter=true
101
102 # It can be made verbose
103 #X-Geeqie-Verbose=true
104
105 # For other keys such as MimeType see https://developer.gnome.org/desktop-entry-spec/