It should be working now.
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 .. 4 5 6 7 8 9 10 Next › Last »
Ner0 commented on 2013-03-27 14:21 (UTC)
mamamia88 commented on 2013-03-27 14:04 (UTC)
Doesn't work as root either
Traceback (most recent call last):
File "/usr/bin/menulibre", line 48, in <module>
import menulibre
File "/usr/lib/python2.7/site-packages/menulibre/__init__.py", line 25, in <module>
from menulibre import MenulibreWindow
File "/usr/lib/python2.7/site-packages/menulibre/MenulibreWindow.py", line 31, in <module>
from menulibre_lib import Window, IconTheme, MenulibreXdg
File "/usr/lib/python2.7/site-packages/menulibre_lib/MenulibreXdg.py", line 19, in <module>
import xdg
ImportError: No module named xdg
mamamia88 commented on 2013-03-27 13:59 (UTC)
Well I fixed that by changing line 16 with the actual path for my system which was /tmp/yaourt-tmp-username/aur-menulibre/src/trunk/ Doesn't open though
mamamia88 commented on 2013-03-27 13:51 (UTC)
Trying to update yields /tmp/yaourt-tmp-root/aur-menulibre/./PKGBUILD: line 16: cd: menulibre: No such file or directory
edoardo commented on 2013-03-26 12:25 (UTC)
Thanks Ner0, I just saw that there's a really fresh fix so when you want you can re-upload the package with the patch.
Have a nice day!
Ner0 commented on 2013-03-24 21:06 (UTC)
Yup, i get that too.
It works fine when i run it as root. There's a bug report.
https://bugs.launchpad.net/menulibre/+bug/1159375
edoardo commented on 2013-03-22 16:48 (UTC)
After the last update I get this error when I try to run Menulibre:
$ menulibre
Traceback (most recent call last):
File "/usr/bin/menulibre", line 47, in <module>
menulibre.main()
File "/usr/lib/python2.7/site-packages/menulibre/__init__.py", line 44, in main
window = MenulibreWindow.MenulibreWindow()
File "/usr/lib/python2.7/site-packages/menulibre_lib/Window.py", line 48, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python2.7/site-packages/menulibre/MenulibreWindow.py", line 92, in finish_initializing
self.get_interface()
File "/usr/lib/python2.7/site-packages/menulibre/MenulibreWindow.py", line 150, in get_interface
self.initialize_appselection_iconview()
File "/usr/lib/python2.7/site-packages/menulibre/MenulibreWindow.py", line 1389, in initialize_appselection_iconview
apps.append([pixbuf, escape(app["Name"]), desktop_file, app["Categories"], app["Comment"]])
File "/usr/lib/python2.7/site-packages/menulibre_lib/MenulibreXdg.py", line 54, in __getitem__
return self.get_property('Desktop Entry', prop_name, default_locale)
File "/usr/lib/python2.7/site-packages/menulibre_lib/MenulibreXdg.py", line 100, in get_property
prop = self.get_named_property(category, prop_name, locale_str)
File "/usr/lib/python2.7/site-packages/menulibre_lib/MenulibreXdg.py", line 119, in get_named_property
if prop_name == 'Name': return str(entry.getName())
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2122' in position 8: ordinal not in range(128)
Spike29 commented on 2013-03-18 20:08 (UTC)
Hi, version 13.03.1 is out :-)
New md5sum : 488bc27f87deea926467e10e90670653.
Spike29 commented on 2013-01-27 13:14 (UTC)
Hi, version 13.01.4 is out :)
New md5sum is 0e0a9477b1b2ae55a3da5e83e653eb26.
Pinned Comments
evana commented on 2017-05-14 22:11 (UTC)