-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Here's the console output:
$ rhythmbox
/usr/lib/rhythmbox/plugins/coverart_browser/coverart_widgets.py:26: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
from gi.repository import Notify
/usr/lib/rhythmbox/plugins/coverart_browser/coverart_covericonview.py:28: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import PangoCairo
/usr/lib/rhythmbox/plugins/coverart_browser/coverart_artistinfo.py:28: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import WebKit
/usr/lib/rhythmbox/plugins/equalizer/Conf.py:20: PyGIWarning: GConf was imported without specifying a version first. Use gi.require_version('GConf', '2.0') before import to ensure that the right version gets loaded.
from gi.repository import GConf, Gst
(rhythmbox:16731): Gtk-CRITICAL **: gtk_box_pack: assertion '_gtk_widget_get_parent (child) == NULL' failed
(rhythmbox:16731): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist
(rhythmbox:16731): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist
(rhythmbox:16731): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist
(rhythmbox:16731): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist
(rhythmbox:16731): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist
(rhythmbox:16731): Gtk-WARNING **: Duplicate child name in GtkStack: Add to Playlist
(rhythmbox:16731): Gtk-CRITICAL **: gtk_tree_model_filter_iter_parent: assertion 'GTK_TREE_MODEL_FILTER (model)->priv->stamp == child->stamp' failed
(rhythmbox:16731): Gtk-CRITICAL **: gtk_box_reorder_child: assertion 'old_link != NULL' failed
Segmentation fault (core dumped)