Closed ghost closed 10 years ago
$ rhythmbox -D lastfmplaycount /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 (15:09:44) [0xa6b0c0] [Config._parse_username] /home/deepcyan/.local/share/rhythmbox/plugins/lastfmplaycount/lastfmplaycountconfig.py:267: Parsed Last.fm username: deepcyan (15:09:44) [0xa6b0c0] [Config.set_run_update_all] /home/deepcyan/.local/share/rhythmbox/plugins/lastfmplaycount/lastfmplaycountconfig.py:231: Run_update False (15:09:44) [0xa6b0c0] [LastfmPlaycountPlugin.do_activate] /home/deepcyan/.local/share/rhythmbox/plugins/lastfmplaycount/lastfmplaycount.py:113: Activation finished Segmentation fault (core dumped)
Any ideas?
that error is due to the fact of mixing gtk2 libraries with gtk3 libraries.
You'll see an "import gconf" statement - that is gtk2. The code needs to be adjusted to use "GConf" - note the case-sensitivity.
Any ideas?