I found a problem when following the Quick Docs article “Displaying a User Prompt on the GNOME Login Screen” on F44 Workstation (GNOME 50):
Problem:
After a fresh installation of F44 Workstation on a VM, I followed the “Disable User List” procedure (Steps 1-4) in the above Quick Docs article.
This resulted in the GDM login screen not being displayed, and the Greeter desktop being exposed instead. In this state, the terminal becomes unusable and no input is accepted.
Note that this problem did not occur on F43 (GNOME 49) or earlier.
Recovery:
Log in via tty with Ctrl+Alt+F3, then run:
sudo rm /etc/dconf/profile/gdm
sudo dconf update
reboot
Cause:
The following entry is required in the /etc/dconf/profile/gdm editing procedure described in the
Quick Docs:
file-db:/usr/share/gdm/greeter-dconf-defaults
Adding this entry prevents the problem from occurring.
This entry appears to have become necessary starting with GNOME 50.
Note that the GNOME documentation already includes this file-db entry:
Suggestion:
The Quick Docs article may need to be updated. Either:
- Modify the /etc/dconf/profile/gdm editing procedure (Step 3) to include the
file-dbentry, or - Remove Step 3 entirely, since Fedora’s default /usr/share/dconf/profile/gdm already contains the necessary entries.