~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to tests/scripts/unity-compositor-fail-ready.conf

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2014-04-22 23:33:26 UTC
  • mfrom: (1.1.23) (16.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140422233326-gpd7rgap1v53zkuy
Tags: 1.10.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Check falls back to VT switching when the compositor fails to indicate it is ready
 
2
# Check clean stop when the compositor fails to indicate it is ready
3
3
#
4
4
 
5
5
[SeatDefaults]
6
6
type=unity
7
7
unity-compositor-timeout=1
8
8
 
 
9
#?*START-DAEMON
9
10
#?RUNNER DAEMON-START
10
11
 
11
12
# System compositor starts but doesn't indicate it is ready
12
 
#?UNITY-SYSTEM-COMPOSITOR START VT=7 XDG_VTNR=7
 
13
#?UNITY-SYSTEM-COMPOSITOR START FILE=/tmp/mir_socket VT=7 XDG_VTNR=7
13
14
 
14
15
# Timeout and compositor is stopped
15
16
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
16
17
 
17
 
# X server starts in VT mode
18
 
#?XSERVER-0 START VT=7
19
 
 
20
 
# Daemon connects when X server is ready
21
 
#?*XSERVER-0 INDICATE-READY
22
 
#?XSERVER-0 INDICATE-READY
23
 
#?XSERVER-0 ACCEPT-CONNECT
24
 
 
25
 
# Greeter starts
26
 
#?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter
27
 
#?XSERVER-0 ACCEPT-CONNECT
28
 
#?GREETER-X-0 CONNECT-XSERVER
29
 
#?GREETER-X-0 CONNECT-TO-DAEMON
30
 
#?GREETER-X-0 CONNECTED-TO-DAEMON
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
 
18
# Daemon exits with error code
 
19
#?RUNNER DAEMON-EXIT STATUS=1