本文主要是介绍解决(gedit:4093): Gtk-WARNING **: 21:20:38.713: cannot open display: :11.0,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
今天使用gedit打开文件时发现出现了以下错误:
解决:
xhost+
出现:access control disabled, clients can connect from any host
echo $DISPLAY
得到:11.0
export DISPLAY=:11.0
完美解决~~~~
这篇关于解决(gedit:4093): Gtk-WARNING **: 21:20:38.713: cannot open display: :11.0的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!