Zainstalowałem wtyczkę do Rhythmboxa Media Art komendą:
Kod: Zaznacz cały
sudo apt-get install rhythmbox-desktop-art"Błąd wtyczki
Nie można uruchomić wtyczki Desktop Art"
W konsoli natomiast:
Kod: Zaznacz cały
(rhythmbox:4705): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
(rhythmbox:4705): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Traceback (most recent call last):
File "/usr/lib/rhythmbox/plugins/desktop-art/__init__.py", line 25, in <module>
from DesktopControl import DesktopControl
File "/usr/lib/rhythmbox/plugins/desktop-art/DesktopControl.py", line 27, in <module>
import rsvg
ImportError: No module named rsvg
(rhythmbox:4705): Rhythmbox-WARNING **: Could not load plugin desktop-art
(rhythmbox:4705): Rhythmbox-WARNING **: Error, impossible to activate plugin 'Desktop Art'
(rhythmbox:4705): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GObject'
(rhythmbox:4705): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
(rhythmbox:4705): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GObject'
(rhythmbox:4705): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
Pozdrawiam, virnik.
EDIT:
Poradziłem sobie, wystarczyło doinstalować paczkę python-rsvg
Kod: Zaznacz cały
sudo apt-get install python-rsvg

