2013年1月24日木曜日

Ubuntu で Emacs 起動時に DBUS エラーが出る

Ubuntu というか Linux でコマンドラインから Emacs を起動した時に 下記のような DBUS エラーが出る時がある。

$ emacs &

** (emacs:6515): WARNING **: Could not connect: Connection refused

(emacs:6515): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-Mu1w5LiOZJ: Connection refused

(emacs:6515): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-Mu1w5LiOZJ: Connection refused

(emacs:6515): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-Mu1w5LiOZJ: Connection refused

(emacs:6515): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-Mu1w5LiOZJ: Connection refused

(emacs:6515): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-Mu1w5LiOZJ: Connection refused

(emacs:6515): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-Mu1w5LiOZJ: Connection refused

** (emacs:6515): WARNING **: Could not connect: Connection refused

これは、ターミナルで screen を起動し、detach -> logout -> login -> attache をした場合に、出るようだ。
このエラーが出ないようにするには、新しい screen を立ち上げてから emacs を実行すればよい。

● Emacs, screen, DBUS, error, D-BUS, /tmp/dbus-, connection refused

0 件のコメント: