/usr/share/glib-2.0/schemas/org.gnome.login-screen.gschema.xml is in libgdm1 3.28.3-0ubuntu18.04.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gdm">
<schema path="/org/gnome/login-screen/" id="org.gnome.login-screen">
<key type="b" name="enable-fingerprint-authentication">
<default>true</default>
<summary>Whether or not to allow fingerprint readers for login</summary>
<description>The login screen can optionally allow users who have enrolled their fingerprints to log in using those prints.</description>
</key>
<key type="b" name="enable-smartcard-authentication">
<default>true</default>
<summary>Whether or not to allow smartcard readers for login</summary>
<description>The login screen can optionally allow users who have smartcards to log in using those smartcards.</description>
</key>
<key type="b" name="enable-password-authentication">
<default>true</default>
<summary>Whether or not to allow passwords for login</summary>
<description>The login screen can be configured to disallow password authentication, forcing the user to use smartcard or fingerprint authentication.</description>
</key>
<key type="s" name="logo">
<default>''</default>
<summary>Path to small image at top of user list</summary>
<description>The login screen can optionally show a small image to provide site administrators and distributions a way to display branding.</description>
</key>
<key type="s" name="fallback-logo">
<default>''</default>
<summary>Path to small image at top of user list</summary>
<description>The fallback login screen can optionally show a small image to provide site administrators and distributions a way to display branding.</description>
</key>
<key type="b" name="disable-user-list">
<default>false</default>
<summary>Avoid showing user list</summary>
<description>The login screen normally shows a list of available users to log in as. This setting can be toggled to disable showing the user list.</description>
</key>
<key type="b" name="banner-message-enable">
<default>false</default>
<summary>Enable showing the banner message</summary>
<description>Set to true to show the banner message text.</description>
</key>
<key type="s" name="banner-message-text">
<default>''</default>
<summary>Banner message text</summary>
<description>Text banner message to show in the login window.</description>
</key>
<key type="b" name="disable-restart-buttons">
<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>
<key type="i" name="allowed-failures">
<default>3</default>
<summary>Number of allowed authentication failures</summary>
<description>The number of times a user is allowed to attempt authentication, before giving up and going back to user selection.</description>
</key>
</schema>
</schemalist>
|