Package:gdm3
Severity: whishlist
Tags: patch

Dear Maintainer,

the attached patch improves the logo used by GDM at the bottom of the login
screen by using a full swirl+Debian+10 logo instead of the current simple
swirl.

Before :
https://people.debian.org/~coucouf/screenshots/Screenshot_20190202_160428.png
After :
https://people.debian.org/~coucouf/screenshots/Screenshot_20190202_160607.png

It looks much better IMO. :)


That new logo is part of desktop-base 10.0.0 that will be landing in unstable
shortly.

Also the new logo is behind an alternative that will make it much more easy
for derivatives to provide their own without patching.

I’ve removed the "fallback" configuration key that does nothing and is not
in the upstream doc:
https://help.gnome.org/admin/system-admin-guide/stable/login-logo.html.en


Cheers,
--
Aurélien COUDERC
Debian Developer
>From e6bbbf59a800280c8c7706a5f1ba54711fbcaa7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= <[email protected]>
Date: Tue, 5 Feb 2019 00:42:27 +0100
Subject: [PATCH] Replace simple login bottom logo with a full logo+Debian+10
 logo

---
 debian/control                | 2 +-
 debian/greeter.dconf-defaults | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f31436f3..410c8076 100644
--- a/debian/control
+++ b/debian/control
@@ -80,7 +80,7 @@ Depends: accountsservice (>= 0.6.35),
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: at-spi2-core,
-            desktop-base (>= 6),
+            desktop-base (>= 10.0.0),
             x11-xkb-utils,
             xserver-xephyr,
             xserver-xorg,
diff --git a/debian/greeter.dconf-defaults b/debian/greeter.dconf-defaults
index c5b07860..441e8fbd 100644
--- a/debian/greeter.dconf-defaults
+++ b/debian/greeter.dconf-defaults
@@ -23,8 +23,7 @@
 # Login manager options
 # =====================
 [org/gnome/login-screen]
-logo='/usr/share/icons/hicolor/48x48/emblems/emblem-debian-white.png'
-fallback-logo='/usr/share/icons/hicolor/48x48/emblems/emblem-debian-white.png'
+logo='/usr/share/images/vendor-logos/logo-text-version-128.png'
 
 # - Disable user list
 # disable-user-list=true
-- 
2.20.1

Reply via email to