GDM Patch

This commit is contained in:
2023-03-29 01:45:15 +02:00
parent d5e710f38b
commit bd82de083c
7 changed files with 695 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
From bcc651df77a429a6bf9b13892f71fedb1b87a069 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Wed, 11 Dec 2013 22:46:58 +0100
Subject: [PATCH 4/4] Apply Gentoo branding
Leio: updated to apply after conversion away from intltool
---
data/org.gnome.login-screen.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/org.gnome.login-screen.gschema.xml b/data/org.gnome.login-screen.gschema.xml
index 03da374..5e81bc0 100644
--- a/data/org.gnome.login-screen.gschema.xml
+++ b/data/org.gnome.login-screen.gschema.xml
@@ -31,7 +31,7 @@
</description>
</key>
<key name="logo" type="s">
- <default>''</default>
+ <default>'/usr/share/pixmaps/gentoo-gdm.svg'</default>
<summary>
Path to small image at top of user list
</summary>
--
1.8.5.1