我一直在尝试从SSH终端打开浏览器进行Web应用程序测试的几种方法。这是我尝试过的,以及该方法的问题。如果有人知道如何修复其中的一个或全部,我会很感激。我正在使用-X
开始此ssh会话,所以这不是问题。
1)
firefox http://www.google.com
返回
Error: cannot open display: :0
2)
gnome-open http://google.com
返回
(gnome-open:5281): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
GConf Error: No D-BUS daemon running
my_username@ip-my-ip:~$
(process:5286): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Error: cannot open display: :0
3)
sensible-browser http://google.com
返回
(process:5292): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Error: cannot open display: :0
None of the browsers in $BROWSER worked!
由于