When I run the command nautilus &
, the file browser opens correctly, but prints the following errors and doesn't return control to the terminal (e.g. what the &
should do):
(nautilus:6279): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
(nautilus:6279): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed
(nautilus:6279): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
(nautilus:6279): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(nautilus:6279): GLib-GObject-CRITICAL **: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
What's going on?
EDIT: To clarify, the issue is that gedit doesn't get detatched when I use the &
.
sudo nautilus
! – edwinksl Sep 21 '16 at 07:22gksudo nautilus
for root access – Benny Sep 21 '16 at 07:51nautilus-admin
, so that can be an alternative as well – Sergiy Kolodyazhnyy Sep 21 '16 at 07:56sudo nautilus
, and usegksudo nautilus
instead? Cheers, Al – heynnema Sep 21 '16 at 16:55