linux - What is causing my kdeinit4 error?

08
2014-07
  • Laurbert515

    I did not reinstall my OS or anything, but today as I log into my VirtualBox Kubuntu 12.0.4.02 LTS VM, I get a Could not start kdeinit4. Check your installation. error and can only boot into the terminal, not the desktop.

    The only thing I was doing the last time I logged on was trying to install some libraries to manipulate png graphics. I ended up giving up because I was not able to read the libraries correctly - could it be that something screwy with my libraries is messing with this? Specifically, when I googled this problem I saw someone talked about deleting some libz files and I remember working with that library, so is it possible something with that or another library got messed up which is causing this problem?

  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    linux - Why won't my desktop come back after switching away from desktop session?
  • codeLes

    ====================================================================

    UPDATE

    I've still got Gnome/Metacity installed so I logged into that (still used KDM) and the problems listed below seem to not exist. I could go into Suspend and it will resume with no problems. Switching from my X session to a TTY session doesn't break anything... so I'm going to rule out Xorg, unless it's an Xorg issue caused by Kwin/Plasma/KDE (any variety still not sure).

    ====================================================================

    This is going to be an evolutionary question so bare with me. Hopefully at the end it will be a great resource for this problem. If that turns out to be unnecessary then I'll edit accordingly. I'm just not sure all the right questions to ask (that's why I'm here).

    I'm running Kubuntu with Kwin (latest) as my window manager. I'm loving it, I'm ready to remove all things Gnome. I've updated to the latest Kernel (2.6.30) for the updates to the latest Intel graphics drivers since I have an integrated Intel (950?) graphics device.

    After having resolved similar issues in plain-old-Ubuntu I'm having some regressions it seems with my display and can't seem to figure it out.

    Everything boots fine, runs fine until I switch away from my desktop session. If I suspend to RAM or switch to a TTY session once I resume or switch back to my active desktop session my window manager doesn't come back properly. The bottom panel is gone however my background and widgets (Plasmoids?) appear. No windows are viewable, I can execute Krunner with Alt+F2 but it doens't show, however if I type anything and execute it seems to not mind running things, they just aren't viewable.

    Question #1
    Where do I even start to look to find what is causing this? Which log will be the most helpful?


  • Related Answers
  • nagul

    Where to look for the logs?
    Check the /var/log/Xorg.0.log and /var/log/syslog files first for error messages. Also, take a snapshot of ps -ef output for the before and after scenarios to rule out any processes crashing when you switch back to the desktop session.

    Suspend to RAM has been problematic, but the issue with switching to TTY should be easier to tackle.