When I run command $ sudo nautilus
, I am getting the following error message:
** (nautilus:2611): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-JjKUQBOPpS: Connection refused
(nautilus:2611): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(nautilus:2611): IBUS-WARNING **: The owner of /home/nit/.config/ibus/bus is not root!
How could I solve it?
gksudo nautilus
. See this question: http://askubuntu.com/questions/11760/what-is-the-difference-between-gksudo-nautilus-and-sudo-nautilus – Parto Jun 25 '14 at 06:26sudo open nautilus
? – Pandya Jun 25 '14 at 10:25