https://bugs.kde.org/show_bug.cgi?id=412964
Bug ID: 412964
Summary: Activities are not properly supported in Wayland
Product: plasmashell
Version: master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Activity Switcher
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
The Activity feature does not work in Wayland.
Firstly, we lack a way to attach activity information to wayland windows or I
am not aware of it.
This causes warning in the task manager applet :
file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml:444:
TypeError: Cannot call method 'concat' of undefined
file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml:437:
TypeError: Cannot call method 'indexOf' of undefined
file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml:437:
TypeError: Cannot call method 'indexOf' of undefined
file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml:416:
TypeError: Cannot read property 'length' of undefined
file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml:405:
TypeError: Cannot read property 'length' of undefined
In libTaskManager waylandtaskmodel.cpp :
QVariant WaylandTasksModel::data(...
[....]
} else if (role == Activities) {
// FIXME Implement.
Activity related shortcuts does not work at all.
--
You are receiving this mail because:
You are watching all bug changes.