Configuring the core KDE packages

Back up your existing ~/.xinitrc file and create a new .xinitrc file to start KDE:

echo "exec startkde" > ~/.xinitrc

If you installed the desktop-file-utils-0.10 package, update the MIME-type application database (as root):

update-desktop-database

Ensure all libraries can be found with (as root):

ldconfig

At this point you can bring up KDE with:

startx

Last updated on 2005-02-03 22:26:33 -0700