fixed regexp usage
[geeqie.git] / plugins / template.desktop
1 [Desktop Entry]
2 Version=1.0
3 Type=Application
4 Name=Template
5 #Name[cs]=
6 #Name[fr]=
7
8 # %f     A single file name, even if multiple files are selected. The
9 # system reading the desktop entry should recognize that the program in
10 # question cannot handle multiple file arguments, and it should should
11 # probably spawn and execute multiple copies of a program for each
12 # selected file if the program is not able to handle additional file
13 # arguments. If files are not on the local file system (i.e. are on HTTP
14 # or FTP locations), the files will be copied to the local file system and
15 # %f will be expanded to point at the temporary file. Used for programs
16 # that do not understand the URL syntax.
17
18 # %F    A list of files. Use for apps that can open several local files
19 # at once. Each file is passed as a separate argument to the executable
20 # program.
21
22 # %u    A single URL. Local files may either be passed as file: URLs or
23 # as file path.
24
25 # %U    A list of URLs. Each URL is passed as a separate argument to
26 # the executable program. Local files may either be passed as file: URLs
27 # or as file path.
28 #
29 # "$GEEQIE_DESTINATION" destination set by Geeqie
30 Exec=ln -s %f "$GEEQIE_DESTINATION"
31
32 # Desktop files that are usable only in Geeqie should be marked like this:
33 Categories=X-Geeqie;
34 OnlyShowIn=X-Geeqie;
35
36 # Show in menu "File"
37 X-Geeqie-Menu-Path=FileMenu/FileOpsSection
38
39 # This is a filter - $GEEQIE_DESTINATION is required
40 X-Geeqie-Filter=true
41
42 # It can be made verbose
43 # X-Geeqie-Verbose=true