view plugins/template.desktop @ 1783:b0352818977b

Allow to switch to fullscreen mode using LIRC. Imagine the following situation (which happened to me several times) : you want to see photos from your bed or your sofa so you launch geeqie and go to the right directory, then you take your remote control and sit comfortably far from your keyboard and mouse. And when you want to begin to watch photos, you realize you forgot to enable full screen! You have to stand up and to go until your computer and come back, whereas you could have done it with your remote control. Patch by Bernard Massot.
author zas_
date Tue, 05 Jan 2010 17:49:50 +0000
parents a22c42d36e2e
children
line wrap: on
line source

[Desktop Entry]
Version=1.0
Type=Application
#
# The name which appears in the menu:
Name=Template
#Name[cs]=
#Name[fr]=
#Name[de]=

# Replace "command" with the actual command or script:
Exec=command %f

# %f	 A single file name, even if multiple files are selected. The
# system reading the desktop entry should recognize that the program in
# question cannot handle multiple file arguments, and it should should
# probably spawn and execute multiple copies of a program for each
# selected file if the program is not able to handle additional file
# arguments. If files are not on the local file system (i.e. are on HTTP
# or FTP locations), the files will be copied to the local file system and
# %f will be expanded to point at the temporary file. Used for programs
# that do not understand the URL syntax.
# 
# %F	A list of files. Use for apps that can open several local files
# at once. Each file is passed as a separate argument to the executable
# program.
# 
# %u	A single URL. Local files may either be passed as file: URLs or
# as file path.
# 
# %U	A list of URLs. Each URL is passed as a separate argument to
# the executable program. Local files may either be passed as file: URLs
# or as file path.
#

# Desktop files that are usable only in Geeqie should be marked like this:
Categories=X-Geeqie;
OnlyShowIn=X-Geeqie;

# Show in menu "File"
# X-Geeqie-Menu-Path=FileMenu/FileOpsSection

# This is a filter - see symlink.desktop and geeqie-symlink for an example
# how to use this feature
# X-Geeqie-Filter=true

# It can be made verbose
# X-Geeqie-Verbose=true