Pavel Roskin 5b11ed2900 Adjusted lists of distributed files 24 years ago
..
.cvsignore bb1eb746aa Added mc.csh and mc.sh 24 years ago
Makefile.in 5b11ed2900 Adjusted lists of distributed files 24 years ago
README.desktop 939e87a9d7 Update the README.desktop file-mig 26 years ago
README.xterm eb6b3842ab Initial revision 27 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-gnome.ext.in cb78daaa9b Use gnome-moz-remote 26 years ago
mc.csh.in 10c8184839 1999-09-22 Bjorn Eriksson <mdeans@algonet.se> 25 years ago
mc.ext.in b0d9ff70fa 25 years ago
mc.ext.in.qnx.diff 3a3c99ed4c Pass1 of the QNX port of mc from Tamasi Gyorgy 27 years ago
mc.global 2972bb0c03 Define /#smb as a slow device too 26 years ago
mc.hint e37737c0c9 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de> 25 years ago
mc.hint.cs 06ff41e71b Added mc.hint.cs, czech file with hints. 25 years ago
mc.hint.es 10347c3633 Forgot to add this. 25 years ago
mc.hint.ru 8c9d5e09b5 Makefile.in,mc.hint.ru: added hints in Russian from Evgeny Bulgakov <bgav@netvision.net.il> 25 years ago
mc.lib eb6b3842ab Initial revision 27 years ago
mc.menu b028900fdd 25 years ago
mc.sh.in 10c8184839 1999-09-22 Bjorn Eriksson <mdeans@algonet.se> 25 years ago
mcserv.init 8b64154d5a beautify -mig 27 years ago
mcserv.pamd eb6b3842ab Initial revision 27 years ago
ncurses.h eb6b3842ab Initial revision 27 years ago
startup.links 4317569de1 1999-09-20 Federico Mena Quintero <federico@redhat.com> 25 years ago
tdiff eb6b3842ab Initial revision 27 years ago
tkmc.wmconfig 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[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)