0

我通过 ssh 会话登录远程计算机,这台计算机是台式计算机,并且它在桌面上有一个用户,¿我如何在终端中启动程序(如 skype)并在桌面上启动?谢谢

4

1 回答 1

1

如果远程桌面计算机上的用户做了一个xhost +你可以尝试:

# in bash, executed on remote computer
DISPLAY=`hostname`:0 skype

# or e.g. in csh:
env DISPLAY=`hostname`:0 skype
于 2011-03-21T10:50:53.023 回答