https://bugs.kde.org/show_bug.cgi?id=415008
--- Comment #4 from Alexander Potashev <aspotas...@gmail.com> --- (In reply to Alexander Potashev from comment #3) > Same problem on Fedora 31: kwin_x11 hangs on start, consuming 100% CPU (1 > CPU core). > > KDE Plasma Version: 5.17.4 > KDE Frameworks Version: 5.64.0 Cannot reproduce upon reboot. Before reboot I tried to restart kwin_x11 from command line and it hanged again. After a while I got an error like this on the command line: """ Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.") """ ...however according to GDB kwin_x11 was still stuck on line 335 in kglobalaccel.cpp inside method KGlobalAccelPrivate::updateGlobalShortcut() here: const QList<QKeySequence> scResult(shortcutFromIntList(result)); -- You are receiving this mail because: You are watching all bug changes.