Summary: | Activity Switcher does not shown on Wayland | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | David Redondo <kde> |
Component: | Activity Switcher | Assignee: | Ivan Čukić <ivan.cukic> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alex765, katyaberezyaka, nate, plasma-bugs |
Priority: | NOR | Keywords: | wayland |
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/e2fe0490ea5af63044a72445f43c2e1ce38a08c7 | Version Fixed In: | 5.23 |
Sentry Crash Report: | |||
Attachments: | Desktop context menu |
Description
David Redondo
2021-05-22 09:11:42 UTC
For me, the shortcut is Alt+D, Alt+A, but this doesn't work for me too. I will attach a screenshot of the menu Created attachment 138669 [details]
Desktop context menu
However it shows for me if I activate this menu entry with the mouse A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/499 Git commit e2fe0490ea5af63044a72445f43c2e1ce38a08c7 by David Redondo. Committed on 24/06/2021 at 08:48. Pushed by davidre into branch 'master'. Make activity switcher platform independent There's no need for having 100 lines of X specific code just to query whether a key is pressed. Because on some window systems (wayland) a window is needed to get info about modifier keys, an invisible temporary one is created when plasma does not have focus. M +0 -3 imports/activitymanager/CMakeLists.txt M +0 -1 imports/activitymanager/sortedactivitiesmodel.cpp M +27 -107 imports/activitymanager/switcherbackend.cpp https://invent.kde.org/plasma/plasma-desktop/commit/e2fe0490ea5af63044a72445f43c2e1ce38a08c7 |