summaryrefslogtreecommitdiff
path: root/tests/scripts/xauthority.conf
blob: 8507cffb34030eb8c97ebc3046052e17b6cfc93d (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
28
29
30
31
32
33
#
# Check X authority written into home directory
#

[LightDM]
minimum-display-number=50

[SeatDefaults]
autologin-user=have-password1

#?RUNNER DAEMON-START

# X server starts
#?XSERVER-50 START
#?XSERVER-50 INDICATE-READY

# LightDM connects to X server
#?XSERVER-50 ACCEPT-CONNECT

# Session starts
#?SESSION-X-50 START USER=have-password1
#?XSERVER-50 ACCEPT-CONNECT
#?SESSION-X-50 CONNECT-XSERVER

# Check where the X authority is
#?*SESSION-X-50 READ-ENV NAME=XAUTHORITY
#?SESSION-X-50 READ-ENV NAME=XAUTHORITY VALUE=.*/home/have-password1/.Xauthority

# Cleanup
#?*STOP-DAEMON
#?SESSION-X-50 TERMINATE SIGNAL=15
#?XSERVER-50 TERMINATE SIGNAL=15
#?RUNNER DAEMON-EXIT STATUS=0