SOLVED (see below)
I just upgraded to KDE 4.5 (for openSUSE 11.3, see here for instructions) but it won’t start. All I get is a xconsole with this text:
Could not start ksmserver. Check your installation.
The .xsession-errors
log shows that the server unexpectedly dies. I check that all the libraries are there and stuff but to no avail. If I start it from the command line, it says “Can’t connect to X server on :0”. If I use a different window manager, I get “Can’t connect kdm. Use –replace to …”
Will keep trying.
[Update 1] It seems that this is a bug in the package version resolution of zypper. It only updates some packages but not all. So far, I couldn’t figure out which package breaks ksmserver. Using yast2 to install all KDE-related packages from the new 4.5 repository doesn’t help.
[Update 2] The error message in .xsession-errors looks like:
kdeinit4: (ksmserver /usr/bin/ksmserver) Pipe closed unexpectedlykdeinit4: Pipe closed unexpectedly: Resource temporarily unavailable
[Update 3] After some prodding, I found a solution. Here is a recipe:
- Run the installation via the one-click install. If one-click is broken for some reason, just invoke
/sbin/OneClickInstallUI "http://download.opensuse.org/repositories/KDE:/Distro:/Factory/openSUSE_11.3/KDE4-BASIS.ymp"
- This will get you most of KDE 4.5 but not everything, so don’t reboot, yet. If you did reboot, you will have to do the following from the console which isn’t that much fun. If your KDE is broken, select a different window manager in the login screen (like TWM or MWM).
- What is missing? First locate the name of your KDE Factory repository. Run
zypper lr
One line of the output should read “KDE:Distro:Factory” or very similar. Note the value in the column “Alias” for this entry.
- Now we can ask zypper to list all updates that it didn’t install:
zypper lu -a|grep KDE:Distro:Factory
(use the name from above). This can be a long list. Don’t worry.
- To install the missing things, restrict zypper to the KDE Factory repository:
zypper install --from KDE:Distro:Factory ...package names...
Zypper will ask whether it’s OK to change the vendor. Answer “y” (yes).
- When
zypper lu
doesn’t print anything anymore, KDE 4.5 should start.
Next stop: Working around all the new bugs in KDE 4.5.
Maybe related: KDE startet nicht mehr, ksmserver error (German)
Like this:
Like Loading...