@phil.dubois: When rebuilding, make sure that the build directory is empty.
Search Criteria
Package Details: menulibre 1:2.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/menulibre.git (read-only, click to copy) |
---|---|
Package Base: | menulibre |
Description: | An advanced menu editor that provides modern features in a clean, easy-to-use interface |
Upstream URL: | https://github.com/bluesabre/menulibre |
Keywords: | editor gnome menu |
Licenses: | GPL3 |
Submitter: | Ner0 |
Maintainer: | jonian |
Last Packager: | jonian |
Votes: | 213 |
Popularity: | 0.166399 |
First Submitted: | 2012-07-10 05:32 (UTC) |
Last Updated: | 2024-03-04 13:45 (UTC) |
Dependencies (10)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- gnome-menus
- gsettings-desktop-schemas (gsettings-desktop-schemas-gitAUR, gsettings-desktop-schemas-nofontAUR)
- gtksourceview3
- python (python37AUR, python311AUR, python310AUR)
- python-gobject (python-gobject-gitAUR)
- python-psutil
- python-xdg (python-pyxdg)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- python-distutils-extra (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
PhotonX commented on 2018-08-07 06:47 (UTC)
spsf64 commented on 2018-08-07 06:20 (UTC)
@phil.dubois you have to rebuild the package because of new python
phil.dubois commented on 2018-08-07 01:20 (UTC) (edited on 2018-08-07 01:23 (UTC) by phil.dubois)
The following error is not solved by reinstalling the package:
phil@desktop ~ % menulibre
Traceback (most recent call last):
File "/usr/bin/menulibre", line 44, in <module>
import menulibre
ModuleNotFoundError: No module named 'menulibre'
TaZeR commented on 2018-04-12 15:25 (UTC)
Why isn't this in the official repos yet? Simply the best menu editor.
<deleted-account> commented on 2018-02-24 01:29 (UTC)
evana, this is out of date, I've updated the version number and MD5 here: https://pastebin.com/G0s9mBUU
j1simon commented on 2018-02-21 13:28 (UTC)
Has this package been abandoned?
schaetzc commented on 2017-07-07 11:32 (UTC)
I'm having the same problem as nipsky and 87dv.
Tried reinstalling menulibre and deleting ~/.config/menus. Nothing helped.
evana commented on 2017-05-14 22:11 (UTC)
Please do not flag out of date unless the package is behind the upstream version. If you're having trouble launching menulibre due the following error, reinstalling the package should fix it.
Traceback (most recent call last):
File "/usr/bin/menulibre", line 40, in <module>
import menulibre
ModuleNotFoundError: No module named 'menulibre'
j1simon commented on 2017-05-11 22:25 (UTC)
It lacks another dependency: xdg-utils
nipsky commented on 2017-03-19 09:23 (UTC) (edited on 2017-03-19 09:23 (UTC) by nipsky)
I’m getting an error that resembles 87dv’s when starting the application:
/usr/lib/python3.6/site-packages/menulibre/MenuEditor.py:28: PyGIWarning: GMenu was imported without specifying a version first. Use gi.require_version('GMenu', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import GdkPixbuf, Gio, GLib, GMenu, Gtk
No menu prefix found, MenuLibre will not function properly.
WARNING:menulibre: getDefaultMenuPrefix() 'No menu prefix found, MenuLibre will not function properly.'
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/menulibre/MenulibreApplication.py", line 1717, in do_activate
self.win = MenulibreWindow(self)
File "/usr/lib/python3.6/site-packages/menulibre/MenulibreApplication.py", line 207, in __init__
self.configure_application_treeview(builder)
File "/usr/lib/python3.6/site-packages/menulibre/MenulibreApplication.py", line 462, in configure_application_treeview
self.treeview = MenulibreTreeview.Treeview(self, builder)
File "/usr/lib/python3.6/site-packages/menulibre/MenulibreTreeview.py", line 43, in __init__
self._configure_treeview(builder)
File "/usr/lib/python3.6/site-packages/menulibre/MenulibreTreeview.py", line 54, in _configure_treeview
treestore = MenuEditor.get_treestore()
File "/usr/lib/python3.6/site-packages/menulibre/MenuEditor.py", line 113, in get_treestore
menu = get_menus()[0]
File "/usr/lib/python3.6/site-packages/menulibre/MenuEditor.py", line 175, in get_menus
menu = MenuEditor()
File "/usr/lib/python3.6/site-packages/menulibre/MenuEditor.py", line 227, in __init__
self.load()
File "/usr/lib/python3.6/site-packages/menulibre/MenuEditor.py", line 245, in load
if not self.tree.load_sync():
GLib.Error: g-io-error-quark: Failed to look up menu_file for "applications.menu"
(0)
Pinned Comments
evana commented on 2017-05-14 22:11 (UTC)