Add a greeter logo to the login screen

The greeter logo on the login screen is controlled by the org.gnome.login-screen.logo GSettings key. Since GDM uses its own dconf profile, you can add a greeter logo by changing the settings in that profile.

When choosing an appropriate picture for the logo to your login screen, consider the following picture requirements:

  • All the major formats are supported: ANI, BPM, GIF, ICNS, ICO, JPEG, JPEG 2000, PCX, PNM, PBM, PGM, PPM, GTIFF, RAS, TGA, TIFF, XBM, WBMP, XPM, and SVG.

  • The size of the picture scales proportionally to the height of 48 pixels. So, if you set the logo to 1920x1080, for example, it changes into an 85x48 thumbnail of the original picture.

Set the org.gnome.login-screen.logo key

  1. Creare il profilo gdm che contiene le seguenti righe:

    /etc/dconf/profile/gdm

    user-db:user
    system-db:gdm
    file-db:/usr/share/gdm/greeter-dconf-defaults

    gdm è il nome di un database dconf.

  2. Create a gdm database for machine-wide settings in /etc/dconf/db/gdm.d/01-logo:

    [org/gnome/login-screen]
      logo='/usr/share/pixmaps/logo/greeter-logo.png'
      

    Replace /usr/share/pixmaps/logo/greeter-logo.png with the path to the image file you want to use as the greeter logo.

  3. Aggiornare i database di sistema:

    # dconf update

E se il logo non si aggiorna?

Assicurarsi di aver eseguito il comando dconf update per aggiornare i database di sistema.

Nel caso il logo non si aggiorni, provare a riavviare GDM.