Config gnome2 autologon » Historie » Version 1
Jeremias Keihsler, 12.01.2017 09:47
1 | 1 | Jeremias Keihsler | h1. Install Gnome2-Autologon |
---|---|---|---|
2 | |||
3 | h2. Requirements |
||
4 | |||
5 | To config Genome2-Autologon you will need the following: |
||
6 | * a installed and supported operating system (e.g. CentOS 6.x) |
||
7 | * root-access |
||
8 | |||
9 | h2. Preliminary Note |
||
10 | |||
11 | this is based on: |
||
12 | * https://www.centos.org/forums/viewtopic.php?t=1144 |
||
13 | * http://rricketts.com/auto-login-a-user-with-centos-6-4-x86_64 |
||
14 | |||
15 | h2. Install |
||
16 | |||
17 | h2. Setup |
||
18 | |||
19 | You need to edit @/etc/gdm/custom.conf@ file and add this line |
||
20 | <pre><code class="ini"> |
||
21 | [daemon] |
||
22 | AutomaticLoginEnable=true |
||
23 | AutomaticLogin=username |
||
24 | </code></pre> |
||
25 | |||
26 | h2. Test |
||
27 | |||
28 | Restart and Auto-Login should be performed |