我正在尝试使用 Termux 将 XFCE4 从手机显示到我的 PC。
我跑了xfce4-session --display=192.168.xxx.xxx:0
,但它说无法打开显示。
这是错误:
No protocol specified
xfce4-session: Cannot open display: 192.168.xxx.xxx:0.
Type 'xfce4-session --help' for usage.
提前感谢您的帮助。
答案1
No protocol specified
通常意味着:
A) 你没有足够的权限
B) 用户不知道如何启动应用程序
尝试这个:
xhost + # beware, this command gives access to anyone
xfce4-session --display=192.168.xxx.xxx:0