Hi,
I tried to create a simple gnome-shell extension to search for music via the default gnome-shell search-mechanism. Unfortunately, everytime I try to callt the SparqlConnection.query method, my gnome-shell crashes with the following log: (gnome-settings-daemon:8883): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. The query is well formed, I can safely execute it via the tracker-sparql app. Is this a known problem and how can I avoid it? |