Comment 6 for bug 289466

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 289466] Re: Network Manager 0.7 applet not Appearing if there are managed entries in /etc/network/interfaces

OK, this is somewhat a feature. Most likely all devices are in
/etc/network/interfaces, which basically means that NM doesnt have a
single device to manage and thus doesnt display the applet.

I admit that this is a confusing thing, but having an applet that
doesnt allow you to do anything wouldnt be less confusing.

Remove your configurations from /etc/network/interfaces if you want to
use NetworkManager ... otherwise just manage your network using
ifup/ifdown command line tools (which doesnt require the applet at
all).

On Tue, Oct 28, 2008 at 08:47:17AM -0000, DragonK wrote:
> I've recently rebooted my ubuntu, the applet isn't visible.
>
> user@user-desktop:~$ ps axu | grep nm- | grep -v grep
> root 5754 0.0 0.1 7696 3552 ? S 10:10 0:00 /usr/sbin/nm-system-settings --config /etc/NetworkManager/nm-system-settings.conf
> user 6204 0.0 0.3 23044 11480 ? S 10:11 0:00 nm-applet --sm-disable
>
> The nm-applet process is there it seems (the Network Manager process is
> also there). Trying to start it manually yields:
>
> user@user-desktop:~$ nm-applet
>
> ** (nm-applet:9454): WARNING **: <WARN>
> applet_dbus_manager_start_service(): Could not acquire the
> NetworkManagerUserSettings service as it is already taken. Return: 3
>
>
> (nm-applet:9454): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
>

 - Alexander