Ubuntu - The NetworkManager applet could not find some required resources.

It cannot continue.'

categories:

The NetworkManager applet could not find some required resources. It cannot continue.

To fix the issue, you just need to type the following line at the terminal and reboot :

sudo gtk-update-icon-cache -f /usr/share/icons/hicolor

What is gtk-update-icon-cache :

DESCRIPTION gtk-update-icon-cache creates mmap()able cache files for icon themes. . It expects to be given the path to a icon theme directory containing an index.theme, e.g. /usr/share/icons/hicolor, and writes a icon-theme.cache containing cached information about the icons in the directory tree below the given directory. . GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well.

This is a bug in NetworkManager : https://launchpad.net/ubuntu/+source/network-manager/+bug/37128

A fix has been released.




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!