Menubar deletion causes AttributeError in Window.py
Bug #1051686 reported by
icb410
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
New
|
Undecided
|
Unassigned |
Bug Description
A user on AskUbuntu reported this problem: http://
He deleted the menubar and the program wouldn't run. The problem came from the base Window.py which tried to add Launchpad integration into the help menu.
On line 63, adding AttributeError to the except line allows it to fail nicely and continue the program.
To post a comment you must log in.
I can confirm that I experienced this bug today and the suggested fix of adding "AttributeError" to line 63 sorted it. I'm not sure how this impacts the software later on so I can't for sure say that it's a proper solution, but it works.