Export to GitHub

ubuntu-system-panel - issue #36

Crash on restart when closing with minimized plugins


Posted on Mar 17, 2010 by Helpful Elephant

What steps will reproduce the problem? 1. The program crashed with several plugins in minimized=true state (as in /home/<user>/.gconf/apps/usp/plugins/<plugin>/%gconf.xml. 2. I minimized the users plugin, to cause the bar on the left side to appear 3. I clicked the stub of a button at the top of said bar, which messed up my plugins (minimized some of them, caused the Places plugin to display blank) 4. I killed the app and it wouldn't restart

What is the expected output? What do you see instead? The program should not do strange things to my plugins when I click this button, and if it does, when I kill it it should restart normally. Instead it crashes with output (from usp -w):

... notes: loaded successfully Static User Image Used Static User Image Used Traceback (most recent call last): File "/usr/bin/usp", line 1215, in <module> menu_factory(app, None) File "/usr/bin/usp", line 1200, in menu_factory MenuWin(applet, iid) File "/usr/bin/usp", line 854, in init self.mainwin = MainWindow( self ) File "/usr/bin/usp", line 143, in init self.PopulatePlugins() File "/usr/bin/usp", line 595, in PopulatePlugins self.HidePlugin( self.plugins[plugin].container, self.plugins[plugin].icon, self.plugins[plugin].heading, self.plugins[plugin]) File "/usr/bin/usp", line 609, in HidePlugin Button1.set_tooltip_Text( tooltip )

What version of the product are you using? On what operating system? Most recent from the apt repository on Ubuntu 9.10.

Please provide any additional information below. In line 609 of /usr/bin/usp, "Button1.set_tooltip_Text( tooltip )" should have 't' instead of 'T'. I fixed this and it started.

Comment #1

Posted on Mar 21, 2010 by Massive Wombat

Fixed in latest SVN. Typo on my part, sorry. Thanks for the report.

Status: Fixed

Labels:
Type-Defect Priority-Medium