美文网首页
Ubuntu 14.04 远程桌面连接Bug

Ubuntu 14.04 远程桌面连接Bug

作者: StarShift | 来源:发表于2017-08-07 22:13 被阅读63次

远程桌面连接Bug

Ubuntu 14.04 之后的版本, 如果你使用 lightdm 作为远程桌面的连接,那么你会遇这个bug。
** 需要在连接的时候,使用xubuntu 或者 xfce **

远程桌面连接之后运行vsc的bug

远程桌面连接之后,不能正常运行visual studio code ,也就是我们常说的vcs。
原因是 electron 在Ubuntu 14.04 de xfce 桌面下有问题 ,解决方法:

sudo sed -i 's/BIG-REQUESTS/_IG-REQUESTS/' /usr/lib/x86_64-linux-gnu/libxcb.so.1
github 链接:
https://github.com/Microsoft/vscode/issues/3451

相关文章

网友评论

      本文标题:Ubuntu 14.04 远程桌面连接Bug

      本文链接:https://www.haomeiwen.com/subject/yahzlxtx.html