After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667587 - Rhythmbox does not start.
Rhythmbox does not start.
Status: RESOLVED DUPLICATE of bug 661957
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-09 17:28 UTC by sefirot43
Modified: 2012-01-09 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sefirot43 2012-01-09 17:28:30 UTC
ms@ms-Dimension-8200:~$ rhythmbox

Gtk-WARNING **: SearchAll: missing action AutoPlaylistSearchAll

Gtk-WARNING **: SearchArtists: missing action AutoPlaylistSearchArtists

Gtk-WARNING **: SearchAlbums: missing action AutoPlaylistSearchAlbums

Gtk-WARNING **: SearchTitles: missing action AutoPlaylistSearchTitles

Gtk-WARNING **: SearchAll: missing action AutoPlaylistSearchAll

Gtk-WARNING **: SearchArtists: missing action AutoPlaylistSearchArtists

Gtk-WARNING **: SearchAlbums: missing action AutoPlaylistSearchAlbums

Gtk-WARNING **: SearchTitles: missing action AutoPlaylistSearchTitles
/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.3/gi/_gobject/pygobject.c:929:pygobject_new_full: assertion failed: (tp != NULL)
Aborted (core dumped)
ms@ms-Dimension-8200:~$
Comment 1 Jonathan Matthew 2012-01-09 20:15:44 UTC
This looks like you have a python plugin enabled that loads some static bindings.   What output do you get from 'gsettings get org.gnome.rhythmbox.plugins active-plugins'?
Comment 2 sefirot43 2012-01-09 20:36:36 UTC
This is what I get:

ms@ms-Dimension-8200:~$ gsettings get org.gnome.rhythmbox.plugins active-plugins

['dbus-media-server', 'mpris', 'ipod', 'magnatune', 'iradio', 'notification', 'power-manager', 'cd-recorder', 'audiocd', 'mtpdevice', 'audioscrobbler', 'generic-player', 'rb', 'mmkeys']

ms@ms-Dimension-8200:~$
Comment 3 sefirot43 2012-01-09 20:42:38 UTC
By the way, I am running Ubuntu 11.10 and yesterday I applied a distro upgrade command: sudo apt-get dist-upgrade
Comment 4 Jonathan Matthew 2012-01-09 20:43:07 UTC
ok, run this:

gsettings set org.gnome.rhythmbox.plugins active-plugins "['dbus-media-server', 'mpris', 'ipod', 'iradio', 'notification',
'power-manager', 'cd-recorder', 'audiocd', 'mtpdevice', 'audioscrobbler',
'generic-player', 'rb', 'mmkeys']"

The magnatune plugin is broken for now.

*** This bug has been marked as a duplicate of bug 661957 ***
Comment 5 sefirot43 2012-01-09 21:02:52 UTC
OK, issue resolved.

Thank you.