~josharenson/lightdm/withhold-invalid-x-args

« back to all changes in this revision

Viewing changes to tests/scripts/mir-autologin.conf

  • Committer: Tarmac
  • Author(s): Robert Ancell
  • Date: 2013-07-30 08:56:47 UTC
  • mfrom: (1576.18.46 mir-sessions)
  • Revision ID: tarmac-20130730085647-7w72sjmq5qy7oiw9
Add support for Mir sessions and greeters.

Approved by PS Jenkins bot, Robert Ancell.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check can't automatically log into a Mir session from a VT based seat
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
autologin-user=have-password1
 
7
user-session=mir
 
8
 
 
9
#?RUNNER DAEMON-START
 
10
 
 
11
# (session fails to start)
 
12
 
 
13
# X server starts
 
14
#?XSERVER-0 START VT=7
 
15
 
 
16
# Daemon connects when X server is ready
 
17
#?*XSERVER-0 INDICATE-READY
 
18
#?XSERVER-0 INDICATE-READY
 
19
#?XSERVER-0 ACCEPT-CONNECT
 
20
 
 
21
# Greeter starts
 
22
#?GREETER-X-0 START
 
23
#?XSERVER-0 ACCEPT-CONNECT
 
24
#?GREETER-X-0 CONNECT-XSERVER
 
25
#?GREETER-X-0 CONNECT-TO-DAEMON
 
26
#?GREETER-X-0 CONNECTED-TO-DAEMON
 
27
 
 
28
# Cleanup
 
29
#?*STOP-DAEMON
 
30
#?GREETER-X-0 TERMINATE SIGNAL=15
 
31
#?XSERVER-0 TERMINATE SIGNAL=15
 
32
#?RUNNER DAEMON-EXIT STATUS=0