]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/unity-plymouth.conf
Override logind's or consolekit's decision to automatically change active session...
[sojka/lightdm.git] / tests / scripts / unity-plymouth.conf
1 #
2 # Check Plymouth quits when Unity System compositor server is started.  Plymouth is on an active VT so it handshakes with u-s-c.
3 #
4
5 [SeatDefaults]
6 type=unity
7 autologin-user=have-password1
8 user-session=default
9
10 [test-plymouth-config]
11 enabled=true
12 has-active-vt=true
13 active=true
14
15 #?*START-DAEMON
16 #?RUNNER DAEMON-START
17
18 # Check if Plymouth is running
19 #?PLYMOUTH PING ACTIVE=TRUE
20 #?PLYMOUTH HAS-ACTIVE-VT=TRUE
21 #?PLYMOUTH QUIT RETAIN-SPLASH=TRUE
22
23 # System compositor starts
24 #?UNITY-SYSTEM-COMPOSITOR START FILE=/tmp/mir_socket VT=7 XDG_VTNR=7
25 #?*UNITY-SYSTEM-COMPOSITOR READY
26
27 # X server starts
28 #?XSERVER-0 START SEAT=seat0 MIR-ID=x-0
29
30 # Daemon connects when X server is ready
31 #?*XSERVER-0 INDICATE-READY
32 #?XSERVER-0 INDICATE-READY
33 #?XSERVER-0 ACCEPT-CONNECT
34
35 # Session starts
36 #?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_GREETER_DATA_DIR=.*/have-password1 DESKTOP_SESSION=default USER=have-password1
37 #?LOGIN1 ACTIVATE-SESSION SESSION=c0
38 #?XSERVER-0 ACCEPT-CONNECT
39 #?SESSION-X-0 CONNECT-XSERVER
40
41 # System compositor switches to session
42 #?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=x-0
43
44 # Cleanup
45 #?*STOP-DAEMON
46 #?SESSION-X-0 TERMINATE SIGNAL=15
47 #?XSERVER-0 TERMINATE SIGNAL=15
48 #?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
49 #?RUNNER DAEMON-EXIT STATUS=0