https://bugs.kde.org/show_bug.cgi?id=437826
--- Comment #3 from bastimeyer...@gmail.com --- After upgrading to 5.22, the "All activities" button seems to be broken now, even though the taskmanager did not get changed according to the git history. When I click on "All activities", the window doesn't appear on all activities and keeps being displayed only on the current one. The state of the button however changes correctly. Clicking the second activity (the "non-ideal" functionality) also works to make it appear on all activities. The plasmoid is logging the following when clicking the "All activities" button which seems to be caused by passing `undefined` to `tasksModel.requestActivities` instead of an empty array: > "Could not convert argument 1 at" > > "@file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ContextMenu.qml:425" > "Passing incompatible arguments to C++ functions from JavaScript is dangerous > and deprecated." > "This will throw a JavaScript TypeError in future releases of Qt!" According to `xprop`, the window's `_KDE_NET_WM_ACTIVITIES` property does have a value of "00000000-0000-0000-0000-000000000000", which should indicate that it should be displayed on all activities, but it's not. ---- > would you like to submit a merge request to fix it? Probably not that hard. I'm not familiar with QML and Plasma internals, and apart from running `plasmawindowed /path/to/my/plasmoid-fork` and adding `console.log` statements, I don't know how to properly debug this, which is required for fixing what I have just described. I also can't find any automated tests, so I'm not sure if I'd break stuff with my changes before submitting a pull request. This is the diff with my changes, but with the bug introduced in 5.22 it doesn't make sense for me to submit a pull request: https://gist.githubusercontent.com/bastimeyer/8f9aef1aeb52e2ba8b785c11436b2c30/raw/ccfe9e0c1f8a4307b4ec4aa881e64089e0bbc0b2/changes.diff -- You are receiving this mail because: You are watching all bug changes.