diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-02 23:40:36 +0100 |
commit | 54987baa2946868ae04e93090d4da5693afaa3b1 (patch) | |
tree | 6a989c0fb1d22986af268dcd240803f52a60b433 /dilos/tdebase/debian/tdebase-trinity.README.Debian | |
parent | 5593d90a563fc02f6baf3316388f13b9b8957cd0 (diff) | |
download | tde-packaging-54987baa2946868ae04e93090d4da5693afaa3b1.tar.gz tde-packaging-54987baa2946868ae04e93090d4da5693afaa3b1.zip |
DilOS: tdebase build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 042414011edfd405230b65e77e2b14870852760f)
Diffstat (limited to 'dilos/tdebase/debian/tdebase-trinity.README.Debian')
-rw-r--r-- | dilos/tdebase/debian/tdebase-trinity.README.Debian | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/dilos/tdebase/debian/tdebase-trinity.README.Debian b/dilos/tdebase/debian/tdebase-trinity.README.Debian new file mode 100644 index 000000000..df6b771dc --- /dev/null +++ b/dilos/tdebase/debian/tdebase-trinity.README.Debian @@ -0,0 +1,55 @@ +Kdm +=== + +For notes on tdm, read: /usr/share/doc/tdm/README.Debian + + +TDE and media tdeioslave support +============================== + +The media tdeioslave, new from KDE 3.4, supports the automatic mounting of +removable devices, such as CD-ROM and DVD drives, USB pen drives, digital +cameras, and many other types of equipment. + +While some functionality is available without the use of HAL, media works +best with HAL (and therefore udev), in combination with pmount. Media +also extends the functionality of many other tdeioslaves. Check which +packages are recommended by the tdebase-tdeio-plugins package, and install +accordingly. + +Note that for regular users to use media in conjunction with HAL, they must +be members of the plugdev group (permanently, not through +/etc/security/group.conf). + + +KControl and Logitech mice +========================== + +In combination with the udev packages, KControl supports the +advanced configuration of many models of Logitech mice, though regular users +must be members of the plugdev group for this to work. + +After installing KControl for the first time, or updating to KControl 3.4.x +or later from an earlier package, you will need to unplug and then replug +your mouse, in order to force udev to grant special permissions +to your mouse, so that KControl can perform advanced configuration. +Rebooting or restarting udev will of course accomplish the same +thing. + + +Installing konsole's bitmap fonts +================================= + +Formerly, the few bitmap fonts TDE included, designed for use with Konsole, +were shipped as part of the xfonts-konsole package. However, as Konsole no +longer uses these fonts by default, and most users no longer use bitmap +fonts at all, TDE now includes these fonts with Konsole itself, and Debian +has followed this practice, including the fonts in the konsole package, and +eliminating the xfonts-konsole package entirely. + +To make use of these legacy fonts, start Konsole, and under Settings --> Font +select "Install Bitmap...". This will allow you to copy the legacy Konsole +fonts to $HOME/.fonts, where, after restarting TDE, all applications run by +that user, including Konsole, will be able to find them. Also make sure that +fontconfig is configured to allow the use of bitmap fonts. If you're not sure, +run, as root, 'dpkg-reconfigure fontconfig' from Konsole. |