Pavel Roskin 48101333b5 * lib/mc.ext.in: Fix opening info pages on VFS. Modernize 23 years ago
..
.cvsignore fe79f3e017 More files to ignore 24 years ago
Makefile.am 74ea91f34d * lib/Makefile.am: Make compatible with Automake 1.4 - remove 24 years ago
README.desktop c0100eb6e6 Updating pt_BR translations 24 years ago
README.xterm 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
ansi.ti eb6b3842ab Initial revision 27 years ago
cedit.menu 948bf68c7b lib/cedit.menu: Added. This file has been missing 24 years ago
edit.indent.rc de25393f02 Add missing file 25 years ago
linux.ti eb6b3842ab Initial revision 27 years ago
mc.charsets 262a42afdb * lib/mc.charsets: Synchronize with the latest patch - remove 24 years ago
mc.csh.in 10c8184839 1999-09-22 Bjorn Eriksson <mdeans@algonet.se> 25 years ago
mc.ext.in 48101333b5 * lib/mc.ext.in: Fix opening info pages on VFS. Modernize 23 years ago
mc.global 2972bb0c03 Define /#smb as a slow device too 26 years ago
mc.hint 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.hint.cs 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.hint.es 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.hint.it 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.hint.pl 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.hint.ru 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.hlp.hu 327797ea96 * INSTALL: Remove information about Tk and XView. Change the 24 years ago
mc.lib eb6b3842ab Initial revision 27 years ago
mc.menu b028900fdd 25 years ago
mc.sh.in 3e4bac0140 * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use 24 years ago
mcserv.init 4ca052e8c7 * lib/mcserv.init: Fix exit status. 24 years ago
mcserv.pamd eb6b3842ab Initial revision 27 years ago
ncurses.h eb6b3842ab Initial revision 27 years ago
startup.links 2bde471305 Add gnu.org to the desktop 24 years ago
tdiff eb6b3842ab Initial revision 27 years ago
vt100.ti eb6b3842ab Initial revision 27 years ago
xnc.hlp eb6b3842ab Initial revision 27 years ago
xterm.ad eb6b3842ab Initial revision 27 years ago
xterm.tcap eb6b3842ab Initial revision 27 years ago
xterm.ti 5c693c75be Sun May 31 22:02:33 1998 Norbert Warmuth <k3190@fh-sw.de> 27 years ago

README.desktop


* The Desktop startup directory

The directory $(libdir)/mc/desktop-scripts is a place holder for
information on how to configure the default's user desktop. There are
a number of files that can be installed in this directory:

* Link definition files: These files are used to create
links to web and ftp sites on the user's desktop.

* Executables: Programs or links to programs that will be
executed when the user requests a directory rescan.

* Link definition file format

The file should contain an ini-like file whose contents are as follows:

[linkname]
title=Title in english
title[pt_BR]=Título em inglês
title[NN]=Title in language NN
type=url
url=some-url

The linkname is the name of the file that will be created in the
user's desktop directory.

title is the caption that will be used by this file. This can be
localized by providing one or more title[NN] entries, where NN is
the setting that would be set by the user for the NN locale.


* Executables

Executable programs will be executed like this:

program --desktop-dir=DESKTOPDIR

Where DESKTOPDIR is the user's desktop directory.

The program can then populate the directory with any information it
might want. This is used for example by the g-print program (that
provides priting facilities by creating special desktop entries that
set up the drop action and varios different open actions)