From 8e77b79f78111f67cf42acfad57ad2a7dc510dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 22 Nov 2024 16:23:58 +0100 Subject: [PATCH] schema: Add `banner-message-path` and `-source` settings The new settings allows reading the banner message from a file instead of GSettings. This is mainly useful for `/etc/motd` and similar mechanisms, to show the same message for both graphical and non-graphical logins. --- data/org.gnome.login-screen.gschema.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/data/org.gnome.login-screen.gschema.xml b/data/org.gnome.login-screen.gschema.xml index 7b5c54d1b..5a547e9b8 100644 --- a/data/org.gnome.login-screen.gschema.xml +++ b/data/org.gnome.login-screen.gschema.xml @@ -1,5 +1,10 @@ + + + + + true @@ -70,6 +75,15 @@ Set to true to show the banner message text. + + "settings" + + Banner message source + + + The source of the text banner message on the login screen. + + '' @@ -79,6 +93,15 @@ Text banner message to show in the login window. + + '' + + Banner message path + + + Path to text file with banner message to show in the login window. + + false -- 2.48.1