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