@jonian Thank you for the reply, I uninstalled menulibre, updated python and then reinstalled it.
Search Criteria
Package Details: menulibre 2.2.1-2
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: | |
Submitter: | Ner0 |
Maintainer: | jonian |
Last Packager: | jonian |
Votes: | 188 |
Popularity: | 1.47 |
First Submitted: | 2012-07-10 05:32 |
Last Updated: | 2020-10-25 07:07 |
Dependencies (10)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- gnome-menus
- gsettings-desktop-schemas (ebadoo-desktop-schemas, gsettings-desktop-schemas-ubuntu, gsettings-desktop-schemas-git, gsettings-desktop-schemas-dev)
- gtksourceview3 (gtksourceview3-git)
- python (python-dbg)
- python-gobject (python-gobject-git)
- python-psutil
- python-xdg (python-pyxdg)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
- python-distutils-extra (make)
Required by (1)
- brisk-menu-git (optional)
Sources (1)
zangoku commented on 2020-12-04 05:05
jonian commented on 2020-12-02 19:14
@zangoku this package does not require a specific python version. I have both python 3.9.0-1 and menulibre installed without issues.
zangoku commented on 2020-12-02 15:29
":: installing python (3.9.0-1) breaks dependency 'python<3.9' required by menulibre"
NoobAlice commented on 2020-10-25 06:17
No new release yet, but as of June 2020, this project has moved to Github: https://launchpad.net/menulibre/+announcement/23266
dunestorm commented on 2020-06-07 21:41
A well made and essential application, it should really be part of core GNOME! It seems to be far less buggy than the now ancient Alacarte Editor.
clidx commented on 2019-09-08 20:01
Changing the PKGBUILD didn't work for me.
transformer% which python3
/usr/bin/python3
transformer% which python
/usr/bin/python
transformer% pacman -Q python3
python 3.7.4-1
Pant commented on 2019-08-12 00:09
In PKGBUILD file it needs to be changed "python setup.py install --root="$pkgdir/" --optimize=1" to "python3 setup.py install --root="$pkgdir/" --optimize=1"
serdarsaglam commented on 2019-06-09 09:41
Hi, Latest version is 2.2.1
The current version has python errors, application does not open
Zeioth commented on 2019-05-21 22:11
I got the error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 60: unexpected end of data
This patch is needed to make it work. https://launchpadlibrarian.net/413008793/cut.patch
sleeping commented on 2019-05-09 09:04
New error:
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/menulibre/MenulibreApplication.py", line 2217, in do_activate
self.win = MenulibreWindow(self, headerbar)
File "/usr/lib/python3.7/site-packages/menulibre/MenulibreApplication.py", line 250, in __init__
self.configure_application_treeview(builder)
File "/usr/lib/python3.7/site-packages/menulibre/MenulibreApplication.py", line 589, in configure_application_treeview
self.treeview = MenulibreTreeview.Treeview(self, builder)
File "/usr/lib/python3.7/site-packages/menulibre/MenulibreTreeview.py", line 48, in __init__
self._configure_treeview(builder)
File "/usr/lib/python3.7/site-packages/menulibre/MenulibreTreeview.py", line 59, in _configure_treeview
treestore = MenuEditor.get_treestore()
File "/usr/lib/python3.7/site-packages/menulibre/MenuEditor.py", line 122, in get_treestore
menu = get_menus()[0]
File "/usr/lib/python3.7/site-packages/menulibre/MenuEditor.py", line 191, in get_menus
menu = MenuEditor()
File "/usr/lib/python3.7/site-packages/menulibre/MenuEditor.py", line 246, in __init__
self.load()
File "/usr/lib/python3.7/site-packages/menulibre/MenuEditor.py", line 264, in load
if not self.tree.load_sync():
gi.repository.GLib.Error: g-io-error-quark: Failed to look up menu_file for "kf5-applications.menu"
Pinned Comments
evana commented on 2017-05-14 22:11
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'