在Linux下读/写剪贴板最常用的方法是什么?我想要支持Gnome& KDE桌面.
更新:我认为没有一个简单的解决方案,必须将多个来源(gnome,kde)“聚合”在一起才能制定解决方案?
解决方法 也许你可以看看 xclip并看看他们是如何做到的.总结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.
以上是内存溢出为你收集整理的linux剪贴板在C中读/写全部内容,希望文章能够帮你解决linux剪贴板在C中读/写所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)