https://bugs.kde.org/show_bug.cgi?id=404706
Bug ID: 404706
Summary: Regression: virtual desktop no longer shown in tooltip
Product: plasmashell
Version: 5.15.1
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Task Manager
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
The virtual desktop the task is on was shown in the tooltip before.
This no longer works (under X11)
STEPS TO REPRODUCE
1. Use X11
2. Have multiple virtual Desktops
3. Hover an open window in the task manager
OBSERVED RESULT
Tooltip subtext lacks virtual desktop
EXPECTED RESULT
Tooltip shows virtual desktop
This seems to be caused in
var vd = isGroup ? VirtualDesktop : virtualDesktopParent;
Which used to work, but now VirtualDesktop is either undefined or at least not
the type it expects it to be. Very likely to be caused by
https://github.com/KDE/plasma-workspace/commit/52d760c57c2433a25c2c3b375ae8a51328271d00
and subsequent work in that area.
Thanks in advance for fixing :)
--
You are receiving this mail because:
You are watching all bug changes.