When I'm opening nautilus via the gnome-terminal, using nautilus &
, I get the following messages.
** (nautilus:29419): WARNING **: 16:51:41.696: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:29419): GLib-GIO-CRITICAL **: 16:51:42.332: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
To me this seems like nautilus is trying to connect to the internet.
Any idea why this is happening.
I'm using GNOME Shell 3.30.1.
update
After manually killing nautilus using sudo kill PID
, still the error messages shows up,
** (nautilus:2454): WARNING **: 17:41:57.107: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:2454): GLib-GIO-CRITICAL **: 17:41:57.840: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Thank you in advance.
nautilus
error mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network – Sergiy Kolodyazhnyy Dec 26 '18 at 15:13