您想要訪問運行另一台電腦的 KDE 軟體。
原因可能有
您需要軟體 x11vnc。例如在SUSE Linux 上安裝 x11vnc,打開一個Konsole,然後輸入
yast -i x11vnc
因此,讓我們假設你要訪問user-desktop電腦上 user 的KDE 桌面階段 。 打開 Konsole 並:
you@your-computer $ ssh user@user-desktop user@user-desktop $ export DISPLAY=:0 user@user-desktop $ x11vnc
x11vnc程式告訴你連接到哪裡。該行看起來像這樣
The VNC desktop is: user-desktop:0
從您的筆記本電腦連接:
you@your-computer $ vncviewer user-desktop:0
The "user-desktop" term may be the host name of the server machine if that name is configured in the "hosts" file on the client machine.