BramBonne / LastfmPlaycount

Import the playcount of your currently playing track from Last.fm into Rhythmbox
19 stars 5 forks source link

Segfault on starting rhythmbox with lastfmplaycount #8

Closed ghost closed 10 years ago

ghost commented 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?

fossfreedom commented 10 years ago

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.