[Bug 1028640] Re: session-installer crashed with TypeError in _on_property_changed(): could not convert type dbus.Array to PyObject required for parameter 0
Steve Langasek
steve.langasek at canonical.com
Tue Aug 21 06:05:46 UTC 2012
Possibly (untested):
if 'gi.repository' in sys.modules:
from gi.repository import GObject
else:
try:
import gobject as GObject
except:
from gi.repository import GObject
?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to aptdaemon in Ubuntu.
https://bugs.launchpad.net/bugs/1028640
Title:
session-installer crashed with TypeError in _on_property_changed():
could not convert type dbus.Array to PyObject required for parameter 0
Status in “aptdaemon” package in Ubuntu:
Triaged
Status in “aptdaemon” source package in Precise:
Invalid
Status in “aptdaemon” source package in Quantal:
Triaged
Bug description:
installing mp3 plugins for Rhythmbox and the session installer
crashed.
ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: sessioninstaller 0.20+bzr128-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-6.6-generic 3.5.0
Uname: Linux 3.5.0-6-generic x86_64
ApportVersion: 2.4-0ubuntu5
Architecture: amd64
Date: Tue Jul 24 14:36:05 2012
ExecutablePath: /usr/bin/session-installer
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120720.1)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/session-installer
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, no user)
LANG=en_US.UTF-8
PythonArgs: ['/usr/bin/session-installer']
SourcePackage: sessioninstaller
Title: session-installer crashed with TypeError in _on_property_changed(): could not convert type dbus.Array to PyObject required for parameter 0
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1028640/+subscriptions
More information about the foundations-bugs
mailing list