Results 1 to 7 of 7
Hello everyone,
I recently upgraded to FC 15 and since then I can not login using KDE.
I keep getting the following error:
kstartupconfig4 does not exist or failed. The ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-26-2011 #1Linux User
- Join Date
- Jul 2007
- Location
- Kronos
- Posts
- 286
kstartupconfig4 does not exist or failed. The error code is 3.
Hello everyone,
I recently upgraded to FC 15 and since then I can not login using KDE.
I keep getting the following error:
kstartupconfig4 does not exist or failed. The error code is 3. Check your installation.
I can login as root but not with my normal login (which is ubygou01). I looked around and found a couple of solutions but nothing worked for me so far.
The kstartupconfig4 file exists and has the following permissions:
My home directory is in: d/user2/ubygou01 and everything in there is owned by me. I tried to copy the kstartupconfig4 file to my home directory but didn't make any difference.Code:[root@thor bin]# ll | grep kstartupconfig4 -rwxrwxrwx 1 ubygou01 root 12472 May 15 22:44 kstartupconfig4
I also tried to run kstartupconfig4 to see if any errors are coming up but nothing appeared on the terminal.
My .kde has the following permissions:Code:[root@thor bin]# ./kstartupconfig4 [root@thor bin]#
Can somebody please help me? Any suggestions please?Code:drwx------ 4 ubygou01 root 8192 Jul 13 10:16 .kde
Many thanks.One Love!!!
- 07-26-2011 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
Have you tried the Fedora 15 KDE Spin?
- 07-28-2011 #3Linux User
- Join Date
- Jul 2007
- Location
- Kronos
- Posts
- 286
Thanks for your reply.
Never heard it before but I kind of like the non-spin version.
I will keep login as root until I find a solution.One Love!!!
- 07-28-2011 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
How did you install kstartupconfig4? Did you mess around with file permissions, etc. in the file system? What does this command tell you, about the state of the package to which it belongs?
One thing you can try is reinstalling the package that kstartupconfig4 belongs to. First you can remove it from the RPM database:Code:rpm -qV kdebase-workspace
Then reinstall it:Code:rpm -e --justdb kdebase-workspace
I noticed there is no "KDE Desktop Environment" yum group, like there was for previous Fedora versions, or I would have suggested (re)installing that.Code:yum install kdebase-workspace
- 08-01-2011 #5Linux User
- Join Date
- Jul 2007
- Location
- Kronos
- Posts
- 286
I used yum to install it.
Code:yum install kdebase-workspace
I tried to do what you suggested but I get the following errors.Code:[root@thor ~]# rpm -qV kdebase-workspace .....UGM. /usr/bin/kstartupconfig4
Should I install kdebase-workspace?Code:[root@thor ~]# rpm -e --justdb kdebase-workspace error: Failed dependencies: kdebase-workspace = 4.6.3-5.fc15 is needed by (installed) kdebase-workspace-libs-4.6.3-5.fc15.i686 kdebase-workspace >= 4.6.3 is needed by (installed) kdeartwork-kxs-4.6.3-1.fc15.i686 kdebase-workspace = 4.6.3-5.fc15 is needed by (installed) plasma-scriptengine-python-4.6.3-5.fc15.i686 kdebase-workspace >= 4.6.00 is needed by (installed) kpackagekit-0.6.3.3-2.fc15.i686
Thank youOne Love!!!
- 08-01-2011 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
oh, yeah, dependencies. try:
Code:rpm -e kdebase-workspace --nodeps
- 08-01-2011 #7Linux User
- Join Date
- Jul 2007
- Location
- Kronos
- Posts
- 286
Thanks Atreyu
worked fineCode:rpm -e kdebase-workspace --nodeps
but now when I try to install it (yum install kdebase-workspace) again I get:
Are these .so files sage to delete?Code:Transaction Check Error: file /usr/lib/kde4/kgreet_classic.so from install of kdebase-workspace-4.6.5-2.fc15.i686 conflicts with file from package kdm-4.6.3-5.fc15.i686 file /usr/lib/kde4/kgreet_generic.so from install of kdebase-workspace-4.6.5-2.fc15.i686 conflicts with file from package kdm-4.6.3-5.fc15.i686 file /usr/lib/kde4/kgreet_winbind.so from install of kdebase-workspace-4.6.5-2.fc15.i686 conflicts with file from package kdm-4.6.3-5.fc15.i686
One Love!!!


Reply With Quote
