Package Details: mate-menu 22.04.2-4

Git Clone URL: https://aur.archlinux.org/mate-menu.git (read-only, click to copy)
Package Base: mate-menu
Description: Advanced menu for MATE Panel, a fork of MintMenu
Upstream URL: https://github.com/ubuntu-mate/mate-menu
Licenses: GPL
Submitter: xyproto
Maintainer: NoOneExpects
Last Packager: Antiz
Votes: 12
Popularity: 0.000010
First Submitted: 2019-03-27 09:21 (UTC)
Last Updated: 2025-11-04 15:01 (UTC)

Latest Comments

1 2 Next › Last »

Antiz commented on 2025-11-04 15:14 (UTC) (edited on 2025-11-04 15:14 (UTC) by Antiz)

Why was there a tracker in this package ?

Malicious action from the current maintainer. This is now reverted, and the account has been banned. We will accept the pending orphan request for this package as soon as it can be accepted, so the package should be free for adoption after that.

I'm happy to promote someone as co-maintainer in the mean time if anyone is interested to jump in before that.

kikislater commented on 2025-11-04 15:08 (UTC)

Why was there a tracker in this package ?

mhellwig commented on 2020-12-27 12:59 (UTC)

FYI the python problem occured again, this time to 3.9

for myself, I solved it by symlinking the mate-menu folder into the 3.9 site-packages directory and now it works again (also, that caused about twenty mate-menus to appear in my panel, since I had tried adding it ... often)

FredBezies commented on 2020-05-01 12:56 (UTC)

@dmftradutor: clean you aur package cache. If you're using yay, do a yay -Sc and accept all cleaning question.

dmftradutor commented on 2020-05-01 12:39 (UTC)

I'm trying to update mate-menu 20.04.1-2 to 20.04.3-1 but it fails sha256sums validation test. So it fails to compile mate-menu.

What is the solution for this?

MikePooh commented on 2020-02-17 18:54 (UTC)

Since 20.04.1 python-unidecode is no more a dependency.

kikislater commented on 2019-12-01 07:20 (UTC)

Other solution is to install https://aur.archlinux.org/packages/python37/ Or use downgrader to python version 3.7 + block package

FWishbringer commented on 2019-11-30 17:01 (UTC) (edited on 2019-11-30 17:02 (UTC) by FWishbringer)

(If it doesn't exist in 3.8)

sudo cp -r /usr/lib/python3.7/site-packages/mate* /usr/lib/python3.8/site-packages

and

sudo pacman -S python-cairo

This should work. Requires python-cairo to function, must be in python3.8 site packages.

FredBezies commented on 2019-11-26 22:00 (UTC)

@cornelius: bug reported -> https://github.com/ubuntu-mate/mate-menu/issues/67

cornelius commented on 2019-11-26 21:24 (UTC)

The Advanced MATE Menu does not start since I updated the packages on my system the last time. I get the following error:

Activating service name='org.mate.panel.applet.MateMenuAppletFactory' requested by ':1.12' (uid=1000 pid=1683 comm="mate-panel ")
org.mate.panel.applet.MateMenuAppletFactory[1606]: No module named 'mate_menu'
Activated service 'org.mate.panel.applet.MateMenuAppletFactory' failed: Process org.mate.panel.applet.MateMenuAppletFactory exited with status 1

I think it has to do with an update of Python 3 that has now the version 3.8. When I move the 'mate_menu' folder from /usr/lib/python3.7/site-packages to /usr/lib/python3.8/site-packages, starting the applet works again.

Does this package need an upgrade in order to work with the package upgrade of Python 3 in Arch Linux?