如何本地图形化显示远程程序
Tofloor
poster avatar
V
deepin
2018-05-26 08:58
Author
经常在服务器上需要运行一些图形化程序,通过windows的xshell倒是很简单,在终端敲入命令就可以了,比如在终端输入firefox,就打开了火狐。现在在deepin却不行,输入命令后就卡住了,也没有任何的错误提示,所以向请教一下需要修改哪些设置?
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2018-05-26 17:17
#1
你应该输入firefox-zh 或者firefox-dde,因为官方打包有flash插件
Reply View the author
avatar
V
deepin
2018-06-01 13:50
#2
https://bbs.deepin.org/post/157027
你应该输入firefox-zh 或者firefox-dde,因为官方打包有flash插件

我说的是远程服务器的firefox在本地的deepin系统上运行图形化界面,试了一下你说的命令,提示没有此命令。
Reply View the author
avatar
gaoshou
deepin
2018-06-01 18:07
#3
使用远程桌面
Reply View the author
avatar
justforlxz
deepin
2018-06-01 18:35
#4
ssh -X 去连服务器,然后export DISPLAY=:0   就可以在本地跑服务器上的图形程序了
Reply View the author
avatar
V
deepin
2018-06-05 07:04
#5
https://bbs.deepin.org/post/157027
ssh -X 去连服务器,然后export DISPLAY=:0   就可以在本地跑服务器上的图形程序了 ...

登陆远程服务器后,直接在终端中输入命令export DISPLAY=:0 么?还是要修改什么环境变量?
Reply View the author
avatar
justforlxz
deepin
2018-06-05 16:07
#6
https://bbs.deepin.org/post/157027
登陆远程服务器后,直接在终端中输入命令export DISPLAY=:0 么?还是要修改什么环境变量? ...

只需要改这个,把DISPLAY指定一下
Reply View the author
avatar
V
deepin
2018-06-06 06:29
#7
本帖最后由 redskywei 于 2018-6-5 22:32 编辑
https://bbs.deepin.org/post/157027
只需要改这个,把DISPLAY指定一下

试了一下,还是不行,到初始化这里就开始卡住不动了 (见附图),不同的应用都是会卡到起,但是地方不一样。帮我看看哪里搞错了。
Reply View the author
avatar
mutong
deepin
2018-06-06 08:11
#8
用VNC吧,远程操作
Reply View the author