I have two computers with Utopic installed on both. On my Laptop, when I select System Settings > Login Screen (LightDM), System Settings crashes. When I launch it from Konsole, I get the following:
When I try to lodge a fault report it fails because of insufficient debug information. This always happens without fail.
I tried the same procedure on a Compaq All-in-One and it worked correctly with the command line output being:
Does anyone have any ideas as to how to fix this problem or should I try an alternative approach to file a bug report?
Code:
XXXX@basil:~$ systemsettings QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. Bus::open: Can not get ibus-daemon's address. IBusInputContext::createInputContext: no connection to ibus-daemon XXXX@basil:~$ true *** Error in `systemsettings': double free or corruption (fasttop): 0x0000000001546390 *** KCrash: Application 'systemsettings' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit sock_file=/home/aurora/.kde/socket-basil/kdeinit4__0 QSocketNotifier: Invalid socket 10 and type 'Read', disabling... Unable to start Dr. Konqi Re-raising signal for Apport handling.
I tried the same procedure on a Compaq All-in-One and it worked correctly with the command line output being:
Code:
XXXX@manuel:~$ systemsettings QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. Bus::open: Can not get ibus-daemon's address. IBusInputContext::createInputContext: no connection to ibus-daemon XXXX@manuel:~$ true loading themes ("/usr/share/kde4/apps/lightdm-kde-greeter/themes/") "/usr/share/kde4/apps/lightdm-kde-greeter/themes/classic/theme.desktop" "adding theme" " Classic" "/usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/theme.desktop" "adding theme" "User Bar"
Comment