OBSERVED RESULT Clipboard is not working when clipboard tray icon disabled EXPECTED RESULT Clipboard service must be always running independently on hidden/visible tray icon. I never use clipboard icon for many years. I assume most of peaple also never use it. But clipboard service is useful and must be running.
I don't understand what is d=the issue or I cannot reproduce. I disabled Clipboard applet in System Tray setting, copy&paste works as expected. Can you describe in more details? In addition, please add information about your system (Plasma/Qt/Frameworks versions, X11 or Wayland etc)
(In reply to Konrad Materka from comment #1) > I don't understand what is d=the issue or I cannot reproduce. I disabled > Clipboard applet in System Tray setting, copy&paste works as expected. > > Can you describe in more details? In addition, please add information about > your system (Plasma/Qt/Frameworks versions, X11 or Wayland etc) Copy/paste works without clipboard service. Main feature of clipboard service is ability to paste text when application that copied text to clipboard is exited. Without service clipboard is cleared when application that copied text is exited. Try disable icon, copy text from any application and close it. You can't paste just copied text anywhere but ought to be. System versions currently latest: plasma 5.19.2,qt 5.15,framework 5.71,X11
OK, now I understand. As described here: https://wiki.ubuntu.com/ClipboardPersistence you need some kind of Clipboard Manager. If you disable Clipper plasmoid/applet, then it closes service, exactly as you described. If you don't want to see the icon, you can just set icon to "Always hidden" so that it won't take space on main view. From the other side system tray icon can be only an interface for backend service. Unfortunately this is a bigger change... KDED daemon, rewrite Klipper and plasmoid. Definitely worth considering!
Yep, same issue as Bug 391578. It would be nice if these services were provided by something other than the applet itself, so that you could remove all instances of the applet without losing the functionality entirely.
*** Bug 455039 has been marked as a duplicate of this bug. ***
*** Bug 442925 has been marked as a duplicate of this bug. ***