* lib/startup.links: Remove.

* lib/README.desktop: Likewise.
* lib/Makefile.am: Remove all references to DESKTOP_FILES.
This commit is contained in:
Pavel Roskin 2001-08-24 18:39:59 +00:00
parent d36b3faa88
commit d0ae217d83
4 changed files with 4 additions and 65 deletions

View File

@ -1,5 +1,9 @@
2001-08-24 Pavel Roskin <proski@gnu.org>
* lib/startup.links: Remove.
* lib/README.desktop: Likewise.
* lib/Makefile.am: Remove all references to DESKTOP_FILES.
* configure.in: Bump version to 4.5.99a.
* configure.in: Bump version to 4.5.55. Release mc-4.5.55.

View File

@ -28,19 +28,12 @@ conf_DATA = mc.global
suppbin_SCRIPTS = mc.csh mc.sh
ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
DESKTOP_FILES = startup.links README.desktop
if GNOME
desktopdir = $(mclibdir)/desktop-scripts
desktop_DATA = $(DESKTOP_FILES)
endif
mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT) $(LOCALIZED_HELP)
# Files processed by configure don't need to be here
EXTRA_DIST = \
$(LIBFILES_CONST) \
$(LOCALIZED_HELP) \
$(DESKTOP_FILES) \
$(conf_DATA) \
$(ti_DATA) \
$(noinst_DATA) \

View File

@ -1,44 +0,0 @@
* 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)

View File

@ -1,14 +0,0 @@
[gnotices]
title=GNOME News
type=url
url=http://news.gnome.org/gnome-news
[slashdot]
title=Slashdot
type=url
url=http://slashdot.org
[GNU]
title=GNU
type=url
url=http://www.gnu.org