Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 ssh 会话登录远程计算机,这台计算机是台式计算机,并且它在桌面上有一个用户,¿我如何在终端中启动程序(如 skype)并在桌面上启动?谢谢
如果远程桌面计算机上的用户做了一个xhost +你可以尝试:
xhost +
# in bash, executed on remote computer DISPLAY=`hostname`:0 skype # or e.g. in csh: env DISPLAY=`hostname`:0 skype