Anton Bobov wrote: > On Tue, Oct 13, 2009 at 06:58:56 -0400, dhk wrote: >> When I run alacarte I get the following error. >> >> $ alacarte >> Traceback (most recent call last): >> File "/usr/bin/alacarte", line 36, in <module> >> main() >> File "/usr/bin/alacarte", line 32, in main >> app = MainWindow(datadir, version, sys.argv) >> File "/usr/lib64/python2.6/site-packages/Alacarte/MainWindow.py", line >> 48, in __init__ >> self.editor = MenuEditor() >> File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line >> 36, in __init__ >> self.__loadMenus() >> File "/usr/lib64/python2.6/site-packages/Alacarte/MenuEditor.py", line >> 42, in __loadMenus >> self.applications.path = os.path.join(util.getUserMenuPath(), >> self.applications.tree.get_menu_file()) >> File "/usr/lib64/python2.6/posixpath.py", line 65, in join >> if b.startswith('/'): >> AttributeError: 'NoneType' object has no attribute 'startswith' >> >> I've run python-updater and there's no change. >> >> Is this a corrupt program? > > Which version of x11-misc/alacarte you use? See bug 282337: > > http://bugs.gentoo.org/show_bug.cgi?id=282337 >
I'm using alacarte 0.12.1, and that looks like the bug. Now to fix it. Thanks.