【发布时间】:2025-12-05 11:20:09
【问题描述】:
运行 Ubuntu 13.10,我在 sshing 到我的盒子时无法运行 emacs
ssh -l username someipaddress
当我运行 emacs 时,它只是挂起。
我最近也安装了 dbus-x11 。在安装 dbus-x11 之前,我在尝试运行 emacs 时会崩溃。
(emacs:3306): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally without any error message
(emacs:3306): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally without any error message
(emacs:3306): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally without any error message
(emacs:3306): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally without any error message
(emacs:3306): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally without any error message
(emacs:3306): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally without any error message
我有另一个 ubuntu 机器 (12.10)(虽然是 vm)从不同的提供商运行。但是我运行 emacs 没有问题。在这两种情况下,我都使用 apt-get 来安装 emacs。
【问题讨论】:
-
听起来好像是在尝试在 X 中运行 Emacs;而且您没有转发 X 显示。试试
emacs -nw。 -
成功了!谢谢!您能否将您的评论放在答案中,您值得称赞。
-
你知道我如何转发 X 显示
-
X11 转发设置正确
标签: ubuntu emacs ssh ubuntu-13.10