microsoft / wslg

Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios
MIT License
10.07k stars 304 forks source link

nautilus can't search files but output errors #723

Open Danila-hub opened 2 years ago

Danila-hub commented 2 years ago

Version

Microsoft Windows [Version 10.0.22000.613]

WSL Version

Kernel Version

Kernel version: 5.10.102.1

Distro Version

Ubuntu 20.04

Other Software

No response

Repro Steps

Launch nautilus and search some dirs.

Expected Behavior

Search and launch without any problems🙌

Actual Behavior

Have this in console:

nautilus

** (org.gnome.Nautilus:53): WARNING **: 21:48:45.753: Error on getting connection: Failed to load SPARQL backend: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1

(org.gnome.Nautilus:53): libunity-CRITICAL **: 21:48:45.843: file unity-launcher.c: line 1618: unexpected error: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1 (g-spawn-exit-error-quark, 1)

(org.gnome.Nautilus:53): libunity-CRITICAL **: 21:48:45.843: unity_launcher_entry_dbus_impl_construct: assertion 'conn != NULL' failed

(org.gnome.Nautilus:53): libunity-CRITICAL **: 21:48:45.845: unity-inspector.vala:96: Unable to connect to session bus: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:53): dconf-WARNING **: 21:48:45.903: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:53): dconf-WARNING **: 21:48:45.903: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

** (org.gnome.Nautilus:53): CRITICAL **: 21:48:45.913: update_dbus_opened_locations: assertion 'dbus_object_path' failed

** (org.gnome.Nautilus:53): WARNING **: 21:48:45.915: Unable to get contents of the bookmarks file: Error opening file /home/taiga/.gtk-bookmarks: No such file or directory

** (org.gnome.Nautilus:53): WARNING **: 21:48:45.915: Unable to get contents of the bookmarks file: Error opening file /home/taiga/.gtk-bookmarks: No such file or directory

** (org.gnome.Nautilus:53): CRITICAL **: 21:48:45.936: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:53): dconf-WARNING **: 21:48:45.936: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

** (org.gnome.Nautilus:53): CRITICAL **: 21:48:48.750: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:53): dconf-WARNING **: 21:48:48.750: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

** (org.gnome.Nautilus:53): CRITICAL **: 21:48:54.415: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:53): dconf-WARNING **: 21:48:54.415: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

** (org.gnome.Nautilus:53): CRITICAL **: 21:48:56.370: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:53): dconf-WARNING **: 21:48:56.370: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:48:56.496: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:48:56.496: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:48:58.437: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:48:58.437: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:49:06.677: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:49:06.677: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

** (org.gnome.Nautilus:53): CRITICAL **: 21:49:06.927: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:53): dconf-WARNING **: 21:49:06.927: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:53): dconf-WARNING **: 21:49:15.139: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:53): dconf-WARNING **: 21:49:15.139: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch= --binary-syntax --close-stderr”: Child process exited with code 1

** (org.gnome.Nautilus:53): CRITICAL **: 21:49:15.145: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:49:15.150: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:53): GLib-GIO-CRITICAL **: 21:49:15.150: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed

Diagnostic Logs

No response

mmichal3 commented 2 years ago

I have the same problem. I get the following errors. I opened nautilus, then navigated to my windows home directory. I tried to launch a terminal window there and received an "Error spawning command line" in both a pop up window and to the console, as noted in the errors I posted.I am running WSLg on Windows 11 10.22622.260 with Ubuntu 22.04. I am fully updated in both windows and Ubuntu.

(base) pflatlyne@Arachne:~$ nautilus

(org.gnome.Nautilus:1421): libunity-CRITICAL **: 07:01:17.008: file unity-launcher.c: line 1638: unexpected error: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1 (g-spawn-exit-error-quark, 1)

(org.gnome.Nautilus:1421): libunity-CRITICAL **: 07:01:17.009: unity_launcher_entry_dbus_impl_construct: assertion 'conn != NULL' failed

