[Bug 1028640] Re: session-installer crashed with TypeError in _on_property_changed(): could not convert type dbus.Array to PyObject required for parameter 0

Barry Warsaw 1028640 at bugs.launchpad.net
Tue Aug 21 23:41:15 UTC 2012


On Aug 21, 2012, at 06:05 AM, Steve Langasek wrote:

>if 'gi.repository' in sys.modules:
>    from gi.repository import GObject
>else:
>    try:
>        import gobject as GObject
>    except:
>        from gi.repository import GObject

dbus-python does something like this, with minor differences:

if 'gi' in sys.modules:
    from gi.repository import GObject as gobject
else:
    import gobject

See dbus.gobject_service.py for details.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sessioninstaller 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 “sessioninstaller” package in Ubuntu:
  Fix Released
Status in “sessioninstaller” source package in Precise:
  Invalid
Status in “sessioninstaller” source package in Quantal:
  Fix Released

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/sessioninstaller/+bug/1028640/+subscriptions




More information about the foundations-bugs mailing list