]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/unity-autologin.conf
Add support for shared user data directories between the greeter and user sessions.
[sojka/lightdm.git] / tests / scripts / unity-autologin.conf
1 #
2 # Check can automatically login with Unity seat type
3 #
4
5 [SeatDefaults]
6 type=unity
7 autologin-user=have-password1
8 user-session=default
9
10 #?RUNNER DAEMON-START
11
12 # System compositor starts
13 #?UNITY-SYSTEM-COMPOSITOR START FILE=/tmp/mir_socket VT=7 XDG_VTNR=7
14 #?*UNITY-SYSTEM-COMPOSITOR READY
15
16 # X server starts
17 #?XSERVER-0 START SEAT=seat0 MIR-ID=x-0
18
19 # Daemon connects when X server is ready
20 #?*XSERVER-0 INDICATE-READY
21 #?XSERVER-0 INDICATE-READY
22 #?XSERVER-0 ACCEPT-CONNECT
23
24 # Session starts
25 #?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_GREETER_DATA_DIR=.*/have-password1 DESKTOP_SESSION=default USER=have-password1
26 #?XSERVER-0 ACCEPT-CONNECT
27 #?SESSION-X-0 CONNECT-XSERVER
28
29 # System compositor switches to session
30 #?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=x-0
31
32 # Cleanup
33 #?*STOP-DAEMON
34 #?SESSION-X-0 TERMINATE SIGNAL=15
35 #?XSERVER-0 TERMINATE SIGNAL=15
36 #?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
37 #?RUNNER DAEMON-EXIT STATUS=0