Problema com o nm-applet no Xubuntu 13.10: nm-applet: Falha ao registrar como um agente: (32) Sessão não encontrada

0

Eu recentemente atualizei para o Xubuntu 13.10
Eu ainda posso usar o NetworkManager, mas o ícone do indicador desapareceu após a atualização

Se eu começar manualmente, recebo este erro:

** (nm-applet:5632): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Rejected send message, 3 matched rules; type="method_call", sender=":1.54" (uid=1000 pid=5632 comm="nm-applet ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=930 comm="NetworkManager ")
** Message: applet now removed from the notification area

** (nm-applet:5632): WARNING **: Failed to register as an agent: (32) Session not found

Como posso obter o applet nm de volta?

Eu tive outro problema após a atualização com o indicador de som, mas resolvi assim: link

Se eu tentar

dbus-launch nm-applet --sm-launch &

Eu recebo o erro

** (nm-applet:12425): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service files
** Message: applet now removed from the notification area

** (nm-applet:12425): WARNING **: Failed to register as an agent: (2) The name  org.freedesktop.NetworkManager was not provided by any .service files
** Message: using fallback from indicator to GtkStatusIcon
    
por rubo77 31.10.2013 / 17:30

2 respostas

1

Você pode instalar wicd :

apt-get update
apt-get install wicd wicd-gtk
apt-get remove network-manager
    
por rubo77 01.11.2013 / 02:53
0

Experimente dbus-launch nm-applet --sm-launch &

    
por rabisg 13.01.2014 / 16:15