
私は Ubuntu-Server 12.04 を使用していますが、これが Ubuntu 固有の質問かどうかわからなかったので、ここに投稿します。
xinit
とをインストールしてopenbox
( を使用)グラフィカル ユーザー インターフェイスを取得しました。もapt-get install
インストールしました(これも を使用)。ただし、ターミナル エミュレーター (Sakura) で実行しようとすると、次のエラー メッセージが表示されます。guake
apt-get install
guake
Traceback (most recent call last):
File "/usr/lib/guake/guake.py", line 1356, in <module>
if not main():
File "/usr/lib/guake/guake.py", line 1299, in main
instance = Guake()
File "/usr/lib/guake/guake.py", line 649, in __init__
notification.show()
glib.GError: GDBus.Error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
これを修正してguake
実行できるようにするにはどうすればよいでしょうか?
答え1
これ報告書によれば、それは ですsudo apt-get install notification-daemon
。
答え2
DBus をインストールして実行する必要があります。具体的には、dbus-launch
X11 セッションを実行するために使用します。 apt-get install dbus-x11
デーモン コンポーネントとをインストールする必要がありますdbus-launch
。