[Bug 841463] Re: python plugins are currently broken

2011-11-15 Thread Olivier FAURAX
The magnatune plugin is the culprit.

Here the trace I have when loading the magnatune plugin:
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
TypeError: metaclass conflict: the metaclass of a derived class must be a 
(non-strict) subclass of the metaclasses of all its bases
**
ERROR:/build/buildd/pygobject-3.0.0/gi/_gobject/pygobject.c:929:pygobject_new_full:
 assertion failed: (tp != NULL)
Abandon

This is kind of critical, as rhythmbox refuses to start if magnatune is
activated in the plugin panel.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-11-07 Thread Matthew Gregg
This bug is still marked fix released but it is not. Can we get this
reopened and fixed?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-10-04 Thread Mattias Eriksson
The checkin message in the commit I link to says that it should fix this
problem, but I cant seem to get rhythmbox to work using git master

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-10-03 Thread Mattias Eriksson
This should be fixed upstream:
http://git.gnome.org/browse/rhythmbox/commit/?id=5e32ee5bfe915beccd804ef311724bb8fdc7bed9

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-09-26 Thread Xavier Guillot
I confirm this bug is still present in last Oneiric and Rhythmbox
updates, unable to set python plugins working.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-09-25 Thread Ants
This issue is still ongoing for me, is an update on the way?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-09-21 Thread Pedro Villavicencio
And this is now fixed with latest upload. Thanks all.

** Changed in: rhythmbox (Ubuntu Oneiric)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-09-20 Thread Sebastien Bacher
** Also affects: rhythmbox
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-09-09 Thread Martin Pitt
This is due to importing both the old static gobject and the GI
GObject binding. You can't mix them.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 841463] Re: python plugins are currently broken

2011-09-06 Thread Pedro Villavicencio
it seems to be an issue with all the python plugins, try to activate any
and you'll get:

/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
Traceback (most recent call last):
  File /usr/lib/rhythmbox/plugins/lyrics/lyrics.py, line 35, in module
from LyricsConfigureDialog import LyricsConfigureDialog
  File /usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py, line 36, 
in module
class LyricsConfigureDialog (GObject.Object, PeasGtk.Configurable):
  File /usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py, line 38, 
in LyricsConfigureDialog
object = GObject.property(type=GObject.Object)
  File /usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.py, line 
111, in __init__
self.type = self._type_from_python(type)
  File /usr/lib/python2.7/dist-packages/gi/_gobject/propertyhelper.py, line 
202, in _type_from_python
raise TypeError(Unsupported type: %r % (type_,))
TypeError: Unsupported type: type 'gobject.GObject'

similar error is raised for every other plugin there.

** Summary changed:

- magnatune store jamendo plugin not load. 
+ python plugins are currently broken

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided = Medium

** Changed in: rhythmbox (Ubuntu)
   Status: New = Triaged

** Also affects: rhythmbox (Ubuntu Oneiric)
   Importance: Medium
   Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/841463

Title:
  python plugins are currently broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/841463/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs