Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: reboant on 05 April 2019, 10:59:26

Title: Mate-menu error
Post by: reboant on 05 April 2019, 10:59:26
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
Title: Re: Mate-menu error
Post by: fungalnet on 05 April 2019, 11:25:46
mate-menu mate_menu and matemenu ....   somewhere there is a dash missing or the wrong dash :)
Title: Re: Mate-menu error
Post by: reboant on 05 April 2019, 12:07:14
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.
Title: Re: Mate-menu error
Post by: reboant on 05 April 2019, 12:17:16
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.