]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/home-dir-on-authenticate.conf
Flesh out support for activating sessions with CK or logind to be more explicit
[sojka/lightdm.git] / tests / scripts / home-dir-on-authenticate.conf
1 #
2 # Check works for users who have their home directory created after authentication
3 #
4
5 [SeatDefaults]
6 autologin-user=mount-home-dir
7 user-session=default
8
9 #?*START-DAEMON
10 #?RUNNER DAEMON-START
11
12 # X server starts
13 #?XSERVER-0 START VT=7 SEAT=seat0
14
15 # Daemon connects when X server is ready
16 #?*XSERVER-0 INDICATE-READY
17 #?XSERVER-0 INDICATE-READY
18 #?XSERVER-0 ACCEPT-CONNECT
19
20 # Session starts
21 #?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_GREETER_DATA_DIR=.*/mount-home-dir DESKTOP_SESSION=default USER=mount-home-dir
22 #?LOGIN1 ACTIVATE-SESSION
23 #?XSERVER-0 ACCEPT-CONNECT
24 #?SESSION-X-0 CONNECT-XSERVER
25
26 # Cleanup
27 #?*STOP-DAEMON
28 #?SESSION-X-0 TERMINATE SIGNAL=15
29 #?XSERVER-0 TERMINATE SIGNAL=15
30 #?RUNNER DAEMON-EXIT STATUS=0