mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #07917
[Bug 1108552] Re: mythbuntu-control-centre failed to start
This bug was fixed in the package aptdaemon - 1.0-0ubuntu1
---------------
aptdaemon (1.0-0ubuntu1) raring; urgency=low
* New stable bug fix release 1.0:
- Add PEP8 compliance and a corresponding test
- Fix PackageKit tests if an http proxy is set (LP: #1050799)
- Fix crash for Python GTK2 clients (LP: #1108552)
- Fix crash if configuration file changes are only one line long -
thanks to Barry Warsaw and Robert Collins (LP: #1120322)
- Fix crash if the removal of a package valid candidate is simulated
- Allow repository release names to include dots
- Convert aptdaemon exceptions to PackageKit ones in the compat
layer (currently only invalid input ant failed authorization are
supported)
- Store the default values in the PackageKit transaction interface
statically typed
- Fix setting the speed property in the PackageKit interface
- Several grammar and typo fixes in user interface messages and
documentation (LP: #1112492)
* debian/patches:
- fix-high-trust-pkcompat.diff: updated
- apt-dbus-text-api.patch: updated
- fix-gobject-io-add-watch.patch: Added. Always include the priority
in a GLib.io_add_watch() call to not cause problems with the backwards
compatibility
[ Barry Warsaw ]
* debian/control:
- Add Build-Depend on gir1.2-gnomedesktop-3.0, gir1.2-vte-2.90, pep8,
and xvfb.
- Bump Standards-Version to 3.9.4.
* debian/rules: Run the tests under xvfb-run to avoid core dumps.
* debian/patches/pep8-fixes.patch: Fix PEP 8 violations.
* debian/patches/lp1153725-temporary-workaround.patch: Temporarily
disable two tests which fail during the build.
* debian/rules:
- Add the missing test directory and symlinks before running tests.
- Clean up symlink directory in override_dh_auto_clean.
- Sleep before the xvfb-run with a different Python version. Tear
down of xvfb-run resources is apparently not immediate.
-- Sebastian Heinlein <glatzor@xxxxxxxxxx> Mon, 11 Mar 2013 07:02:07 +0100
** Changed in: aptdaemon (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythbuntu-control-centre in Ubuntu.
https://bugs.launchpad.net/bugs/1108552
Title:
mythbuntu-control-centre failed to start
Status in “aptdaemon” package in Ubuntu:
Fix Released
Status in “mythbuntu-control-centre” package in Ubuntu:
Invalid
Bug description:
When trying to start this on Ubuntu 13.04 I get this:
Traceback (most recent call last):
File "/usr/bin/mythbuntu-control-centre", line 38, in <module>
from aptdaemon import client
File "/usr/lib/python2.7/dist-packages/aptdaemon/client.py", line 55, in <module>
class AptTransaction(GObject.Object):
AttributeError: 'module' object has no attribute 'Object'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1108552/+subscriptions
References