Having married I can't "afford" running cool window managers such as dwm and Xmonad, so I began moving into desktop environments such as Gnome and KDE. KDE was there on my first contact with Linux and truth be said I prefer it over Gnome.
Bellow you'll find the steps I took to install and setup KDE 3.5.9 on Gentoo. Why 3.5.9? Because in my opinion KDE 4 is lacking taking into account the mature 3.5.x versions.
Let's begin by becoming the superuser:
- $ su
- # vim /etc/make.conf
- # eix-sync
- # eselect profile list
[1] default-linux/x86/2006.1
[2] default-linux/x86/2006.1/desktop
[3] default-linux/x86/2007.0
[4] default-linux/x86/2007.0/desktop
[5] hardened/x86/2.6
[6] selinux/2007.0/x86
[7] selinux/2007.0/x86/hardened
[8] default/linux/x86/2008.0
[9] default/linux/x86/2008.0/desktop *
[10] default/linux/x86/2008.0/developer
[11] default/linux/x86/2008.0/server
[12] hardened/linux/x86 - # eselect profile set 9
- # emerge --ask --verbose --tree --update --newuse --deep world && emerge --depclean && revdep-rebuild
- # emerge --ask kdebase-startkde
- # emerge --ask --tree konsole kdm kpdf ktorrent ksnapshot amarok k3b kaffeine kmix kate kopete kcalc kolourpaint ark media-gfx/gwenview kget knetattach kchmviewer yakuake
Also, if you are planning on customizing KDE's look consider installing the following packages:
- # emerge --ask --tree kdmtheme nuvox polymer qtcurve gtk-engines-qt gtk-engines-qtcurve x11-themes/crystal
- # vim /etc/conf.d/xdm
DISPLAYMANAGER="kdm"
- # rc-update add xdm default
To have KDE automatically mount CDROMs and USB sticks, we need to add hal and dbus to the default runlevel and add yourself to the plugdev group.
- # rc-update add dbus default
- # rc-update add hald default
- # gpasswd -a
plugdev
- # rc-update add samba default
Resources:
http://www.gentoo.org/proj/en/desktop/kde/kde-config.xml
http://www.kde.org/
No comments:
Post a Comment