STEPS TO REPRODUCE 1. Open App dashboard 2. Click on Log out 3. OBSERVED RESULT Nothing happens Log: qt.qpa.wayland: Wayland does not support QWindow::requestActivate() file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridView.qml:420: TypeError: Cannot read property 'itemIndex' of null EXPECTED RESULT User is able to confirm loging out or choose different action SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.14.1 KDE Frameworks Version: 5.51 Qt Version: 5.12-beta2 ADDITIONAL INFORMATION Wayland only
The same applies to reboot and poweroff if you have those in favorites.
Cannot reproduce both in Kicker and AppDash Operating System: KDE neon Developer Edition KDE Plasma Version: 5.14.80 Qt Version: 5.11.1 KDE Frameworks Version: 5.52.0
It's probably because I have newer QT5.
https://phabricator.kde.org/D16381
Git commit 790f5bf48f2b6b8c23e2dafc8f0071066215d85d by Fabian Vogt. Committed on 23/10/2018 at 15:17. Pushed by fvogt into branch 'Plasma/5.12'. Only use wl-shell for the ksmserver greeters on Qt < 5.12 Summary: Apparently wl-shell fullscreen is broken on Qt 5.12 now, but we don't need this workaround anymore. Test Plan: Clicked on logout, got the greeter. Without this patch, the greeter was not visible. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D16381 M +5 -2 ksmserver/logout-greeter/main.cpp M +5 -2 ksmserver/switchuser-greeter/main.cpp https://commits.kde.org/plasma-workspace/790f5bf48f2b6b8c23e2dafc8f0071066215d85d
*** Bug 400159 has been marked as a duplicate of this bug. ***
*** Bug 400185 has been marked as a duplicate of this bug. ***
*** Bug 400232 has been marked as a duplicate of this bug. ***
>Only use wl-shell for the ksmserver greeters on Qt < 5.12 FYI, fixed now