So I installed a game with wine, and it didn’t work properly. I noticed it would log me out every time I started it so I removed it. But now it logs me out every time I log in after a few seconds. What happens is: the overview of gnome opens then a few second later it leaves overview and then a second later it logs me out.
@Corinae598 Hi, could it be a Gnome Shell Extension issue? I would suggest temporarily disabling and see if it still occurs. If it does, then create a test user and then log in as that test user and see if it duplicates, that helps identify a user or system issue.
@Corinae598 So as the test user, switch to root user in a terminal with su - and then run the command journalctl -b and see if you can identify your other user and the errors being shown when it autologs out, something is crashing, so just need to identify.
@Corinae598 you can grep on error, journalctl -b | grep error I wonder if it may be something trying to autostart, so as root user ls /home/usrname/.config/autostart/ where username is the username having issues with, is there something in there that may cause the issue?