summaryrefslogtreecommitdiff
path: root/tests/scripts/mir-autologin.conf
blob: 766533d083b70c9da30b75d3c9cd7c3330ab4c08 (plain)
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
#
# Check can automatically log into a Mir session from a VT based seat
#

[Seat:*]
autologin-user=have-password1
user-session=mir

#?*START-DAEMON
#?RUNNER DAEMON-START

# System compositor starts
#?UNITY-SYSTEM-COMPOSITOR START FILE=/run/lightdm-mir-0 VT=7 XDG_VTNR=7
#?*UNITY-SYSTEM-COMPOSITOR READY

# Session starts
#?SESSION-MIR-session-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_GREETER_DATA_DIR=.*/have-password1 XDG_SESSION_TYPE=mir XDG_SESSION_DESKTOP=mir USER=have-password1
#?LOGIN1 ACTIVATE-SESSION SESSION=c0

# Session shown
#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=session-0

# Cleanup
#?*STOP-DAEMON
#?SESSION-MIR-session-0 TERMINATE SIGNAL=15
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
#?RUNNER DAEMON-EXIT STATUS=0