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
mate-menu mate_menu and matemenu .... somewhere there is a dash missing or the wrong dash :)
Thanks for the reply,
Yeah I tried both a dash and underscore in line 38 of applications.py but didn't work.
Both the Places and system plugins are working fine though.
Perhaps the module is corrupt?
Don't know anything about python so I"m stumped.
Wow! Feeling really dumb. lol
Forgot that Mate-menu was an AUR package and needed to be updated from version 18.04 to 19.04
Works fine now.