[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2009-01-28 Thread Pedro Villavicencio
Yes let's close it, thanks.

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

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

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


Re: [Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2009-01-28 Thread Penguinz
I  would call it closed. I did the reinstall of Ubuntu-studio and it fixed
it. No problems since. Thanks for checking back.
   Dave

On Mon, Jan 26, 2009 at 9:47 AM, Pedro Villavicencio
wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering is this still an issue
> for you? Thanks in advance.
>
> ** Changed in: alacarte (Ubuntu)
>   Status: New => Incomplete
>
> --
> alacarte crashed with AttributeError in getUserMenuXml()
> https://bugs.launchpad.net/bugs/182586
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
David Foster
Bellingham WA
dbfos...@gmail.com

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2009-01-26 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Thanks in advance.

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

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-11-23 Thread Daniel T Chen
** Changed in: alacarte (Ubuntu)
   Importance: Undecided => Low

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-05-28 Thread Marco Toigo
I have open a new bug
https://bugs.launchpad.net/ubuntustudio/+bug/235493 to the ubuntustudio
team

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-05-28 Thread Zoubidoo
Same problem here on 8.10 i386.  No applications menu and alacarte
crashes after uninstalling ubuntustudio.

Should this problem be reported to the ubuntustudio people instead?

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-05-16 Thread Travis Watkins
Remove the contents of the ~/.config/menus directory.

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-05-16 Thread Vinaze
Hey Penguinz, I had exactly the same problem.
I fixed it like Marco Toigo do, by reinstalling Ubunstudio-menu.
Hope this help.
See Ya. :)

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-05-11 Thread Penguinz
Looks like I'm not alone. I have no "Applications" menu items, although
"Places" and "System" are fully populated.  I brought about my grief by
dist-upgrade  UbuntuStudio 7.10 to 8.04.  I ran into problems and made
me decide to remove ubuntu studio packages till I was able to get
Ubuntu-Desktop fully installed.

so I have no Applications menu items.
Tried creating a new user(for a fresh desktop), same thing.
Right click-edit menu, crashs.
alacarte crashs with..

[EMAIL PROTECTED]:~$ alacarte 
/usr/lib/python2.5/site-packages/apt/progress.py: inconsistent use of tabs and 
spaces in indentation
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.5/site-packages/Alacarte/MainWindow.py", line 49, in 
__init__
self.editor = MenuEditor()
  File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 36, in 
__init__
self.__loadMenus()
  File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 44, in 
__loadMenus
self.applications.dom = 
xml.dom.minidom.parseString(util.getUserMenuXml(self.applications.tree))
  File "/usr/lib/python2.5/site-packages/Alacarte/util.py", line 197, in 
getUserMenuXml
name = tree.root.get_menu_id()
AttributeError: 'NoneType' object has no attribute 'get_menu_id'
-
-removed gnome-panel, alacart, menu-xdg gnome-applets, and reinstalled.
-Considering deleting my .gnome2 directory, but realy don't want to loose all 
my program settings :( and I think making a new user kind of proves this to not 
work.

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-04-29 Thread Paulo Pizarro
hi I have same problem here, after I messed up menu, I tried use alacarte to 
restore default menu and meet the following error:
/usr/lib/python2.5/site-packages/apt/progress.py: inconsistent use of tabs and 
spaces in indentation
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.5/site-packages/Alacarte/MainWindow.py", line 49, in 
__init__
self.editor = MenuEditor()
  File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 36, in 
__init__
self.__loadMenus()
  File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 44, in 
__loadMenus
self.applications.dom = 
xml.dom.minidom.parseString(util.getUserMenuXml(self.applications.tree))
  File "/usr/lib/python2.5/site-packages/Alacarte/util.py", line 197, in 
getUserMenuXml
name = tree.root.get_menu_id()
AttributeError: 'NoneType' object has no attribute 'get_menu_id'

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-04-28 Thread Marco Toigo
Hi,

I fix the bug with the restoring of ubuntustudio-menu package.

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-04-27 Thread faif
hi I have same problem here, after I messed up menu, I tried use alacarte to 
restore default menu and meet the following error:
/usr/lib/python2.5/site-packages/apt/progress.py: inconsistent use of tabs and 
spaces in indentation
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.5/site-packages/Alacarte/MainWindow.py", line 49, in 
__init__
self.editor = MenuEditor()
  File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 36, in 
__init__
self.__loadMenus()
  File "/usr/lib/python2.5/site-packages/Alacarte/MenuEditor.py", line 44, in 
__loadMenus
self.applications.dom = 
xml.dom.minidom.parseString(util.getUserMenuXml(self.applications.tree))
  File "/usr/lib/python2.5/site-packages/Alacarte/util.py", line 197, in 
getUserMenuXml
name = tree.root.get_menu_id()
AttributeError: 'NoneType' object has no attribute 'get_menu_id'

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

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


[Bug 182586] Re: alacarte crashed with AttributeError in getUserMenuXml()

2008-01-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

** Attachment removed: "ProcMaps.txt"

   http://launchpadlibrarian.net/11318489/ProcMaps.txt

** Attachment removed: "Dependencies.txt"

   http://launchpadlibrarian.net/11318488/Dependencies.txt

** Attachment removed: "ProcStatus.txt"

   http://launchpadlibrarian.net/11318490/ProcStatus.txt

** Visibility changed to: Public

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

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