https://bugs.kde.org/show_bug.cgi?id=396125
--- Comment #7 from Matthieu Gras <[email protected]> --- (In reply to David Edmundson from comment #4) > @Matthieu > > Can you run the following > > kquitapp5 kglobalaccel > QT_LOGGING_RULES=kglobalaccel-runtime.debug=true kglobalaccel5 > > and note all output. This part in the file kglobalaccel_x11.cpp is causing the failure: xcb_keycode_t *keyCodes = xcb_key_symbols_get_keycode(m_keySymbols, keySymX); if (!keyCodes) { qCDebug(KGLOBALACCELD) << "returning false"; return false; } -- You are receiving this mail because: You are watching all bug changes.
