nadrad / h-m-m

Hackers Mind Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDE Plasma 5 clipboard manager not detected

RefinedSoftwareLLC opened this issue · comments

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

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.