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

« back to all changes in this revision

Viewing changes to tests/scripts/unity-mir-greeter-x-session.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 log into an X session from a Mir greeter
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
type=unity
 
7
user-session=default
 
8
 
 
9
#?RUNNER DAEMON-START
 
10
 
 
11
# System compositor starts
 
12
#?UNITY-SYSTEM-COMPOSITOR START VT=7
 
13
#?*UNITY-SYSTEM-COMPOSITOR READY
 
14
 
 
15
# Greeter starts
 
16
#?GREETER-MIR-0 START
 
17
#?GREETER-MIR-0 CONNECT-TO-DAEMON
 
18
#?GREETER-MIR-0 CONNECTED-TO-DAEMON
 
19
 
 
20
# System compositor switches to greeter
 
21
#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=0
 
22
 
 
23
# Log into account with a password
 
24
#?*GREETER-MIR-0 AUTHENTICATE USERNAME=no-password1
 
25
#?GREETER-MIR-0 AUTHENTICATION-COMPLETE USERNAME=no-password1 AUTHENTICATED=TRUE
 
26
#?*GREETER-MIR-0 START-SESSION
 
27
 
 
28
# X server starts
 
29
#?XSERVER-0 START MIR-ID=1
 
30
 
 
31
# Daemon connects when X server is ready
 
32
#?*XSERVER-0 INDICATE-READY
 
33
#?XSERVER-0 INDICATE-READY
 
34
#?XSERVER-0 ACCEPT-CONNECT
 
35
 
 
36
# Session starts
 
37
#?SESSION-X-0 START USER=no-password1
 
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=1
 
43
 
 
44
# Greeter stops
 
45
#?GREETER-MIR-0 TERMINATE SIGNAL=15
 
46
 
 
47
# Cleanup
 
48
#?*STOP-DAEMON
 
49
#?SESSION-X-0 TERMINATE SIGNAL=15
 
50
#?XSERVER-0 TERMINATE SIGNAL=15
 
51
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
 
52
#?RUNNER DAEMON-EXIT STATUS=0