I've recently installed Ubuntu 18.04 in a dual-boot configuration with Windows 10. I noticed today that, when trying to open system settings, Ubuntu seems to log me out to the lock screen. When I log back in, all previously-running applications are now closed. Very unsure what to do from here, any help much appreciated.
I had a look in
/var/log/kern.log
and noticed nouveau was crashing about the time I tried to opengnome-control-center
.So I installed the latest stable nvidia drivers (I'm using an nvidia graphics card), rebooted and now it works.
When I upgraded to 18.04 same problem happened to me. Ubuntu logs out unexpectedly and even after suspend. I figured out there was something wrong with
.Xauthority
.First of all remove
.Xauthority
and then relogin usingDon't worry system will recreate
.Xauthority
.Super late answer here, but for me it seemed to be a combo of nVidia drivers, greeter, and theme. When troubleshooting, particularly after an update, try reverting to one of the default themes via Gnome Tweaks, Adwaita, for example. It can sound trivial, but the semi-colon in the wrong place in ubuntu.css can prevent the system from booting.
Like xor7ommy, I found the fix to be a combo of
Updating the NVidia driver via
.ICEauthority
and restarting.After that, I was able to open the Ubuntu settings without getting logged out.
I have had a similar problem on ubuntu 20.04 and the solution was indeed to update the nvidia driver as proposed by @BillTheITGeek.
For those wondering where to find the
.ICEauthority
. This is a file found in the home directory. I renamed mine to.ICEauthority.backup
. After doing these two things i still had the issue, a restart resolved everything. So restarting is required!I also had a same problem. After couple of trials here and there finally able to solve it.