2012-06-19 05:07:31 |
Gary Lasker |
description |
Traceback (most recent call last):
File "/usr/bin/software-center", line 142, in <module>
app = SoftwareCenterAppGtk3(datadir, xapian_base_path, options, args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 305, in __init__
self.datadir)
File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/historypane.py", line 78, in __init__
self._get_emblems(self.icons)
File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/historypane.py", line 192, in _get_emblems
pb = icons.load_icon(emblem, self.ICON_SIZE, 0)
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
return info.invoke(*args, **kwargs)
GError: Failed to load icon
Full crash data: http://paste.ubuntu.com/942544/
At 2012-04-23, this is the 6th most common crash in Ubuntu overall. |
SRU TEST CASE:
This crash only occurs in certain configurations and so may not be directly reproducable. It is enough to verify that the updated version always works correctly.
1. Update to the version of software-center in precise-proposed.
2. Launch Ubuntu Software Center from the command line as shown:
$ software-center
3. Click on the "History" toolbar button.
4. Verify that the history view is displayed correctly and that the crash shown below does not occur.
SRU REGRESSION POTENTIAL:
Regression risk is negligible. Fix just tightens a dependency on the needed icon theme.
---
Traceback (most recent call last):
File "/usr/bin/software-center", line 142, in <module>
app = SoftwareCenterAppGtk3(datadir, xapian_base_path, options, args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 305, in __init__
self.datadir)
File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/historypane.py", line 78, in __init__
self._get_emblems(self.icons)
File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/historypane.py", line 192, in _get_emblems
pb = icons.load_icon(emblem, self.ICON_SIZE, 0)
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
return info.invoke(*args, **kwargs)
GError: Failed to load icon
Full crash data: http://paste.ubuntu.com/942544/
At 2012-04-23, this is the 6th most common crash in Ubuntu overall. |
|