diff options
-rw-r--r-- | data/org.gnome.login-screen.gschema.xml.in | 11 |
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> |