4 november 2006
Ubuntu Edgy Eft vs. Network-Manager
I installed Ubuntu Edgy Eft today and wanted to use network-manager for configuring my networkinterfaces.
So I did:
[code]sudo apt-get install network-manager network-manager-gnome[/code]
Then the problems began, when I started the nm-applet, I got this error:
"The NetworkManagerApplet cannot find some required resources. It cannot continue."
So if you get this error, all you have to do is:
[code]sudo gtk-update-icon-cache -f /usr/share/icons/hicolor[/code]
Hope this works for you...
Reacties
marijn schreef:
17/12/06
thanks, this fixed my issues !!
torivar schreef:
15/01/07
Hey, fixed my network-manager issues also. Thanks a bundle :-)