Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Mate-menu error (Read 1023 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Mate-menu error

Just did a full system update and found that the application plugin wasn't loading with the following error message:

Code: [Select]
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

Re: Mate-menu error

Reply #1
mate-menu mate_menu and matemenu ....   somewhere there is a dash missing or the wrong dash :)

Re: Mate-menu error

Reply #2
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.

 

Re: Mate-menu error

Reply #3
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.