This bug was fixed in the package software-center - 5.2.3
---------------
software-center (5.2.3) precise-proposed; urgency=low
[ Robert Roth ]
* lp:~evfool/software-center/lp987801:
- Only show the version label once for each version in
reviews (LP: #987801)
* lp:~evfool/software-center/lp874430:
- display tooltips for package titles in the application
tiles of the lobby view (LP: #874430)
* lp:~evfool/software-center/lp983831:
- Avoid merging two words while normalizing description (LP: #983831)
* lp:~evfool/software-center/lp822625:
- Set default value for reviewstats histogram (LP: #822625)
* lp:~evfool/software-center/lp875874:
- Set word wrap with fallback to char wrapping for the review
text label (LP: #875874)
[ Gabor Kelemen ]
* lp:~kelemeng/software-center/bug1001746:
- merge i18n fix (LP: #1001746)
[ Michael Vogt ]
* lp:~mvo/software-center/lp872760-for-5.2:
- fix translations for certain category names (LP: #872760)
* lp:~mvo/software-center/lp987321:
- fix dependency to ensure that we have humanity-icon-theme
as we need it for the history view icons (LP: #987321)
* lp:~mvo/software-center/test-catview-cleanup:
- refactor unit tests for the catview
* lp:~mvo/software-center/lp1002271:
- fix regresion in 5.2.2 (LP: #1002271) for empty descriptions
* lp:~mvo/software-center/lp1005104:
- fix regression in 5.2.2 (LP: #1005104) in initial navigation
history
* lp:~mvo/software-center/client-lp1004417:
- client side fix for when exhibit package names contain
extra whitespace (LP: #1004417)
[ Gary Lasker ]
* lp:~gary-lasker/software-center/fix-crash-lp1000238:
- remove obsolete workaround for an old bug that has long since
been fixed, this fixes a hard crash on Quantal (LP: #1000238)
* lp:~gary-lasker/software-center/toolbar-buttons-insensitive-during-startup:
- re-enable the fix for LP: #999486, LP: #994341 that was inadvertently
disabled in the 5.2.2 release
[ Natalia Bidart ]
* lp:~nataliabidart/software-center/fix-977931:
- Unified package string parsing into a single method that will be
used from either the command line arguments, or from the dbus method
'bringToFront'. This way, search will be consistent between all
entry points. LP: #977931
- Also added proper test suites for the above.
* lp:~nataliabidart/software-center/fix-965093:
- Fixed the SpinnerNtebook show_spinner method so the spinner page is
not shown until the configured threshold is reached (250ms since
this branch). Plus proper test suite was added.
* lp:~nataliabidart/software-center/fix-986563:
- Filtered out those exhibits that do not their packages available
in the db (LP: #986563)
-- Michael Vogt <[email protected]> Mon, 04 Jun 2012 08:53:25 +0200
** Changed in: software-center (Ubuntu Precise)
Status: Invalid => 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/1000238
Title:
Software-Center crashes on starting
Status in “software-center” package in Ubuntu:
Fix Released
Status in “software-center” source package in Precise:
Fix Released
Bug description:
Note for Precise SRU:
This change has no effect in Precise. It is a simple removal of a
single line that was an obsolete workaround for an old bug long since
fixed. This line caused a crash in Quantal and so was removed there,
and as it is dead code in Precise we removed it from here as well.
Regression Potential:
None.
Software-center crashes when started
Ubuntu is fully updated with Quantal
logs on starting software-center:
2012-05-16 09:52:15,840 - softwarecenter.ui.gtk3.app - INFO - setting up
proxy 'None'
2012-05-16 09:52:15,844 - softwarecenter.db.database - INFO - open()
database: path=None use_axi=True use_agent=True
2012-05-16 09:52:16,105 - softwarecenter.backend.reviews - WARNING - Could
not get usefulness from server, no username in config file
2012-05-16 09:52:16,713 - softwarecenter.db.pkginfo_impl.aptcache - INFO -
aptcache.open()
Traceback (most recent call last):
File "/usr/bin/software-center-gtk3", line 176, in <module>
app.run(args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1343,
in run
self.show_available_packages(args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1273,
in show_available_packages
self.view_manager.set_active_view(ViewPages.AVAILABLE)
File
"/usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py",
line 149, in set_active_view
view_widget.init_view()
File
"/usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py",
line 133, in init_view
SoftwarePane.init_view(self)
File
"/usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py", line
233, in init_view
self.datadir)
File
"/usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py",
line 886, in __init__
self._layout_page()
File
"/usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py",
line 1185, in _layout_page
self.pkg_statusbar = PackageStatusBar(self)
File
"/usr/share/software-center/softwarecenter/ui/gtk3/views/appdetailsview.py",
line 176, in __init__
self.progress.set_data("transparent-bg-hint", True)
AttributeError: 'ProgressBar' object has no attribute 'set_data'
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: software-center 5.2.1
ProcVersionSignature: Ubuntu 3.4.0-1.3-generic 3.4.0-rc5
Uname: Linux 3.4.0-1-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Wed May 16 09:52:46 2012
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120510)
PackageArchitecture: all
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1000238/+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