You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you manually create a second user (so from Gnome settings for example) and go through first-setup with it, you will end up in a loop of first-setup.
This is because of a caching issue with gdm, which doesn't automatically reload the session after changing it.
A solution would be to run systemctl restart accounts-daemon.service after running /usr/bin/__first_setup_reset_session to make gdm reload the session.
The text was updated successfully, but these errors were encountered:
If you manually create a second user (so from Gnome settings for example) and go through first-setup with it, you will end up in a loop of first-setup.
This is because of a caching issue with gdm, which doesn't automatically reload the session after changing it.
A solution would be to run
systemctl restart accounts-daemon.service
after running/usr/bin/__first_setup_reset_session
to make gdm reload the session.The text was updated successfully, but these errors were encountered: