https://bugs.kde.org/show_bug.cgi?id=437826
--- Comment #1 from bastimeyer...@gmail.com --- After taking a look at the task manager's code, I just noticed that the activities list allows you to select multiple activities at once and when everything is selected, it shows "All Activities" being selected instead. https://invent.kde.org/plasma/plasma-desktop/-/blob/7452d5c9bf6e1b39528284381f03df1605ab1151/applets/taskmanager/package/contents/ui/ContextMenu.qml#L446 This is very confusing if the user only has two activities set up and it makes the "All Activities" item redundant. It would be much better if the activities list didn't allow for multiple selections when only two activities are set up, as you can see in my example above. With the current implementation, moving a window to a different activity requires two clicks whereas making it appear on all activities can already be accomplished by clicking the "All Activities" item/button. I hope that makes sense. -- You are receiving this mail because: You are watching all bug changes.