mobaXterm 無法打開服務器qt界面
MoTTY X11 proxy: Unsupported authorisation protocol
qt.qpa.xcb: could not connect to display localhost:10.0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, webgl, xcb.
Aborted
輸入:echo $DISPLAY 產看是否有顯示
解決辦法
1、打开MobaXterm,將ip地址添加到環境變量
2. 打开profile文件,添加变量
sudo vim /etc/profile
在其中添加
export DISPLAY=localhost:10.0
执行
source /etc/profile
---------------------------------------------------------
vs 远程打开Qt页面:
export DISPLAY=localhost:10.0