Package Details: menulibre 1:2.4.0-1

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: 212
Popularity: 1.31
First Submitted: 2012-07-10 05:32 (UTC)
Last Updated: 2024-03-04 13:45 (UTC)

Pinned Comments

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'

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

PhotonX commented on 2016-08-09 14:40 (UTC)

I get the same error as 87dv, any thoughts on how to get rid of it?

87dv commented on 2015-11-03 21:45 (UTC)

sys:1: 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. Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/menulibre/MenulibreApplication.py", line 1717, in do_activate self.win = MenulibreWindow(self) File "/usr/lib/python3.5/site-packages/menulibre/MenulibreApplication.py", line 207, in __init__ self.configure_application_treeview(builder) File "/usr/lib/python3.5/site-packages/menulibre/MenulibreApplication.py", line 462, in configure_application_treeview self.treeview = MenulibreTreeview.Treeview(self, builder) File "/usr/lib/python3.5/site-packages/menulibre/MenulibreTreeview.py", line 43, in __init__ self._configure_treeview(builder) File "/usr/lib/python3.5/site-packages/menulibre/MenulibreTreeview.py", line 54, in _configure_treeview treestore = MenuEditor.get_treestore() File "/usr/lib/python3.5/site-packages/menulibre/MenuEditor.py", line 113, in get_treestore menu = get_menus()[0] File "/usr/lib/python3.5/site-packages/menulibre/MenuEditor.py", line 183, in get_menus structure.append(get_submenus(menu, top[0])) File "/usr/lib/python3.5/site-packages/menulibre/MenuEditor.py", line 151, in get_submenus submenus = get_submenus(menu, child) File "/usr/lib/python3.5/site-packages/menulibre/MenuEditor.py", line 126, in get_submenus entry_id = child.get_desktop_file_id() UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd1 in position 8: invalid continuation byte

Bazon commented on 2015-10-14 18:17 (UTC)

Something is wrong here, it doesn't start for me. See http://pastebin.com/JhWH5qUt I think, the problem is "ImportError: cannot import name GMenu, introspection typelib not found".

evana commented on 2015-08-12 03:57 (UTC)

Thanks @richin13, updated

richin13 commented on 2015-08-11 14:30 (UTC)

This package is out of date. Update it to menulibre-2.0.7 https://gist.github.com/richin13/2077b4a404564af78224

katiepea commented on 2015-06-03 01:05 (UTC)

I fixed my issue with this build by correcting my locale which wasn't generated properly apparently export LANG=en_US.UTF-8 then building with the supplied updated PKGBUILD yielded a successful build.

katiepea commented on 2015-05-29 01:36 (UTC)

I've tried with your updated PKGBUILD and it still fails the same for me.

MichaelTunnell commented on 2015-05-27 20:55 (UTC)

@luiscuadrado123 did you build it with my updated PKGBUILD?

luiscuadrado123 commented on 2015-05-21 11:15 (UTC)

Hello!!... i have Manjaro (up-to-date). And when i want to run menulibre i get this error and the program don't start: [lui@lui-notebook ~]$ menulibre /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkImageMenuItem:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) /usr/lib/python3.4/site-packages/menulibre_lib/helpers.py:41: Warning: The property GtkTreeView:rules-hint is deprecated and shouldn't be used anymore. It will be removed in a future version. builder.add_from_file(ui_filename) Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/menulibre/MenulibreApplication.py", line 2745, in do_activate self.win = MenulibreWindow(self) File "/usr/lib/python3.4/site-packages/menulibre/MenulibreApplication.py", line 349, in __init__ self.configure_application_treeview(builder) File "/usr/lib/python3.4/site-packages/menulibre/MenulibreApplication.py", line 574, in configure_application_treeview treestore = MenuEditor.get_treestore() File "/usr/lib/python3.4/site-packages/menulibre/MenuEditor.py", line 113, in get_treestore menu = get_menus()[0] File "/usr/lib/python3.4/site-packages/menulibre/MenuEditor.py", line 183, in get_menus structure.append(get_submenus(menu, top[0])) File "/usr/lib/python3.4/site-packages/menulibre/MenuEditor.py", line 151, in get_submenus submenus = get_submenus(menu, child) File "/usr/lib/python3.4/site-packages/menulibre/MenuEditor.py", line 126, in get_submenus entry_id = child.get_desktop_file_id() UnicodeDecodeError: 'utf-8' codec can't decode byte 0x96 in position 0: invalid start byte Any idea how to solve?

MichaelTunnell commented on 2015-04-16 20:16 (UTC)

I updated the PKGBUILD to work with MenuLibre 2.0.6 so you can use my modified PKGBUILD if you want the latest version and maybe it will be added to this AUR item. http://michaeltunnell.com/files/aur/menulibre/PKGBUILD If you use yaourt then when it asks to edit PKGBUILD, choose yes and replace the text of 2.0.5 PKGBUILD with the contents of the PKGBUILD I provided above.