There was an incompatibility between libpng 1.0.8 or newer and Qt older than version 2.2.2. This caused every application to crash as soon as anything png related was invoked. To fix this, either downgrade libpng to 1.0.7 or (recommended) upgrade Qt to version 2.2.2. See the libpng homepage.
The environment variables KDEDIR, KDEHOME, PATH and LD_LIBRARY_PATH, if set, must point to the correct KDE 2.0 locations. RedHat users should make sure to change their kde.csh and kde.sh scripts.
In some installations the KDE program kbuildsycoca fails to properly create a file called ksycoca. This file is needed by KDE to operate properly. Depending on the environment variable $KDEHOME this file should either be found in ~/.kde/share/config/ksycoca or ~/.kde2/share/config/ksycoca.
Make sure that your $KDEHOME environment variable is always set to the same value. Leaving it empty is OK, it will then assume ~/.kde in which case you should have a recent ksycoca in ~/.kde/share/config/ksycoca.
Run kbuildsycoca from a command line to generate the ksycoca file.
You need to have at least Qt version 2.2.1. Version 2.2.0 is NOT sufficient, no matter what your RPM says.
Make sure that you included support for them while compiling
Qt.
Updated RPMS will be made available soon. Temporary workaround:
cd /opt/kde/lib rm libmimelib.so ln -s /usr/lib/libmimelib.so.1.0.1 libmimelib.so rm libmimelib.so.1 ln -s /usr/lib/libmimelib.so.1.0.1 libmimelib.so.1
Upon certain action KDE does a lookup of your hostname. If you rely on DNS for resolving and the network is slow or down this will lead to a immense slowdown.
Fix: add your host with name and IP address to /etc/hosts and make sure that /etc/host.conf contains order hosts,bind (or similar).