ru.po: Updated translation
[midnight-commander.git] / lib / README.desktop
blob79cac8f87970e38066c7949b565d55f7a4159de9
2 * The Desktop startup directory
4 The directory $(libdir)/mc/desktop-scripts is a place holder for
5 information on how to configure the default's user desktop.  There are
6 a number of files that can be installed in this directory:
8         * Link definition files: These files are used to create
9           links to web and ftp sites on the user's desktop.
11         * Executables: Programs or links to programs that will be
12           executed when the user requests a directory rescan.
14 * Link definition file format
16 The file should contain an ini-like file whose contents are as follows:
18 [linkname]
19 title=Title in english
20 title[NN]=Title in language NN
21 type=url
22 url=some-url
24 The linkname is the name of the file that will be created in the
25 user's desktop directory.  
27 title is the caption that will be used by this file.  This can be
28 localized by providing one or more title[NN] entries, where NN is
29 the setting that would be set by the user for the NN locale.
32 * Executables
34 Executable programs will be executed like this:
36         program --desktop-dir DESKTOPDIR
38 Where DESKTOPDIR is the user's desktop directory.
40 The program can then populate the directory with any information it
41 might want.  This is used for example by the g-print program (that
42 provides priting facilities by creating special desktop entries that
43 set up the drop action and varios different open actions)