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

« back to all changes in this revision

Viewing changes to tests/scripts/multi-seat.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
#
 
2
# Check can run two seats at once
 
3
#
 
4
 
 
5
[Seat:0]
 
6
xdg-seat=seat0
 
7
 
 
8
[Seat:1]
 
9
xdg-seat=seat1
 
10
 
 
11
#?*START-DAEMON
 
12
#?RUNNER DAEMON-START
 
13
 
 
14
# Seat0 starts
 
15
#?XSERVER-0 START VT=7 SEAT=seat0
 
16
#?*XSERVER-0 INDICATE-READY
 
17
#?XSERVER-0 INDICATE-READY
 
18
#?XSERVER-0 ACCEPT-CONNECT
 
19
#?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter
 
20
#?LOGIN1 ACTIVATE-SESSION SESSION=c0
 
21
#?XSERVER-0 ACCEPT-CONNECT
 
22
#?GREETER-X-0 CONNECT-XSERVER
 
23
#?GREETER-X-0 CONNECT-TO-DAEMON
 
24
#?GREETER-X-0 CONNECTED-TO-DAEMON
 
25
 
 
26
# Seat1 starts (can't use VTs)
 
27
#?XSERVER-1 START SEAT=seat1
 
28
#?*XSERVER-1 INDICATE-READY
 
29
#?XSERVER-1 INDICATE-READY
 
30
#?XSERVER-1 ACCEPT-CONNECT
 
31
#?GREETER-X-1 START XDG_SEAT=seat1 XDG_SESSION_CLASS=greeter
 
32
#?LOGIN1 ACTIVATE-SESSION SESSION=c1
 
33
#?XSERVER-1 ACCEPT-CONNECT
 
34
#?GREETER-X-1 CONNECT-XSERVER
 
35
#?GREETER-X-1 CONNECT-TO-DAEMON
 
36
#?GREETER-X-1 CONNECTED-TO-DAEMON
 
37
 
 
38
# Cleanup
 
39
#?*STOP-DAEMON
 
40
#?GREETER-X-0 TERMINATE SIGNAL=15
 
41
#?GREETER-X-1 TERMINATE SIGNAL=15
 
42
#?XSERVER-0 TERMINATE SIGNAL=15
 
43
#?XSERVER-1 TERMINATE SIGNAL=15
 
44
#?RUNNER DAEMON-EXIT STATUS=0