You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ray-V f0ae940b29 Added option to download sources pre-build
Moved content of additional files for tqt3, tdebase, into the SlackBuild
Standardized location of man pages, and gzip them
Removed unused sysconfdir and mandir references
Modified layout and content of BUILD-TDE.sh screens
Changed tde prefix for ktorrent, k3b-i18n, k3b, gwenview-i18n, gwenview, filelight, amarok, libkipi, libkexiv2, libkdcraw, to optional
Removed lib prefix to mp4v2 package
Changed tidy-html5 source from zip to tar.gz
5 years ago
..
README Option to set konqueror filemanagement default view mode 7 years ago
tdebase.SlackBuild Added option to download sources pre-build 5 years ago

README

TDM

(Installing tdebase)
In line with normal practice, tdmrc will not be overwritten and tdmrc.new will be installed for admin decision on whether to use it as tdmrc. Where tdmrc doesn't exist, it will be created by doinst.sh from tdmrc.new.

(root logins)
AllowRootLogin is set to true in tdmrc.new, and will therefore be the default for new installations.

(rc.4.local)
This has been included on the assumption that the standard entry in rc.4[.new] from the package sysvinit-scripts exists:

    # If you'd like to start something different or in a
    # different order than the options below, create your
    # own startup script /etc/rc.d/rc.4.local and make it
    # executable and it will be used instead:
        if [ -x /etc/rc.d/rc.4.local ]; then
          exec /bin/bash /etc/rc.d/rc.4.local
        fi

To enable tdm if this isn't the case, either
[1] add this test to rc.4 above other session manager options
or
[2] copy the contents of rc.4.local to rc.4 above other session manager options

(Runlevel)
Set this to 4 and tdm should work out-of-the-box.