export DISPLAY=:0.0
Nach dem Puttying auf Ihrem Centos-Server. dann versuche es
gedit
Ich bin neu in Linux und verbinde mich über PuTTY mit einem centOS-Server.
Und ich möchte GUI-Apps wie gedit, google-chrome usw. verwenden.
Ich habe Xming auf meinem Windows 10-PC installiert und die X11-Weiterleitung in Verbindung -> SSH -> Auth -> X11 aktiviert.
Und ich erhalte diese Nachrichten:
[root@root ~]# google-chrome (google-chrome:16628): Gtk-WARNING **: cannot open display: [root@root ~]# [0126/081426.221047:ERROR:nacl_helper_linux.cc(310)] NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly [root@root ~]# gedit (gedit:16744): Gtk-WARNING **: cannot open display:
Bitte helfen, danke
BEARBEITEN: Ich habe / root überprüft, aber es gibt keine .Xauthority-Datei.
Und ich habe keine Antwort von dem folgenden Befehl erhalten:
[root@root ~]# echo $DISPLAY
Wörtlich wurde nichts zurückgegeben. Wie kann ich das beheben?
EDIT2: Ich lief Xauth und bekam
[root@root ~]# xauth Using authority file /root/.Xauthority
Anscheinend habe ich die .Xauthority-Datei.
export DISPLAY=:0.0
Nach dem Puttying auf Ihrem Centos-Server. dann versuche es
gedit