(org.gnome.Nautilus:1421): libunity-CRITICAL **: 07:01:17.011: unity-inspector.vala:96: Unable to connect to session bus: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:17.285: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:17.285: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): WARNING : 07:01:17.304: Unable to get contents of the bookmarks file: Error opening file /home/pflatlyne/.gtk-bookmarks: No such file or directory

(org.gnome.Nautilus:1421): WARNING : 07:01:17.304: Unable to get contents of the bookmarks file: Error opening file /home/pflatlyne/.gtk-bookmarks: No such file or directory

(org.gnome.Nautilus:1421): CRITICAL : 07:01:17.335: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:17.335: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:17.429: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:17.429: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed Nautilus-Share-Message: 07:01:17.559: Called "net usershare info" but it failed: Failed to execute child process “net” (No such file or directory)

(org.gnome.Nautilus:1421): CRITICAL : 07:01:38.542: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:01:39.955: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:39.956: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:39.981: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:39.981: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:43.333: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:43.333: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:46.878: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:46.878: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:01:47.029: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:47.029: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:47.054: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:47.054: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:49.176: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:49.176: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:01:49.316: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:49.317: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:49.341: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:49.341: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:54.731: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:54.731: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:57.691: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:57.692: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:01:57.838: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:01:57.838: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:57.874: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:01:57.874: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:00.176: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:00.177: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:01.620: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:01.620: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:30.426: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:30.427: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:02:30.466: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:02:30.466: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:30.494: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:30.494: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:33.609: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:33.609: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:02:33.800: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:02:33.801: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:33.827: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:33.827: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:02:36.247: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:02:36.247: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:36.956: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:36.956: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:38.300: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:38.300: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:39.714: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:39.714: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): LIBDBUSMENU-GLIB-WARNING **: 07:02:46.181: Unable to get session bus: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1 Nautilus-Share-Message: 07:02:46.255: Called "net usershare info" but it failed: Failed to execute child process “net” (No such file or directory)

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:56.137: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:56.137: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:57.277: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:57.277: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:02:57.326: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:02:57.326: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:57.354: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:02:57.354: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:07.273: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:07.273: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:07.886: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:07.886: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:09.190: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:09.190: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:10.205: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:10.205: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:15.613: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:15.613: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:16.832: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:16.832: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:20.075: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:20.075: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:34.836: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:03:34.836: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(file-roller:1647): dconf-WARNING **: 07:03:38.718: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1647): dconf-WARNING **: 07:03:43.142: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1647): dconf-WARNING **: 07:03:43.142: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1647): dconf-WARNING **: 07:03:43.142: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1647): dconf-WARNING **: 07:03:43.143: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1647): dconf-WARNING **: 07:03:43.144: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1647): dconf-WARNING **: 07:03:43.149: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:47.394: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:49.992: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:49.992: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:49.992: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:49.994: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:49.994: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(file-roller:1671): dconf-WARNING **: 07:03:50.004: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:04:29.984: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:34.079: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:34.079: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:34.105: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:34.105: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:35.799: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:35.799: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:41.726: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:41.726: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:41.884: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:41.884: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:41.910: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:41.910: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:43.589: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:43.589: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:43.726: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:43.726: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:44.497: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:44.497: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:44.677: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:44.677: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:44.704: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:44.704: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:46.114: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:46.114: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:46.251: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:46.251: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:47.844: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:47.844: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:47.909: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:47.909: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:47.943: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:47.943: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:04:49.216: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:04:49.216: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:49.361: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:49.361: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:53.754: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:53.754: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:54.532: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:54.532: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:58.667: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:04:58.668: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:00.050: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:00.050: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:01.955: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:01.956: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:03.655: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:03.656: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:06.087: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:06.087: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:28.035: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:28.035: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:05:28.089: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:28.090: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:28.130: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:28.130: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:32.583: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:32.583: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:05:32.629: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:32.630: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:32.665: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:32.665: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:05:36.589: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:36.593: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:05:38.246: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:38.250: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:42.889: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:42.889: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:05:42.958: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:42.959: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:43.048: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:05:43.048: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:52.335: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:05:52.336: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:05:52.337: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:03.488: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:03.488: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:06:09.568: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:06:09.569: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:14.243: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:14.243: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:06:14.403: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:06:14.403: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:14.433: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:14.433: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:26.130: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:26.130: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:30.817: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:30.817: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(file-roller:1750): dconf-WARNING **: 07:06:33.478: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:34.057: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:34.057: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(file-roller:1750): dconf-WARNING **: 07:06:36.954: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:48.504: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:48.504: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(file-roller:1784): dconf-WARNING **: 07:06:49.777: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:51.257: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:51.257: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:53.180: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:53.180: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:55.358: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:55.358: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:56.285: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:56.285: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:57.058: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:57.058: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:57.973: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:57.973: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:58.833: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:06:58.833: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:02.690: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:02.690: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(file-roller:1784): dconf-WARNING **: 07:07:04.623: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:16.777: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:16.777: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:17.521: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:17.521: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:18.603: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:18.603: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:19.617: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:19.617: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:20.430: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:20.430: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:23.213: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:23.213: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:27.531: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:27.531: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:28.897: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:28.897: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:35.073: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:35.073: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:36.797: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:36.797: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:44.215: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:44.216: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:50.208: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:50.208: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:51.254: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:51.254: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:52.082: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:52.082: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:56.328: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:56.328: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:57.083: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:57.083: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:57.880: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:57.880: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:58.690: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:07:58.691: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:00.836: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:00.836: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:02.596: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:02.596: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:04.708: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:04.708: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:15.219: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:15.219: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:16.817: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:16.818: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:08:17.115: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:17.115: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:17.151: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:17.151: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): CRITICAL : 07:08:22.529: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:22.529: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:23.495: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:08:23.495: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:53.953: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:53.953: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:54.260: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:54.260: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:54.599: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:54.599: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:54.942: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:54.942: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.198: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.198: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.416: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.417: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.585: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.585: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.738: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.738: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.885: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:55.885: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.260: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.260: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.399: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.542: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.542: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.673: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.674: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.805: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.805: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.935: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:56.935: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.396: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.396: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.513: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.513: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.646: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.646: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.784: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.785: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.924: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:57.925: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:58.071: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:58.071: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:58.211: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:58.211: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:58.849: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.282: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.335: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.351: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.368: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.385: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.402: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.418: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.435: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.452: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.469: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.485: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.502: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.519: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.651: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.686: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.703: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.721: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.739: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.757: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.773: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.790: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.807: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.824: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.841: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.858: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.874: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:08:59.891: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:01.190: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:01.370: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:02.243: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:02.293: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:02.335: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:02.376: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:02.415: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:03.648: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:03.835: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:03.907: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:03.956: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.000: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.032: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.060: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.086: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.102: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.118: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.135: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.152: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.169: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.186: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.202: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.219: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.237: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.254: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.272: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:04.290: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:06.031: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.581: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.750: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.767: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.785: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.802: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.819: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.837: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.854: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.871: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.889: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.907: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:17.941: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:20.042: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:20.042: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:09:25.620: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:09:25.620: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:30.475: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:44.876: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:44.877: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:45.163: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:45.164: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:45.435: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:45.435: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:48.623: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:48.639: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:48.656: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:48.794: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:48.795: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:09:55.270: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:31.352: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:31.352: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:41.702: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:41.702: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:43.084: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:43.085: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:44.224: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:44.224: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:45.670: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:45.670: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:49.829: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:49.829: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:54.672: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:54.672: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:56.068: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:56.068: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:57.575: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:57.575: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:59.208: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:10:59.208: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:11:02.138: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:11:02.138: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:11:06.716: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:11:06.716: g_dbus_proxy_get_cached_property: assertion 'G_IS_DBUS_PROXY (proxy)' failed Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:11:27.178: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): dconf-WARNING **: 07:11:27.178: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=14d1af95c59b1e0bf900846c62bd19f1 --binary-syntax --close-stderr”: Child process exited with code 1

