summaryrefslogtreecommitdiff
path: root/data/org.gnome.login-screen.gschema.xml.in
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2012-02-15 13:03:27 +0100
committerRay Strode <rstrode@redhat.com>2012-03-15 18:57:26 -0400
commit2d0069984082b9528bc38c58ab8beeafade58467 (patch)
treeddcef37b8bd4cfa023c96ccc08d23de254fde8d3 /data/org.gnome.login-screen.gschema.xml.in
parent597729e3ecc0ca0eaca0790264d85d7c3ab77858 (diff)
downloadgdm-2d0069984082b9528bc38c58ab8beeafade58467.tar.gz
Migrate GDM off GConf to GSettings.
This commit moves the fallback greeter and daemon away from gconf. Some changes from Ray Strode. https://bugzilla.gnome.org/show_bug.cgi?id=635375
Diffstat (limited to 'data/org.gnome.login-screen.gschema.xml.in')
-rw-r--r--data/org.gnome.login-screen.gschema.xml.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/data/org.gnome.login-screen.gschema.xml.in b/data/org.gnome.login-screen.gschema.xml.in
index f0c9dfe9..657d0b0f 100644
--- a/data/org.gnome.login-screen.gschema.xml.in
+++ b/data/org.gnome.login-screen.gschema.xml.in
@@ -31,6 +31,17 @@
provide branding.
</_description>
</key>
+ <key name="fallback-logo" type="s">
+ <default>''</default>
+ <_summary>
+ Path to small image at top of user list
+ </_summary>
+ <_description>
+ The fallback 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>
<key name="disable-user-list" type="b">
<default>false</default>
<_summary>
@@ -41,5 +52,32 @@
as. This setting can be toggled to disable showing the user list.
</_description>
</key>
+ <key name="banner-message-enable" type="b">
+ <default>false</default>
+ <_summary>
+ Enable showing the banner message
+ </_summary>
+ <_description>
+ Set to true to show the banner message text.
+ </_description>
+ </key>
+ <key name="banner-message-text" type="s">
+ <default>''</default>
+ <_summary>
+ Banner message text
+ </_summary>
+ <_description>
+ Text banner message to show in the login window.
+ </_description>
+ </key>
+ <key name="disable-restart-buttons" type="b">
+ <default>false</default>
+ <_summary>
+ Disable showing the restart buttons
+ </_summary>
+ <_description>
+ Set to true to disable showing the restart buttons in the login window.
+ </_description>
+ </key>
</schema>
</schemalist>