View Single Post
Old 26th January 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

You have some serious mix-ups between your KDE3 and KDE4 installation. The css errors and most of the other errors from kontact are from KDE4 looking in KDE3 directories. Kicker (the KDE3 panel) is also starting when you start KDE4 as you have shown.

Hopefully, most of the trouble will be in the configuration files. Kicker starting is definitely in your conf files somewhere...probably in an Autostart directory. Check .config/autostart, .kde4/Autostart, and .kde/Autostart.

In order to troubleshoot this, it will probably be best to start with a clean slate to narrow this down. Make a new user and try running a KDE4 session with it. If things are still messed up, then there may be trouble with your actual KDE installation.

As far as dbus goes, make sure you have in your /etc/rc.conf:
Code:
dbus_enable="YES"
hald_enable="YES"
Make sure they are running before you start KDE.

The "exec dbus-launch --exit-with-session startkde4" line in .xinitrc really shouldn't be neccessary; "startkde4" should work by itself. Check your environment variables after you start KDE and make sure you have a DBUS_SESSION_BUS_ADDRESS variable defined.
Reply With Quote