Hi, this is my first post here so bear with me.
When we try to login using KDE we get the following error
“kstartupconfig4 does not exist or fails. The error code is 3. Check”
If we use IceWM GUI login works fine.
Any and all help will be appreciated
I found a few things to try or look at; login into the IceWM GUI and open a terminal session. Then execute these commands, it is assumed you have the same user name in KDE as IceWM, no terminal error output means they worked as requested:
sudo chown -R $USER.users /home/$USER/.kde
sudo chown -R $USER.users /home/$USER/.kde4
You also want to confirm your temp files belong to you as well, so run this command:
ls -ld /tmp/*$USER*
When I run this last command I get the following listing:
drwx------ 3 james users 12288 2010-12-22 21:10 /tmp/kde-james
drwx------ 2 james users 4096 2010-12-23 06:01 /tmp/ksocket-james
drwx------ 2 james users 4096 2010-12-23 05:56 /tmp/orbit-james
Report back with your success or failure of these commands.
Thank You,