SUMMARY Just as the title says STEPS TO REPRODUCE 0. Enable Icons-only task manager 1. Start an not-pinned application 2. As application is starting, right click on the icon in the task manager 3. In context menu, it says "unpin from Task Manager" OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Operating System: Arch Linux KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9
Can reproduce. Probably we should remove this menu item entirely while the app is still loading as it will be in an inconsistent state.
Looks like it's a simple code bug; will fix it.
Git commit ab6a7b1ea913e9576b6f465c2fa07c7165ea99f8 by Nate Graham. Committed on 19/04/2023 at 17:41. Pushed by ngraham into branch 'master'. applets/taskmanager: don't show Unpin menu item while app is launching We already filter out the Pin menu item for launching apps, but doing so for the Unpin menu item was missed. Showing this menu item makes even less sense for launching apps, so it appears to have been a simple omission rather than an intentional design choice. FIXED-IN: 5.27.5 M +1 -0 applets/taskmanager/package/contents/ui/ContextMenu.qml https://invent.kde.org/plasma/plasma-desktop/commit/ab6a7b1ea913e9576b6f465c2fa07c7165ea99f8
Git commit 40514ae41d79a8584b243bae8d9fe249fc3f5966 by Nate Graham. Committed on 19/04/2023 at 17:43. Pushed by ngraham into branch 'Plasma/5.27'. applets/taskmanager: don't show Unpin menu item while app is launching We already filter out the Pin menu item for launching apps, but doing so for the Unpin menu item was missed. Showing this menu item makes even less sense for launching apps, so it appears to have been a simple omission rather than an intentional design choice. FIXED-IN: 5.27.5 (cherry picked from commit ab6a7b1ea913e9576b6f465c2fa07c7165ea99f8) M +1 -0 applets/taskmanager/package/contents/ui/ContextMenu.qml https://invent.kde.org/plasma/plasma-desktop/commit/40514ae41d79a8584b243bae8d9fe249fc3f5966