nadrad / h-m-m

Hackers Mind Map
GNU General Public License v3.0
1.89k stars 53 forks source link

KDE Plasma 5 clipboard manager not detected #61

Closed RefinedSoftwareLLC closed 10 months ago

RefinedSoftwareLLC commented 11 months ago

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

nadrad commented 11 months ago

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.

RefinedSoftwareLLC commented 11 months ago

They work!

nadrad commented 10 months ago

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