I saw maybe on Reddit on r/Ubuntu or maybe on r/gnome about a Flatpak to customize the GDM/login/greeter. I installed it, took a look, and decided I was not very interested and just uninstalled it. It's this here https://flathub.org/apps/details/io.github.realmazharhussain.GdmSettings . I believe I didn't change anything, BUT....
Now my PC boots and goes to a blinking cursor
I can press alt+F2, the tty session shows up, I can login there and the system is fully functional from the command line, just something on that app broke to gdm3.
I can check the /etc/gdm3 files with nano, use sudo and I execute the gdm3 binary installed. Attempts to use xinit or xstart lead to another tty session stuck with a blinking cursor or error messages.
Executing 'systemctl status gdm' I get:
Gdm': Child process -2185 was already dead
GdmDisplay: Session never registered
Gdm-launch-environmemt GLib-Gobject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
The system is pretty default, just Ubuntu, Gnome, maybe 3 plugins.
Ubuntu 22.10
kernel 5.19.0-35
gdm3 --version is 43.0
(Of course cannot ctrl+c ctrl-v all the messages due to tty only)
Now the question: how can I reset the configuration files for it, or at least look up the default files to compare and copy?
Thank!