Hi there,
I’m having difficulties disabling gnome-initial-setup on GNOME OS.
I performed a clean installation, with the user already created during the installation process, and then I converted the new user to a systemd-homed managed user.
The problem is that after rebooting, since there is no longer a “traditional home”, the gnome-initial-setup wizard is triggered.
I tried disabling it by adding the following configuration to /etc/gdm/custom.conf:
[daemon]
InitialSetupEnable=False
However, even after rebooting the system, the initial setup still appears. I also don’t see any entry under /etc/xdg/autostart/, so I’m out of ideas. Is there any solution to this ?
Thank you.