| Summary: | Can't click anywhere on plasma desktop | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Zion Nimchuk <zionnimchuk> |
| Component: | general | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | bshah, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.8.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Zion Nimchuk
2017-01-06 07:45:06 UTC
Sounds like Plasma is frozen. Can you open a konsole (from the alt+f2) then run: "sudo gdb --pid `pidof plasmashell`" then when it settles down type "bt" and copy and paste the output in here. Then set the status back to unconfirmed. Here you go:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
0x00007ff6a07de48d in poll () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007ff6a07de48d in poll () at /usr/lib/libc.so.6
#1 0x00007ff69ba72786 in () at /usr/lib/libglib-2.0.so.0
#2 0x00007ff69ba7289c in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#3 0x00007ff6a11012bf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
at /usr/lib/libQt5Core.so.5
#4 0x00007ff6a10aad3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#5 0x00007ff6a10b323c in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5
#6 0x000000000041c9d2 in ()
#7 0x00007ff6a071f291 in __libc_start_main () at /usr/lib/libc.so.6
#8 0x000000000041cd5a in _start ()
Are you using X server 1.19? No, because the xorg-server package is still on 1.18.4 for Arch Linux, 1.19 is in testing. Ok, Arch Linux has updated to xorg-server 1.19.1. I updated and the issue still persists. Ok, weird solution. By switching from TTY2 (Ctrl+Alt+F2) and then back to TTY1 after starting kde I can click. Doesn't seem to be an issue with Plasmashell. Perhaps my Arch Linux setup. |