<br><br><div class="gmail_quote">On Fri, Oct 28, 2011 at 12:16 PM, G. <span dir="ltr"><<a href="mailto:pegngaryubuntu@gmail.com">pegngaryubuntu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Fri, Oct 28, 2011 at 3:25 PM, Verde Denim <<a href="mailto:tdldev@gmail.com">tdldev@gmail.com</a>> wrote:<br>
><br>
><br>
> On Thu, Oct 27, 2011 at 12:05 PM, G. <<a href="mailto:pegngaryubuntu@gmail.com">pegngaryubuntu@gmail.com</a>> wrote:<br>
>><br>
>> On Thu, Oct 27, 2011 at 6:04 PM, G. <<a href="mailto:pegngaryubuntu@gmail.com">pegngaryubuntu@gmail.com</a>> wrote:<br>
>> > sudo service network-manager stop<br>
>> > sudo nautilus  (when this process failed I remembered to do gksudo<br>
>> > nautilus the next time)<br>
>> ><br>
>> > Went to etc/NetworkManager and opened  NetworkManager.conf.<br>
>> > Change the managed value to true<br>
>> ><br>
>> > Saved file and then<br>
>> ><br>
>> ><br>
>> > sudo service network-manager start<br>
>> ><br>
>> > This did not restore the icon.<br>
>> ><br>
>> > I tried several times.<br>
>> ><br>
>> > I appreciate any advice.<br>
>> ><br>
>> > thanks<br>
>> ><br>
>> > garyk<br>
>> ><br>
>> Oops, forgot to mention I am using 11.10.<br>
>><br>
>> garyk<br>
>><br>
> Gary<br>
> If you run ps aux|grep nm-applet do you get a result that shows it is<br>
> running? If not, in a term, type nm-applet --sm-disable  & and see if that<br>
> starts it...<br>
><br>
<br>
</div></div>~$ ps aux|grep nm-applet<br>
gary     12569  0.0  0.0   5660   800 pts/0    S+   18:13   0:00 grep<br>
--color=auto nm-applet<br>
<br>
<br>
I guess it is running.<br>
<br>
$ nm-applet --sm-disable<br>
The program 'nm-applet' can be found in the following packages:<br>
 * network-manager-gnome<br>
 * mythbuntu-diskless-client<br>
Try: sudo apt-get install <selected package><br>
<br>
I do not know what this means so I stopped here.<br>
<br>
Thanks!!<br>
<div><div></div><div class="h5"><br>
garyk<br>
<br></div></div></blockquote><div>Gary<br>In fact, it isn't running. If it were, you'd see that 'color' line, plus one above it like  - <br>jack 10187 0.0 0.4 481148 pts/0 Sl 09:08 0:08 nm-applet --sm-disable<br>
jack 10938 0.0 0.0 9132    pts/0 S+ 13:37 0:00 grep --color=auto nm-applet<br><br>The first one is an active process running nm-applet; the second is an active process running grep (looking for nm-applet)...<br><br>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 - <br>
sudo (execute a command as an admin)<br>apt-get (repository command)<br>install (argument to install a package)<br><selected package> - one of either network-manager-gnome or mythbuntu-diskless-client - In this case you'll probably want network-manager-gnome.<br>
<br>hth<br><br>Jack <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5">
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>