summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbousq <mathieu.bousquet2@gmail.com>2022-07-10 08:48:02 +0000
committerPetr Kovář <pknbe@volny.cz>2023-02-04 14:53:48 +0000
commitaf184ef8319237f2a9fd55190c34efe2a9871598 (patch)
tree79fadf69202723610ca3fc6a0ec97ca797c94439
parentc9584f9c487d471361d4cae6eee2531c93d85554 (diff)
downloadgnome-user-docs-af184ef8319237f2a9fd55190c34efe2a9871598.tar.gz
login-automatic: add list formatting
-rw-r--r--system-admin-guide/C/login-automatic.page27
1 files changed, 16 insertions, 11 deletions
diff --git a/system-admin-guide/C/login-automatic.page b/system-admin-guide/C/login-automatic.page
index d42828da..1e122c0b 100644
--- a/system-admin-guide/C/login-automatic.page
+++ b/system-admin-guide/C/login-automatic.page
@@ -47,22 +47,27 @@
from the <app>Settings</app></link> panel. You can also set up autologin
manually in the <sys its:translate="no">GDM</sys> custom configuration
file, as follows.</p>
-
- <p>Edit the <file its:translate="no">/etc/gdm/custom.conf</file> file and make
- sure that the <code>[daemon]</code> section in the file specifies the
- following:</p>
-
- <listing its:translate="no">
- <title><file>custom.conf</file></title>
+
+ <steps>
+ <title>Configure automatic login</title>
+ <item>
+ <p>Edit the <file its:translate="no">/etc/gdm/custom.conf</file> file and make
+ sure that the <code>[daemon]</code> section in the file specifies the
+ following:</p>
+ <listing its:translate="no">
+ <title><file>custom.conf</file></title>
<code>
[daemon]
AutomaticLoginEnable=<input>True</input>
AutomaticLogin=<input>username</input>
</code>
- </listing>
-
- <p>Replace the <input its:translate="no">username</input> with the user that
- you want to be automatically logged in.</p>
+ </listing>
+ </item>
+ <item>
+ <p>Replace the <input its:translate="no">username</input> with the user that
+ you want to be automatically logged in.</p>
+ </item>
+ </steps>
<note>
<p>The <file its:translate="no">custom.conf</file> file can usually be found