Think a makedep should be moved to dep:
extra/intltool 0.51.0-1 0.04 MiB
extra/perl-xml-parser 2.44-3 0.14 MiB
community/python-distutils-extra 2.39-2 0.02 MiB
One of the above, maybe the last one.
On reinstall menulibre opens without any issues.
Thanks. :)
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.188094 |
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 »
francoism90 commented on 2017-01-10 18:38 (UTC)
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?
Pinned Comments
evana commented on 2017-05-14 22:11 (UTC)