https://bugs.kde.org/show_bug.cgi?id=411606
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |usability Status|REPORTED |CONFIRMED Ever confirmed|0 |1 Summary|Show undo notification |It's too easy to |after un-pinning an app |accidentally un-pin |from task manager |non-running apps with a | |bottom panel Severity|wishlist |normal --- Comment #5 from Nate Graham <n...@kde.org> --- Oh I see the problem now. It's that "Unpin from task manager" is the very bottom-most item in the context menu for un-launched apps, which means it's the closest item to the cursor when you open the menu with a (default) bottom panel. So I can see how that makes it easy to click, yeah. For similar reasons, we've conditionally re-arranged menu items in the panel toolbox pop-up menus. However doing the same thing is more challenging. The "Actions" section in which that menu item lives often has no other items in it for un-launched apps, so if we move the menu item around within its section, that may not be enough. We could move the "Actions" section itself up to the top, but then the bottom-most menu item in the whole menu would be "Forget Recent Files" which is even more destructive because there's no easy way to undo it. So that doesn't seem like a great option either. It seems like we would have to both move the Actions section up to the top, and also move the "Forget Recent Files" to the top of its section, rather than the bottom. This could work. I'll see what I can do. -- You are receiving this mail because: You are watching all bug changes.