Minimize KDE Installation to My Gentoo

. 05 September 2006
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

If you're interested in installing KDE (or KDE support), you will have to make sure that your USE variable contains the kde and qt flags. Qt is the graphical widget library that KDE uses.

You should also add hal to your USE variable now if you want to add support for mounting devices automatically as explained below in Setup KDE to Mount Devices.

If you do not want to use aRts for your all-around multimedia, disable the arts USE flag (it is active by default).

The KDE project releases new versions of its desktop environment as a set of about 16 big packages, each containing many applications (thus they are called "monolithic"), so you need to decide which of these packages you want to install.

If you want to see what it looks like to have all these packages installed, just check yourself:

# emerge -pv kde | less

If you don't have X11 X-window server yet, you have to install it first:

# emerge xorg-x11 (Install it)
# env-update (Update the system variables)
# source /etc/profile
# Xorg -configure (Configure it)
# nano -w /root/xorg.conf.new (Edit the configuration file)
# X -config /root/xorg.conf.new (Test it)
# mv /root/xorg.conf.new /etc/X11/xorg.conf (Move it to the standard location)
# startx (Test it)

When you shaw X cursor working well, now we can intall our desktop environment. We can start it now:

# emerge kdebase-startkde (Install the base KDE components)
# emerge kicker kmenuedit (Install the taskbar)
# emerge kate kcontrol knetattach konqueror konsole kpdf (Install additional)
# env-update; source /etc/profile (Update the system variables)
# su (Test it as non-root user)
$ echo "exec startkde" > ~/.xinitrc (Configure X startup)
$ source /etc/profile (Update the system variables)
$ startx (Start KDE)
$ exit (Back to root)
# ls /etc/X11/Sessions (Look for KDE version)
# nano -w /etc/rc.conf (Modify XSESSION and DISPLAYMANAGER)
# rc-update add xdm default (Set graphical session at boot)

Now, we try to start xdm:

# /etc/init.d/xdm start

If you see kdm or xdm login manager.. that's it.. we have done. Type an username to login into
linux system.

Find more information at:

0 comments: