GNOME Bugzilla – Bug 789272
mpris support is not working with the flatpak
Last modified: 2017-10-21 11:15:25 UTC
This is what I get when I run it in a Terminal with "flatpak run org.gnome.Rhythmbox3" (rhythmbox:3): Rhythmbox-WARNING **: Unable to grab media player keys: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown (rhythmbox:3): libnotify-WARNING **: Failed to connect to proxy (rhythmbox:3): Rhythmbox-WARNING **: Failed to send notification (Time Warp 2017 (BE-AT.TV)): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown (rhythmbox:3): Rhythmbox-WARNING **: Failed to send notification (Time Warp 2017 (BE-AT.TV)): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown Traceback (most recent call last):
+ Trace 238084
(found, sample) = tags.get_sample(tagname)
raise NotInitialized("Please call Gst.init(argv) before using GStreamer") gi.overrides.Gst.NotInitialized: Please call Gst.init(argv) before using GStreamer Traceback (most recent call last):
self.finished(results)
key = RB.ExtDBKey.create_storage("album", self.album)
Traceback (most recent call last): File "/app/lib/rhythmbox/plugins/artsearch/local.py", line 106, in _enum_dir_cb self.finished(results) File "/app/lib/rhythmbox/plugins/artsearch/local.py", line 52, in finished key = RB.ExtDBKey.create_storage("album", self.album) TypeError: Argument 1 does not allow None as a value During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/lib/rhythmbox/plugins/artsearch/local.py", line 123, in _enum_dir_cb self.finished(results) File "/app/lib/rhythmbox/plugins/artsearch/local.py", line 52, in finished key = RB.ExtDBKey.create_storage("album", self.album) TypeError: Argument 1 does not allow None as a value
commit 7015159 in gnome-apps-nightly should fix this.