Skip to content

Instantly share code, notes, and snippets.

@doraeric
Last active December 17, 2025 14:49
Show Gist options
  • Select an option

  • Save doraeric/d3061cbafc4b7a3fb0ed2b104170771f to your computer and use it in GitHub Desktop.

Select an option

Save doraeric/d3061cbafc4b7a3fb0ed2b104170771f to your computer and use it in GitHub Desktop.
unable to open file '/etc/dconf/db/gdm'

Warning message: Dconf warnings about missing 'gdm', 'site' & 'distro' databases - Support / GNOME - Manjaro Linux Forum

Fix

# let dconf generate empty gdm db to eliminate warning
sudo mkdir -p /etc/dconf/db/gdm.d
sudo dconf update

Debug 過程

journalctl -b 0
# see warning, check pid
# unable to open file '/etc/dconf/db/gdm':...
journalctl -b 0 _PID=$PID -o verbose
# found _UID=60578
pkg-config --variable=greeter_uid_min systemd
# verify 60578 is GDM Greeter

Gemini found 60578 is GDM Greeter

Users, Groups, UIDs and GIDs on systemd Systems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment