I am using Ubuntu 16.04. I am not really used to Linux. When I started Ubuntu today, there was a message of internal error that caused Nautilus to not launch.
When I use terminal sudo nautilus
,
(nautilus:2694): 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
Segmentation fault (core dumped)
Also, the desktop does not respond to the right mouse button click.
I even do not know how to get more information on the source of error. I tried to remove nautilus and reinstall
sudo apt-get remove --purge nautilus
sudo apt-get install nautilus
It does not solve the problem.
How can I fix this problem?
root
? – AnotherKiwiGuy Nov 25 '16 at 02:04gksudo
instead ofsudo
– AnotherKiwiGuy Nov 25 '16 at 02:35sudo nautilus
command, doing so is a bad idea.. – doug Nov 25 '16 at 03:15