This bug was fixed in the package software-center - 5.2.1
---------------
software-center (5.2.1) precise-proposed; urgency=low
[ Michael Vogt ]
* lp:~mvo/software-center/lp977179:
- make the review UI react correctly to conditions of network
availability (LP: #977179)
* lp:~mvo/software-center/fix-crash-deb-file-size-calc:
- fix crash when installing a deb file that is not found in
the current apt cache
* lp:~mvo/software-center/lp981992:
- fix a crash in the new a11y code if there is a row that has
no data or is not yet preloaded (LP: #981992)
* lp:~mvo/software-center/fix-gmenu-searcher:
- fix the menu searcher for non-Unity configurations after
the app-install-data-ubuntu file layout changed
* lp:~mvo/software-center/lp808455:
- trivial fix for crash on downstream distros (LP: #808455)
* lp:~mvo/software-center/lp927262:
- fix crash when get_vadjustment() returns None (LP: #927262)
* lp:~mvo/software-center/utf8-fixes:
- fix various utf8-related crashes (LP: #943500, LP: #922225,
LP: #917755)
* lp:~mvo/software-center/gwibber-utf8-lp985255:
- fix a utf8 crash in the gwibber integration (LP: #985255)
* lp:~mvo/software-center/workaround-gtk-regression-lp986186:
- workaround performance issue with the Gtk.TreeView.set_model()
call when there is a cell_data_func attached. Not every user is
affected (settings dependant somehow), but when affected it causes
a massive performance degration for huge list models like "System"
(LP: #986186). This branch works around the problem by disconnecting
the cell_data_func before setting the new model.
* lp:~mvo/software-center/fix-clear-credentials-race:
- fix an incorrect use of the sso dbus backend, we now correctly
wait until it emits a CredentialsCleared signal (LP: #986117)
[ Gary Lasker ]
* lp:~gary-lasker/software-center/add-to-launcher-after-auth-lp972710:
- fix bug where an application will be added to the Unity launcher
in the case where the user cancels the installation auth dialog
(LP: #972710)
* lp:~gary-lasker/software-center/recommendations-sso-login-lp973612:
- fix bug where the recommendations opt-in panel is hidden if
the user declines the SSO dialog after opting in (LP: #973612)
- fix the user experience if the user has previously opted-in to
recommendations and their SSO token is found have been removed
or revoked or otherwise found to be invalid (LP: #967064)
- improve the responsiveness of the spinner in the recommendations
flow
-- Michael Vogt <[email protected]> Thu, 26 Apr 2012 09:47:19 +0200
** Changed in: software-center (Ubuntu Quantal)
Status: Fix Committed => Fix Released
** 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/808455
Title:
Software-center causes update-apt-xapian-index to fail on downstream
distros
Status in “software-center” package in Ubuntu:
Fix Released
Status in “software-center” source package in Precise:
Fix Released
Status in “software-center” source package in Quantal:
Fix Released
Bug description:
When software-center is installed on an Ubuntu derivative (in our
case, Nexradix), update-apt-xapian-index fails.
When run, a python error indicating that "no module Nexradix is found"
When I replace lines 112-114 in /usr/share/software-
center/softwarecenter/distro/__init__.py with:
distro_id = "Ubuntu"
update-apt-xapian-index works without incident.
Based on the prior code, it appears that the current distro name is
being parsed from /etc/lsb-release, and if it doesn't find a matching
distro in the "/usr/share/software-center/softwarecenter/distro"
directory, it fails.
I assume that adding the distro in question to that directory using
Ubuntu.py as a template would likely solve this, however it remains a
bug: update-apt-xapian-index should not rely on software-center's
distro-specific code, or at the very least, fail more gracefully with
an error message or link to documentation as to what the fix is.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/808455/+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