从终端tty启动程序到桌面会话。

时间:2011-03-21 10:30:14

标签: linux ssh desktop tty

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

1 个答案:

答案 0 :(得分:1)

如果远程桌面计算机上的用户执行了xhost +,您可以尝试:

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

# or e.g. in csh:
env DISPLAY=`hostname`:0 skype