Comment 7 for bug 295406

Revision history for this message
eneth80 (eneth80) wrote :

Hi, I can launch nm-applet and NetworkManager in my ubuntu machine by launching a script at start-up. In sessions I put:
~/.launch_nm-applet &
which contains the following script:

#!/bin/bash
#launch useful stuff for gnome...

#first unlock the default keyring...
echo PASSWORD | /usr/libexec/pam-keyring-tool -u -s

#then run nm-applet in the background...
nm-applet --sm-disable&

I also have to do sudo NetworkManager, I do not know if this is normal.
Hope it helps
Alex