Hi there - just went from 9.10 to 10.04. Had some wrinkles (didn't update menu.lst, bad entry in fstab preventing boot, etc) but basically lookin' good.
One last annoyance: when i log in, there is a variable delay, sometimes up to 15 or 20 seconds. Using bootchart, i see that it's in kdeinit4, and when i tail .xsession-errors while logging in (in tty1) i see the delay in the following place:
...so that led me to think that the D-BUS messages indicated some kind of problem that may be causing the delay. Then again, i thought HAL was gone in 10.04, so maybe the line just before the pause has something to do with it? Like maybe i should turn some service off?
Thanks for any ideas!
-c
One last annoyance: when i log in, there is a variable delay, sometimes up to 15 or 20 seconds. Using bootchart, i see that it's in kdeinit4, and when i tail .xsession-errors while logging in (in tty1) i see the delay in the following place:
Code:
... kbuildsycoca4(1287) KBuildSycoca::checkTimestamps: timestamps check ok kbuildsycoca4(1287) kdemain: Emitting notifyDatabaseChanged () kdeinit4: preparing to launch /usr/lib/libkdeinit4_kconf_update.so Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kded(1286)/kdecore (KLibrary) kde4Factory: The library "/usr/lib/kde4/solid_hal_power.so" does not offer a qt_plugin_instance function. <------DELAY HAPPENS HERE ---> Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection kdeinit4: preparing to launch /usr/lib/libkdeinit4_kglobalaccel.so kglobalaccel(1339) GlobalShortcutsRegistry::loadSettings: Loading group "kmix" kglobalaccel(1339) GlobalShortcutsRegistry::loadSettings: Loading group "kwin" kglobalaccel(1339) GlobalShortcutsRegistry::loadSettings: Loading group "krunner" ...
Thanks for any ideas!
-c
Comment