annotate plugins/template.desktop @ 1502:08f97835e816

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