Just did a full system update and found that the application plugin wasn't loading with the following error message:
Traceback (most recent call last):
File "/usr/lib/mate-menu/mate-menu.py", line 202, in PopulatePlugins
exec("from {plugin_module} import pluginclass".format(plugin_module=plugin_module))
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/mate_menu/plugins/applications.py", line 38, in <module>
import matemenu
ImportError: No module named matemenu
Everything else seems to be working just fine though.
Any help would be appreciated.
Thanks