Este relatório indica que é sudo apt-get install notification-daemon
.
Estou usando o Ubuntu-Server 12.04, mas não tinha certeza se essa era uma pergunta específica do Ubuntu, então estou postando aqui.
Eu obtive uma interface gráfica do usuário instalando xinit
e openbox
(usando apt-get install
). Eu instalei guake
também (novamente usando apt-get install
). No entanto, quando tento executar guake
no meu emulador de terminal (Sakura), recebo a seguinte mensagem de erro:
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
Como posso corrigir isso e obter guake
para executar?
Este relatório indica que é sudo apt-get install notification-daemon
.
Você precisa instalar e executar o DBus; Especificamente, você deseja usar dbus-launch
para executar sua sessão do X11. apt-get install dbus-x11
deve instalar os componentes do daemon e dbus-launch
.