You are not logged in.
Hi everyone,
I installed KDE 4.5 today, and when I start the session, it displays the splash screen but crash and show me the error message
"Could not start kdeinit4. Check your installation."I already looked for information in the wiki and google, and I'm really lost.
Thanks for you help.
Last edited by mcordv (2010-10-05 20:12:58)
Offline
Do you use KDM as daemon to start KDE?
Offline
No, I start with xinitrc with the line
exec ck-launch-session startkdeThanks
Offline
I fixed. The solution is to edit /usr/bin/startkde:
LD_BIND_NOW=true /usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup
if test $? -ne 0; then
# Startup error
echo 'startkde: Could not start kdeinit4. Check your installation.' 1>&2
test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null
xmessage -geometry 500x100 "Could not start kdeinit4. Check your installation$
exit 1
fiand break the line:
LD_BIND_NOW=true
/usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startupThat's all
Offline
In my particular case the trouble was that I had attica-git installed whereas attica was required to start KDE. SO I just installed it from extra
Offline