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

2012-12-17 Thread Michael
r16372 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to 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

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

2012-08-21 Thread Steve Langasek
According to https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin %2Fsession- installer%3ATypeError%3Amsg_reply_handler%3Async_properties%3A_on_property_changed, the crash first appeared on July 23; so this may be correlated with aptdaemon 0.45+bzr848-0ubuntu1 (uploaded July 24 according to the

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

2012-08-21 Thread Steve Langasek
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 Bugs, which is

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

2012-08-21 Thread Martin Pitt
Reproducer: zcat /usr/share/doc/sessioninstaller/examples/test.gz | python - --install-packages pmount It looks like something is importing both the static gobject as well as the GI GObject in sessioninstaller. -- You received this bug notification because you are a member of Ubuntu Bugs, which

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

2012-08-21 Thread Martin Pitt
This is a really tricky one. sessioninstaller/core.py imports both gst (which pulls in the static gobject binding) as well as a lot of GI modules, so crashes will happen in all kinds of cases :-( As Steve says, it seems to have worked better when aptdaemon used the static gobject module as well;

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

2012-08-21 Thread Launchpad Bug Tracker
** Branch linked: lp:sessioninstaller -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed(): could not convert type

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

2012-08-21 Thread Martin Pitt
Fixed in lp:sessioninstaller rev 131. ** Changed in: sessioninstaller (Ubuntu Quantal) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title:

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

2012-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package sessioninstaller - 0.20+bzr131-0ubuntu1 --- sessioninstaller (0.20+bzr131-0ubuntu1) quantal; urgency=low * debian/control: Update Vcs-* to Quantal branch. * New upstream snapshot: - Fix typo in error message. (LP: #790500) - Make sure not

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

2012-08-21 Thread Barry Warsaw
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

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

2012-08-20 Thread Steve Langasek
This is the single most frequent crash report in 12.10 right now. Marking as high-priority, and marking for SRU as well since this appears to be a regression introduced in SRU. ** Also affects: sessioninstaller (Ubuntu Precise) Importance: Undecided Status: New ** Also affects:

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

2012-08-20 Thread Steve Langasek
Marking as 'high' because this is the single most frequent crash reported in 12.10 right now. Was going to mark this for SRU as well, but it looks like there isn't actually any evidence of this crash occurring with 12.04; so it's probably an aptdaemon behavior change (as the backtrace somewhat

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

2012-08-17 Thread Thiago Holmes
Occurred when installing package(s) for MOV file in movie player. The playback of this movie requires a MPEG-4 AAC decoder plugin which is not installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2012-08-16 Thread Sudheer Avula
When I try to open eclipse application, ubuntu inturn tried to install a plugin and crashed while running session-installer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title:

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

2012-08-15 Thread Tom Wright
Also occurs when attempting to install GIMP to open a .xcf document. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed():

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

2012-08-15 Thread jerrylamos
Occurred when installing package(s) for MOV file in movie player. The playback of this movie requires a MPEG-4 AAC decoder plugin which is not installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2012-08-13 Thread Ricardo J. Moreira Teixeira
crashed installing card themes in FreeCell Solitary -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed(): could not

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

2012-08-12 Thread Carla Sella
Crashed installing mp3 plugins for Rhythmbox. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed(): could not convert

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

2012-08-08 Thread Robin Catling
Hit me trying to install fluendo mp3 codecs on the fly from Firefox - only app running, no other updates or package management going on. Precise Daily updated from 10.31am 08.08.12 Hardware profile: https://wiki.edubuntu.org/robinc/Laptop/DellMM061 -- You received this bug notification because

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

2012-08-06 Thread Robert Bruce Park
This bug bit me while trying to install rar, however I had apt-get going in a terminal installing some other stuff at the same time, so I'm gonna take a wild guess and say that it crashed because it couldn't get the dpkg lock. -- You received this bug notification because you are a member of

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

2012-08-05 Thread Charles L. Rudd
crash while to play music which was located on the network. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed(): could

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

2012-08-03 Thread skipper
crash while trying to install rar for file-roller -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed(): could not

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

2012-07-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: sessioninstaller (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640

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

2012-07-25 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1028640 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is

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

2012-07-24 Thread Apport retracing service
** Tags removed: need-duplicate-check ** Changed in: sessioninstaller (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer

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

2012-07-24 Thread Jeremiah Njoroge
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028640 Title: session-installer crashed with TypeError in _on_property_changed(): could not convert type dbus.Array