Bug 486190 - Clipboard applets should not auto-close on clearing clipboard
Summary: Clipboard applets should not auto-close on clearing clipboard
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard widget & pop-up (show other bugs)
Version: 6.0.4
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-27 10:45 UTC by dmatteo002
Modified: 2024-08-09 21:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dmatteo002 2024-04-27 10:45:04 UTC
SUMMARY
Clearing clipboard and removing all notification have two different result. While the first close the clipboard popup, the second does not close the notification popup. This is inconsistent and either one or the other should change. I believe that automatically closing is more annoying especially if using a floating panel, that also disappear on closing the popup or if using a systemtray where one would like to access other applets after clearing the clipboard.


STEPS TO REPRODUCE
1. Copy something
2. Open clipboard in systemtray
3. Clear clipboard / delete all entry manually.

OBSERVED RESULT
Close popup.

EXPECTED RESULT
Should not close popup.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2024-08-09 21:10:57 UTC
The reason why clearing the clipboard also closes is it because it also hides the widget entirely until there's something else in the clipboard, because there's nothing relevant you can do with an empty clipboard. The behavior is therefore considered intentional at the moment.