summaryrefslogtreecommitdiff
path: root/data/org.gnome.login-screen.gschema.xml.in
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-09-18 23:52:55 -0400
committerRay Strode <rstrode@redhat.com>2011-09-19 00:08:01 -0400
commit8490201928cbb1ff84363f4fdf4427c607980719 (patch)
treeec7001cb9c5dc75a0b28dd3e1128d0ca27f4f2ab /data/org.gnome.login-screen.gschema.xml.in
parent95d2c142053f1703baecc71f85f2b9871b4b321a (diff)
downloadgdm-8490201928cbb1ff84363f4fdf4427c607980719.tar.gz
data: add setting for login screen logo
The shell greeter needs a setting to be able to look up a possible logo to use. Rather than put it in the shell, we'll put it here, so we can potentially make the fallback greeter read the same setting. https://bugzilla.gnome.org/show_bug.cgi?id=658062
Diffstat (limited to 'data/org.gnome.login-screen.gschema.xml.in')
-rw-r--r--data/org.gnome.login-screen.gschema.xml.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/org.gnome.login-screen.gschema.xml.in b/data/org.gnome.login-screen.gschema.xml.in
index 0f2c0d8f..f974d6f7 100644
--- a/data/org.gnome.login-screen.gschema.xml.in
+++ b/data/org.gnome.login-screen.gschema.xml.in
@@ -20,5 +20,16 @@
to log in using those smartcards.
</_description>
</key>
+ <key name="logo" type="s">
+ <default>''</default>
+ <_summary>
+ Path to small image at top of user list
+ </_summary>
+ <_description>
+ The login screen can optionally show a small image at the top of its
+ user list to provide site administrators and distributions a way to
+ provide branding.
+ </_description>
+ </key>
</schema>
</schemalist>