network manager icon disappeared

Verde Denim tdldev at gmail.com
Fri Oct 28 17:42:16 UTC 2011


On Fri, Oct 28, 2011 at 12:16 PM, G. <pegngaryubuntu at gmail.com> wrote:

> On Fri, Oct 28, 2011 at 3:25 PM, Verde Denim <tdldev at gmail.com> wrote:
> >
> >
> > On Thu, Oct 27, 2011 at 12:05 PM, G. <pegngaryubuntu at gmail.com> wrote:
> >>
> >> On Thu, Oct 27, 2011 at 6:04 PM, G. <pegngaryubuntu at gmail.com> wrote:
> >> > sudo service network-manager stop
> >> > sudo nautilus  (when this process failed I remembered to do gksudo
> >> > nautilus the next time)
> >> >
> >> > Went to etc/NetworkManager and opened  NetworkManager.conf.
> >> > Change the managed value to true
> >> >
> >> > Saved file and then
> >> >
> >> >
> >> > sudo service network-manager start
> >> >
> >> > This did not restore the icon.
> >> >
> >> > I tried several times.
> >> >
> >> > I appreciate any advice.
> >> >
> >> > thanks
> >> >
> >> > garyk
> >> >
> >> Oops, forgot to mention I am using 11.10.
> >>
> >> garyk
> >>
> > Gary
> > If you run ps aux|grep nm-applet do you get a result that shows it is
> > running? If not, in a term, type nm-applet --sm-disable  & and see if
> that
> > starts it...
> >
>
> ~$ ps aux|grep nm-applet
> gary     12569  0.0  0.0   5660   800 pts/0    S+   18:13   0:00 grep
> --color=auto nm-applet
>
>
> I guess it is running.
>
> $ nm-applet --sm-disable
> The program 'nm-applet' can be found in the following packages:
>  * network-manager-gnome
>  * mythbuntu-diskless-client
> Try: sudo apt-get install <selected package>
>
> I do not know what this means so I stopped here.
>
> Thanks!!
>
> garyk
>
> Gary
In fact, it isn't running. If it were, you'd see that 'color' line, plus one
above it like  -
jack 10187 0.0 0.4 481148 pts/0 Sl 09:08 0:08 nm-applet --sm-disable
jack 10938 0.0 0.0 9132    pts/0 S+ 13:37 0:00 grep --color=auto nm-applet

The first one is an active process running nm-applet; the second is an
active process running grep (looking for nm-applet)...

The other text you're seeing is telling you that it isn't installed and
offering a suggestion to "try sudo apt-get install <selected package>",
which decomposes to -
sudo (execute a command as an admin)
apt-get (repository command)
install (argument to install a package)
<selected package> - one of either network-manager-gnome or
mythbuntu-diskless-client - In this case you'll probably want
network-manager-gnome.

hth

Jack

> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20111028/8b394c09/attachment.html>


More information about the ubuntu-users mailing list