我知道我搞砸了一些事情,但我只是不知道是什么、怎么搞的、什么时候搞的。我以前可以运行 gksudo(gui 应用程序)或 sudo(gui 应用程序)
然后我再也坚持不住了——我搜遍了整个互联网寻找解决方案,这是我最后的希望,请问我该如何解决这个问题呢???
$ sudo heimdall-frontend
heimdall-frontend: cannot connect to X server
sudo nautlius 给出Failed to connect to Mir: Failed to connect to server socket: No such file or directory Unable to init server: Could not connect: Connection refused (nautilus:5327): Gtk-WARNING **: cannot open display:
我不知道我收到的服务器错误是否与我最近安装的 lamp-server^ 有关?`
答案1
由于运行 GUI 应用程序root
是个坏主意,我不乐意给你这个答案:阅读man xhost
,然后执行xhost +localhost
。man xhost
还展示如何永久设置它。