https://bugs.kde.org/show_bug.cgi?id=487462
Ismael Asensio <isma...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isma...@gmail.com --- Comment #2 from Ismael Asensio <isma...@gmail.com> --- (In reply to Spinybuddy662 from comment #1) > I think I can help to correct the bug, as I have some programming knowledge > and I am ready to take some time to look at it. > Do someone has an idea of where I should start the investigation ? And where > to find the code for the task icon manager ? Nice! The backend model for the tasks is in plasma-workspace/libtaskmanager: https://invent.kde.org/plasma/plasma-workspace/-/tree/master/libtaskmanager And the frontend applet in plasma-desktop/applets/taskmanager: https://invent.kde.org/plasma/plasma-desktop/-/tree/master/applets/taskmanager This looks like some bad update of the filter model (which should filter out by activity) when a task is moved, so the problem could be in either of them. Happy hacking! -- You are receiving this mail because: You are watching all bug changes.