
Well, here's the first in what I hope will be a continuing series: Ubuntu Tips, major and minor problems that I have had with my operating system, Ubuntu Linux, and the solutions. This tip is for those that use the network manager panel applet to manager their wired/wireless internet connections.
If you see the following error while trying to use the NetworkManager applet:
"The Network Manager applet could not find some required resources. It cannot continue. "
Run this code in the terminal of your choice:
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor/
You should then get a message that says "Cache file created successfully."
And that's it! You can use the network manager applet as usual.
No comments:
Post a Comment