https://bugs.kde.org/show_bug.cgi?id=360245
Thomas Lübking <thomas.luebk...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thomas.luebk...@gmail.com --- Comment #2 from Thomas Lübking <thomas.luebk...@gmail.com> --- Looks like powerdevil => polkit-qt is reading an invalid dbus reply. Compare bug #246638 or bug #195087 Looking into the polkit-qt source a) the error actually seems to be checked b) to occur because it queries consolekt?? Disabling powerdevil in "kcmshell5 kded" will likely prevent the particular abort. The problem is likely that the check is *not* whether the reply is QDBusMessage::ReplyMessage but whether it's not QDBusMessage::ErrorMessage (and Qt might have introduced more precise typings?) but *my* problem is that polkit-qt has no component. @Bernd, can you try reverting the logics in https://quickgit.kde.org/?p=polkit-qt-1.git Howeve, this might also have been fixed by other recent commits, so ensure to rebuild polkit-qt-1 against 5.6 anyway. -- You are receiving this mail because: You are watching all bug changes.