I tried to install KDE 4.1 upgrading from KDE 4.0 using the usual method, adding "deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main", then running "sudo apt-get update && sudo apt-get dist-upgrade". It worked more or less fine, with a minor problem where I had to run a dpkg command manually as directed by apt. Restarted the computer.
Seems to boot fine, even pulls up the new KDE 4.1 login screen. However, after I login, Plasma crashes immediately (Kcrash report below), but everything else works fine. I can use ALT-F2 to run programs, and they all run fine. There was also an error about my audio card, but Amarok happily plays music.
Any thoughts on how to fix this? I suppose I can downgrade back to 4.0, but that would be annoying...
As for system specs, it's a fairly new work computer that ran KDE 4.0 smoothly.
CPU: Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz
Memory: 2 Gigs
Video: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Audio: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
The only message that dmesg reported that seemed relevant was:
Kcrash report (I do absolutely love the new save to file function on the Kcrash reports):
Seems to boot fine, even pulls up the new KDE 4.1 login screen. However, after I login, Plasma crashes immediately (Kcrash report below), but everything else works fine. I can use ALT-F2 to run programs, and they all run fine. There was also an error about my audio card, but Amarok happily plays music.
Any thoughts on how to fix this? I suppose I can downgrade back to 4.0, but that would be annoying...
As for system specs, it's a fairly new work computer that ran KDE 4.0 smoothly.
CPU: Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz
Memory: 2 Gigs
Video: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Audio: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
The only message that dmesg reported that seemed relevant was:
Code:
[ 71.068182] plasma[5954]: segfault at 00000004 eip b6ba2e16 esp bf85db50 error 4
Code:
Application: Plasma Workspace (plasma), signal SIGSEGV (no debugging symbols found) (no debugging symbols found) ... (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0xb554a720 (LWP 5950)] (no debugging symbols found) ... (no debugging symbols found) [KCrash handler] #6 0xb6bc2e16 in QAction::setVisible () from /usr/lib/libQtGui.so.4 #7 0xb3b23931 in ?? () from /usr/lib/kde4/lib/kde4/plasma_applet_launcher.so #8 0xb7cbfe46 in Plasma::Applet::flushPendingConstraintsEvents () from /usr/lib/kde4/lib/libplasma.so.2 #9 0xb7cc060e in Plasma::Applet::timerEvent () from /usr/lib/kde4/lib/libplasma.so.2 #10 0xb7667c9a in QObject::event () from /usr/lib/libQtCore.so.4 #11 0xb717900f in QGraphicsWidget::event () from /usr/lib/libQtGui.so.4 #12 0xb6bc7c0c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #13 0xb6bcc7a9 in QApplication::notify () from /usr/lib/libQtGui.so.4 #14 0xb7ad3f53 in KApplication::notify () from /usr/lib/kde4/lib/libkdeui.so.5 #15 0xb76576a9 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #16 0xb76851a1 in ?? () from /usr/lib/libQtCore.so.4 #17 0xb7682a40 in ?? () from /usr/lib/libQtCore.so.4 #18 0xb59b8dd6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #19 0xb59bc193 in ?? () from /usr/lib/libglib-2.0.so.0 #20 0xb59bc74e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #21 0xb7682f98 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #22 0xb6c5b1b5 in ?? () from /usr/lib/libQtGui.so.4 #23 0xb765692d in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #24 0xb7656abd in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #25 0xb68aa5f7 in KIO::NetAccess::enter_loop () from /usr/lib/kde4/lib/libkio.so.5 #26 0xb68aab47 in KIO::NetAccess::statInternal () from /usr/lib/kde4/lib/libkio.so.5 #27 0xb68ab15b in KIO::NetAccess::stat () from /usr/lib/kde4/lib/libkio.so.5 #28 0xb68ab204 in KIO::NetAccess::mostLocalUrl () from /usr/lib/kde4/lib/libkio.so.5 #29 0xb3b3e84e in ?? () from /usr/lib/kde4/lib/kde4/plasma_applet_icon.so #30 0xb3b3f85c in ?? () from /usr/lib/kde4/lib/kde4/plasma_applet_icon.so #31 0xb7cf1e0b in Plasma::Corona::loadLayout () from /usr/lib/kde4/lib/libplasma.so.2 #32 0xb7cf1fa1 in Plasma::Corona::initializeLayout () from /usr/lib/kde4/lib/libplasma.so.2 #33 0xb7f4b432 in ?? () from /usr/lib/kde4/lib/libkdeinit4_plasma.so #34 0xb7f4caa4 in ?? () from /usr/lib/kde4/lib/libkdeinit4_plasma.so #35 0xb7f4d3db in ?? () from /usr/lib/kde4/lib/libkdeinit4_plasma.so #36 0xb7f40267 in kdemain () from /usr/lib/kde4/lib/libkdeinit4_plasma.so #37 0x08048582 in _start () #0 0xb7f5b410 in __kernel_vsyscall ()
Comment