(org.gnome.Nautilus:1421): CRITICAL : 07:11:27.182: update_dbus_opened_locations: assertion 'dbus_object_path' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:11:27.214: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(org.gnome.Nautilus:1421): GLib-GIO-CRITICAL **: 07:11:27.214: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed (base) pflatlyne@Arachne:~$

hideyukn88 commented 2 years ago

@Danila-hub @mmichal3, thanks for reporting the issue, I have been trying to locally reproduce the problem, but can not. I am able to search the file and open it by double clicking it, it looks it's working properly. Would you please share some more details of the step to reproduce and clues? Does this issue always occurs regardless which folder to search and the file type to be clicked? thanks!

image

Aaron-Junker commented 2 years ago

I also experience this. I also can't star files/folders.

hideyukn88 commented 2 years ago

@Aaron-Junker, do you experience this with any folder such as ~, or some specific folder? thanks!

Aaron-Junker commented 2 years ago

@Aaron-Junker, do you experience this with any folder such as ~, or some specific folder? thanks!

@hideyukn88 Almost every click I made generates a new:

g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

error.

It does not matter from where I start or what directory I open.

Also for example hiding the sidebar )or setting other preferences creates:

failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=d438a8fd05806800b38dffc262f1242f --binary-syntax --close-stderr”: Child process exited with code 
hideyukn88 commented 2 years ago

