[Bug 331218] Re: alacarte crashed with AttributeError in join()

2010-03-05 Thread Robert Wall
This is also happening to me on Lucid with alacarte version
0.12.4-1ubuntu1. Here's the traceback when I run "alacarte" in the
terminal:

Traceback (most recent call last):
  File "/usr/bin/alacarte", line 36, in 
main()
  File "/usr/bin/alacarte", line 32, in main
app = MainWindow(datadir, version, sys.argv)
  File "/usr/lib/pymodules/python2.6/Alacarte/MainWindow.py", line 48, in 
__init__
self.editor = MenuEditor()
  File "/usr/lib/pymodules/python2.6/Alacarte/MenuEditor.py", line 36, in 
__init__
self.__loadMenus()
  File "/usr/lib/pymodules/python2.6/Alacarte/MenuEditor.py", line 44, in 
__loadMenus
self.applications.path = os.path.join(util.getUserMenuPath(), 
self.applications.tree.get_menu_file())
  File "/usr/lib/python2.6/posixpath.py", line 65, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'


** Changed in: alacarte (Ubuntu)
   Status: New => Confirmed

-- 
alacarte crashed with AttributeError in join()
https://bugs.launchpad.net/bugs/331218
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331218] Re: alacarte crashed with AttributeError in join()

2016-01-26 Thread dino99
This version has expired long ago; no more supported

** Changed in: alacarte (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/331218

Title:
  alacarte crashed with AttributeError in join()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/331218/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331218] Re: alacarte crashed with AttributeError in join()

2009-04-14 Thread Sebastien Bacher
** Changed in: alacarte (Ubuntu)
   Status: Incomplete => New

-- 
alacarte crashed with AttributeError in join()
https://bugs.launchpad.net/bugs/331218
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331218] Re: alacarte crashed with AttributeError in join()

2011-07-21 Thread Michael Luthardt
This bug still persists in 11.04 amd64 on VirtualBox4.1.0. Here isn't
any possibility to work with the Main Menu.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/331218

Title:
  alacarte crashed with AttributeError in join()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/331218/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331218] Re: alacarte crashed with AttributeError in join()

2009-03-01 Thread Andreas Moog
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

** Visibility changed to: Public

** Changed in: alacarte (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
alacarte crashed with AttributeError in join()
https://bugs.launchpad.net/bugs/331218
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331218] Re: alacarte crashed with AttributeError in join()

2009-03-07 Thread aleks bromfield
Yes, it's reproducible. In the XFCE menu, choose Settings -> Main Menu,
and it will occur.

This is on Jaunty.

-- 
alacarte crashed with AttributeError in join()
https://bugs.launchpad.net/bugs/331218
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 331218] Re: alacarte crashed with AttributeError in join()

2009-03-07 Thread aleks bromfield
Note: Running alacarte from a terminal, I get this much more useful
error:

Traceback (most recent call last):
  File "/usr/bin/alacarte", line 36, in 
main()
  File "/usr/bin/alacarte", line 32, in main
app = MainWindow(datadir, version, sys.argv)
  File "/usr/lib/python2.6/dist-packages/Alacarte/MainWindow.py", line 50, in 
__init__
self.editor = MenuEditor()
  File "/usr/lib/python2.6/dist-packages/Alacarte/MenuEditor.py", line 36, in 
__init__
self.__loadMenus()
  File "/usr/lib/python2.6/dist-packages/Alacarte/MenuEditor.py", line 42, in 
__loadMenus
self.applications.path = os.path.join(util.getUserMenuPath(), 
self.applications.tree.get_menu_file())
  File "/usr/lib/python2.6/posixpath.py", line 65, in join
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'

-- 
alacarte crashed with AttributeError in join()
https://bugs.launchpad.net/bugs/331218
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs