]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/autologin-guest-fail-setup-script.conf
Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5 for Consol...
[sojka/lightdm.git] / tests / scripts / autologin-guest-fail-setup-script.conf
1 #
2 # Check guest account fails gracefully if setup script fails
3 #
4
5 [LightDM]
6 guest-account-script=false
7
8 [SeatDefaults]
9 autologin-guest=true
10 user-session=default
11
12 #?RUNNER DAEMON-START
13
14 # X server starts
15 #?XSERVER-0 START VT=7
16
17 # Daemon connects when X server is ready
18 #?*XSERVER-0 INDICATE-READY
19 #?XSERVER-0 INDICATE-READY
20 #?XSERVER-0 ACCEPT-CONNECT
21
22 # (guest account attempts to start and fails)
23
24 # Greeter starts
25 #?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter
26 #?XSERVER-0 ACCEPT-CONNECT
27 #?GREETER-X-0 CONNECT-XSERVER
28 #?GREETER-X-0 CONNECT-TO-DAEMON
29 #?GREETER-X-0 CONNECTED-TO-DAEMON
30 #?GREETER-X-0 SELECT-GUEST-HINT
31
32 # Cleanup
33 #?*STOP-DAEMON
34 #?GREETER-X-0 TERMINATE SIGNAL=15
35 #?XSERVER-0 TERMINATE SIGNAL=15
36 #?RUNNER DAEMON-EXIT STATUS=0