nadrad/h-m-m

KDE Plasma 5 clipboard manager not detected

RefinedSoftwareLLC opened this issue · 3 comments

Does not detect KDE Plasma 5 clipboard manager on OSTree Fedora KDE.

nadrad commented

Check whether you can use the following two commands in the terminal to copy and paste:

qdbus org.kde.klipper /klipper setClipboardContents 'testing... testing...'
qdbus org.kde.klipper /klipper getClipboardContents

If they work, I can add it as another clipboard management method to h-m-m.

They work!

I've added it. It uses klipper if there's no xclip, xsel, or wl-copy available.