Fix #442: Path filter combobox not initialised
[geeqie.git] / plugins / template.desktop
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 %f
13
14 # %f     A single file name, even if multiple files are selected. The
15 #        system reading the desktop entry should recognize that the program in
16 #        question cannot handle multiple file arguments, and it should should
17 #        probably spawn and execute multiple copies of a program for each
18 #        selected file if the program is not able to handle additional file
19 #        arguments. If files are not on the local file system (i.e. are on HTTP
20 #        or FTP locations), the files will be copied to the local file system
21 #        and %f will be expanded to point at the temporary file. Used for
22 #        programs that do not understand the URL syntax.
23 #
24 # %F    A list of files. Use for apps that can open several local files
25 #       at once. Each file is passed as a separate argument to the executable
26 #       program.
27 #
28 # %u    A single URL. Local files may either be passed as file: URLs or
29 #       as file path.
30 #
31 # %U    A list of URLs. Each URL is passed as a separate argument to
32 #       the executable program. Local files may either be passed as file: URLs
33 #       or as file path.
34
35 # Use the following to only show this menu entry if the command is installed
36 #TryExec=command
37
38 # Desktop files that are usable only in Geeqie should be marked like this:
39 Categories=X-Geeqie;
40 OnlyShowIn=X-Geeqie;
41
42 # Show in menu "File"
43 #X-Geeqie-Menu-Path=FileMenu/FileOpsSection
44
45 # Valid sections are:
46 #    FileMenu
47 #    FileMenu/OpenSection
48 #    FileMenu/SearchSection
49 #    FileMenu/PrintSection
50 #    FileMenu/FileOpsSection
51 #    FileMenu/QuitSection
52 #    GoMenu
53 #    SelectMenu
54 #    SelectMenu/SelectSection
55 #    SelectMenu/ClipboardSection
56 #    SelectMenu/MarksSection
57 #    SelectMenu/EditMenu
58 #    SelectMenu/ExternalMenu
59 #    SelectMenu/EditSection
60 #    SelectMenu/OrientationMenu
61 #    SelectMenu/PropertiesSection
62 #    SelectMenu/PreferencesMenu
63 #    SelectMenu/PreferencesSection
64 #    ViewMenu
65 #    ViewMenu/WindowSection
66 #    ViewMenu/FileDirMenu
67 #    ViewMenu/FileDirMenu/FolderSection
68 #    ViewMenu/FileDirMenu/ListSection
69 #    ViewMenu/DirSection
70 #    ViewMenu/ZoomMenu
71 #    ViewMenu/ZoomMenu/ConnectZoomMenu
72 #    ViewMenu/SplitMenu
73 #    ViewMenu/ColorMenu
74 #    ViewMenu/OverlayMenu
75 #    ViewMenu/ViewSection
76 #    ViewMenu/ToolsSection
77 #    ViewMenu/SlideShowSection
78 #    HelpMenu
79 #    HelpMenu/HelpSection
80
81 # This is a filter - see symlink.desktop and geeqie-symlink for an example
82 # how to use this feature
83 #X-Geeqie-Filter=true
84
85 # It can be made verbose
86 #X-Geeqie-Verbose=true