Summary: | Add a pin button | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | kderocks38 <sourcework> |
Component: | Notes widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, sannythebest95 |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 6.3.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/-/commit/7965d5776726faae07fb28866596b62e25e5df4b | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
kderocks38
2025-03-25 15:29:53 UTC
This is expected; by design, only one plasma popup can be open at the same time unless you've forced one of them to stay open via the pin button. I see that the Sticky Note widget doesn't have a pin button. We should add one so you can use the standard feature to accomplish your goal. (In reply to Nate Graham from comment #1) > This is expected; by design, only one plasma popup can be open at the same > time unless you've forced one of them to stay open via the pin button. > > I see that the Sticky Note widget doesn't have a pin button. We should add > one so you can use the standard feature to accomplish your goal. Allright, thank you for seeing further than the initial situation. Those notes openables with individual shorcuts are just so practical. But if a note is pinned, can you still hide/show it using its dedicated shortcut? A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/730 Git commit 7965d5776726faae07fb28866596b62e25e5df4b by Christoph Wolk. Committed on 04/04/2025 at 07:52. Pushed by cwo into branch 'master'. applets/notes: add button to keep panel popup pinned open Tray popups and several other widgets like Kickoff have the ability to keep themselves pinned open. The notes widget does not have this, but this would be convenient when interacting with a window and a popup note or when opening the clipboard popup. This change adds such a button to the button row, next to the configure button. M +4 -0 applets/notes/package/contents/config/main.xml M +41 -14 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/7965d5776726faae07fb28866596b62e25e5df4b |