Summary: | Inconsistent virtual desktop numbering between Switch Window popup and taskbar | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jonathan Marten <jjm> |
Component: | Containment | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/eed2d620cbd55a74c8621f38ce224eda80731cc1 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Screen shot - Switch Window popup
Screen shot - Taskbar popup |
Description
Jonathan Marten
2019-07-25 10:20:07 UTC
Created attachment 121719 [details]
Screen shot - Switch Window popup
Created attachment 121720 [details]
Screen shot - Taskbar popup
This is with the Switch Window action configuration set to "Display all windows in one list". Git commit eed2d620cbd55a74c8621f38ce224eda80731cc1 by Jonathan Marten. Committed on 17/09/2019 at 06:25. Pushed by marten into branch 'master'. Consistent virtual desktop numbering between Switch Window popup and taskbar The Switch Window popup menu originally numbered the desktops starting from 0, in contrast to the KWin and Task Manager menus which start from 1. Adjust the Switch Window numbering to start from 1 also. Do not use the internal desktop ID for this, on X11 it is indeed the 1-based desktop number but on Wayland it is a UUID string. Differential Revision: https://phabricator.kde.org/D22740 M +2 -2 containmentactions/switchwindow/switch.cpp https://commits.kde.org/plasma-workspace/eed2d620cbd55a74c8621f38ce224eda80731cc1 |