Gentoo Archives: gentoo-user

From: Anton Bobov <anton@×××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gnome "Edit Menus"
Date: Tue, 13 Oct 2009 12:06:10
Message-Id: 20091013120550.GA8449@dexter-laptop
In Reply to: Re: [gentoo-user] Gnome "Edit Menus" by dhk
1 On Tue, Oct 13, 2009 at 06:58:56 -0400, dhk wrote:
2 > When I run alacarte I get the following error.
3 >
4 > $ alacarte
5 > Traceback (most recent call last):
6 > File "/usr/bin/alacarte", line 36, in <module>
7 > main()
8 > File "/usr/bin/alacarte", line 32, in main
9 > app = MainWindow(datadir, version, sys.argv)
10 > File "/usr/lib64/python2.6/site-packages/Alacarte/MainWindow.py", line
11 > 48, in __init__
12 > self.editor = MenuEditor()
13 > File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
14 > 36, in __init__
15 > self.__loadMenus()
16 > File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line
17 > 42, in __loadMenus
18 > self.applications.path = os.path.join(util.getUserMenuPath(),
19 > self.applications.tree.get_menu_file())
20 > File "/usr/lib64/python2.6/posixpath.py", line 65, in join
21 > if b.startswith('/'):
22 > AttributeError: 'NoneType' object has no attribute 'startswith'
23 >
24 > I've run python-updater and there's no change.
25 >
26 > Is this a corrupt program?
27
28 Which version of x11-misc/alacarte you use? See bug 282337:
29
30 http://bugs.gentoo.org/show_bug.cgi?id=282337
31
32 --
33 Anton

Replies

Subject Author
Re: [gentoo-user] Gnome "Edit Menus" dhk <dhkuhl@×××××××××.net>