@Aaron-Junker, would you please check dbus-launch is running after nautilus is started? At my environment, it does. please refer below before & after, see PID 55, thanks!

hideyukn@HIDEYUKN-SX2:~$ ps -xf
  PID TTY      STAT   TIME COMMAND
   10 pts/0    Ss     0:00 -bash
   45 pts/0    R+     0:00  \_ ps -xf
hideyukn@HIDEYUKN-SX2:~$ nautilus &
[1] 46
hideyukn@HIDEYUKN-SX2:~$
** (org.gnome.Nautilus:46): WARNING **: 12:29:20.730: Unable to get contents of the bookmarks file: Error opening file /home/hideyukn/.gtk-bookmarks: No such file or directory

** (org.gnome.Nautilus:46): WARNING **: 12:29:20.730: Unable to get contents of the bookmarks file: Error opening file /home/hideyukn/.gtk-bookmarks: No such file or directory

hideyukn@HIDEYUKN-SX2:~$ ps -xf
  PID TTY      STAT   TIME COMMAND
   72 ?        Sl     0:00 /usr/libexec/at-spi2-registryd --use-gnome-session
   68 ?        Sl     0:00 /usr/libexec/dconf-service
   61 ?        Sl     0:00 /usr/libexec/at-spi-bus-launcher
   66 ?        S      0:00  \_ /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofor
   56 ?        Ss     0:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pid 5 --print-address 7 --session
   55 pts/0    S      0:00 dbus-launch --autolaunch=9a24dc2e586e9139f6e38b7161198884 --binary-syntax --close-stderr
   10 pts/0    Ss     0:00 -bash
   46 pts/0    Sl     0:01  \_ nautilus
   75 pts/0    R+     0:00  \_ ps -xf
Aaron-Junker commented 2 years ago

@hideyukn88 dbus-launch is running:

178 pts/2    S      0:00 dbus-launch --autolaunch=d438a8fd05806800b38dffc262f1242f --binary-syntax --close
Aaron-Junker commented 2 years ago

What I just realised is, that I don't exactly have the same issue. I can search normally. I just get the same error message as the original issuecreator.

hideyukn88 commented 2 years ago

@Aaron-Junker, thanks, so just to confirm, the issue you are having is only "I can't star files/folders." ? If so, I am able to reproduce that issue, I can't star folder either, so would you please open separate issue? thanks!

Aaron-Junker commented 2 years ago

@Danila-hub @mmichal3, thanks for reporting the issue, I have been trying to locally reproduce the problem, but can not. I am able to search the file and open it by double clicking it, it looks it's working properly. Would you please share some more details of the step to reproduce and clues? Does this issue always occurs regardless which folder to search and the file type to be clicked? thanks!

image

Done: #805