This bug was fixed in the package software-center - 5.2.5
---------------
software-center (5.2.5) precise-proposed; urgency=low
[ Michael Vogt ]
* lp:~mvo/software-center/fix-lp1009039:
- fix treeview selection background (LP: #1009039)
* lp:~mvo/software-center/fix-lp1011522:
- fix bug where clicking on "Reinstall previous purchases" twice
shows endless spinner (LP: #1011522)
* lp:~mvo/software-center/click_url:
- adds support for a "click_url" from the exhibits banner to
support banners for things like the humble-bundle where we
don't have packages but URLs (LP: #1020205)
* lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
opening a deb file (LP: #1008229)
* lp:~mvo/software-center/lp1026494:
- typo fix in the hw description code (LP: #1026494)
[ Gary Lasker ]
* lp:~gary-lasker/software-center/unity-launcher-integration-fixes:
- fix bug where for-purchase items are not being added to the Unity
launcher (LP: #925014)
- fix bug where the Unity launcher item for an application incorrectly
points to its app-install-data desktop file rather than its installed
desktop file (LP: #999427)
- fix bug where an application's icon remains in the Unity launcher after
the corresponding application has been uninstalled (LP: #981488)
- fix bug where the Unity launcher fails to auto-hide after installation
of a for-purchase item (LP: #1002440)
- fix bug where items in the "Independent" section are not being added
to the Unity launcher (LP: #1012877)
* lp:~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483:
- don't add an item to the launcher if its desktop file specifies
NoDisplay=true (LP: #1006483)
* lp:~gary-lasker/software-center/launcher-integration-unit-tests:
- additional unit tests to round out the suite for the Unity
launcher integration feature
* lp:~gary-lasker/software-center/fix-lp969907-for-5.2:
- fix race condition in _app_activated_cb() (LP: #969907)
-- Michael Vogt <[email protected]> Mon, 23 Jul 2012 16:38:04 +0200
** Changed in: software-center (Ubuntu Precise)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1026494
Title:
crash for missing hardware "hardware::storage:cd"
Status in “software-center” package in Ubuntu:
In Progress
Status in “software-center” source package in Precise:
Fix Released
Bug description:
TEST CASE:
- trivial typo fix with almost zero regression potential
- a regression test is enough
If there is a missing hardware: "hardware::storage:cd" for a app it will
crash with. This was uncovered when running the testsuite with "debtags" fully
installed and updated.
...
File
"/scratch/egon/devel/software-center/5.2/softwarecenter/ui/gtk3/views/appdetailsview.py",
line 1741, in show_app
skip_update_addons=skip_update_addons)
File
"/scratch/egon/devel/software-center/5.2/softwarecenter/ui/gtk3/views/appdetailsview.py",
line 1547, in _update_all
self._update_warning_bar(app_details)
File
"/scratch/egon/devel/software-center/5.2/softwarecenter/ui/gtk3/views/appdetailsview.py",
line 1458, in _update_warning_bar
app_details.hardware_requirements)
File "/scratch/egon/devel/software-center/5.2/softwarecenter/hw.py", line
104, in get_hw_missing_long_description
descr = descr % postfix
TypeError: unsupported operand type(s) for %: 'NoneType' and 'str'
This is due to a typo in softwarecente/hw.py
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1026494/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp