O Thunderbird e o emacs lançam erros de d-bus, a menos que seja sudoed (X OK!)

2

Eu tenho um sistema Ubuntu recém-instalado ao qual eu adicionei o LAMP e o emacs.

Tudo parece estar funcionando, com exceção do emacs e do Thunderbird que lançam erros semelhantes:

Thunderbird

WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported!  This is an application bug!
failed to create drawable

(thunderbird-bin:4822): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-UZuTljsm2d: Connection refused
GConf Error: No D-BUS daemon running

(thunderbird-bin:4822): libunity-CRITICAL **: unity-launcher.vala:154: Unable to connect to session bus: Error connecting: Connection refused

libindicate-ERROR **: Unable to get session bus: Error connecting: Connection refused
Trace/breakpoint trap

Emacs

(emacs:4860): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-W2DTQUWcsw: Connection refused
GConf Error: No D-BUS daemon running

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

No entanto, o emacs funcionará se eu o sudo e o dbus estiver rodando, veja abaixo:

  750 ?        Ss     0:00 dbus-daemon --system --fork --activation=upstart
 1302 ?        Ss     0:00 //bin/dbus-daemon --fork --print-pid 8 --print-address 10 --session
 1893 pts/0    S      0:00 dbus-launch --autolaunch 5083cb999a9b950abece203100000005 --binary-syntax --close-stderr
 1894 ?        Ss     0:00 //bin/dbus-daemon --fork --print-pid 5 --print-address 7 –session

Alguém tem alguma ideia?

    
por Frank 02.01.2012 / 15:16

1 resposta

2

Eu consertei isso instalando dbus-x11 (Clique para instalar)

ou

sudo apt-get install dbus-x11
    
por Jeff Moss 01.02.2012 / 21:43