View Single Post
Old 09-10-2023, 04:06 PM   #148
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
So it seems xsel and xclip are not even installed by default anymore for some strange reason.

Here is what I did to test, after opening a terminal:

which xsel

# nothing found

#installed xclip and xsel tools
sudo pacman -S xclip xsel

# made sure xsel worked now
echo "hello" | xsel -ib

Then opened my favourite editor and hit paste:

emacs junk.txt

And sure enough "hello" appeared.

So it appears you can get this to work but you just need to install xclip and xsel if you are running X11 and not wayland at least on a recent Linux like Arch or Manjaro
KevinH is offline   Reply With Quote