7af3121b2414ea8f1eeb122f3d9ac5604bd58bc5
[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]=
8 #Name[fr]=
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 # Change the following line to point to an icon of your choosing
41 Icon=gtk-file
42
43 # Use the following to only show this menu entry if the command is installed
44 #TryExec=command
45
46 # Desktop files that are usable only in Geeqie should be marked like this:
47 Categories=X-Geeqie;
48 OnlyShowIn=X-Geeqie;
49
50 # Uncomment the following line to include in a Geeqie menu
51 # other than in the default path of PluginsMenu
52 #X-Geeqie-Menu-Path=<FileMenuPath>
53
54 # e.g.
55 #X-Geeqie-Menu-Path=SelectMenu/SelectSection
56
57 # Valid sections are:
58 #    FileMenu
59 #    FileMenu/OpenSection
60 #    FileMenu/SearchSection
61 #    FileMenu/PrintSection
62 #    FileMenu/FileOpsSection
63 #    FileMenu/QuitSection
64 #    GoMenu
65 #    SelectMenu
66 #    SelectMenu/SelectSection
67 #    SelectMenu/ClipboardSection
68 #    SelectMenu/MarksSection
69 #    EditMenu
70 #    EditMenu/EditSection
71 #    EditMenu/OrientationMenu
72 #    EditMenu/RatingMenu
73 #    EditMenu/PropertiesSection
74 #    EditMenu/PreferencesSection
75 #    PluginsMenu
76 #    ViewMenu
77 #    ViewMenu/WindowSection
78 #    ViewMenu/FileDirMenu
79 #    ViewMenu/FileDirMenu/FolderSection
80 #    ViewMenu/FileDirMenu/ListSection
81 #    ViewMenu/DirSection
82 #    ViewMenu/ZoomMenu
83 #    ViewMenu/ZoomMenu/ConnectZoomMenu
84 #    ViewMenu/SplitMenu
85 #    ViewMenu/StereoMenu
86 #    ViewMenu/ColorMenu
87 #    ViewMenu/OverlayMenu
88 #    ViewMenu/ViewSection
89 #    ViewMenu/ToolsSection
90 #    ViewMenu/SlideShowSection
91 #    WindowsMenu
92 #    WindowsMenu/NewWindow
93 #    HelpMenu
94 #    HelpMenu/HelpSection
95
96 # This is a filter - see symlink.desktop and geeqie-symlink for an example
97 # of how to use this feature, or the Plugins section of the Help file.
98 #X-Geeqie-Filter=true
99
100 # It can be made verbose
101 #X-Geeqie-Verbose=true
102
103 # For other keys such as MimeType see https://developer.gnome.org/desktop-entry-spec/