linux clipboard read/write in C

2019-06-22 10:42发布

I done lots of googling but I am still unsure on how to proceed.

What's the most common way of reading/write to the clipboard under Linux? I want both support for Gnome & KDE desktops.

Updated: do I take there isn't an easy solution and one must "aggregate" together multiple sources (gnome, kde) in order to craft a solution?

2条回答
Viruses.
2楼-- · 2019-06-22 11:25

I might be shooting myself in the foot, but this could give you a hint on how to do the clipboard for kde, not sure about Gnome myself but try it, the script is in python and demonstrates how to get/set stuff on the clipboard, via using dcop and klipper, it is on this site here.

Hope this helps, Best regards, Tom.

查看更多
SAY GOODBYE
3楼-- · 2019-06-22 11:26

Maybe you can look at xclip and see how they have done it.

It provides an interface to X selections ("the clipboard") from the command line. It can read data from standard in or a file and place it in an X selection for pasting into other X applications. xclip can also print an X selection to standard out, which can then be redirected to a file or another program.

查看更多
登录 后发表回答