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

« back to all changes in this revision

Viewing changes to tests/scripts/unity-plymouth.conf

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
#?RUNNER DAEMON-START
 
16
 
 
17
# Check if Plymouth is running
 
18
#?PLYMOUTH PING ACTIVE=TRUE
 
19
#?PLYMOUTH HAS-ACTIVE-VT=TRUE
 
20
#?PLYMOUTH QUIT RETAIN-SPLASH=TRUE
 
21
 
 
22
# System compositor starts
 
23
#?UNITY-SYSTEM-COMPOSITOR START VT=7 XDG_VTNR=7
 
24
#?*UNITY-SYSTEM-COMPOSITOR READY
 
25
 
 
26
# X server starts
 
27
#?XSERVER-0 START MIR-ID=0
 
28
 
 
29
# Daemon connects when X server is ready
 
30
#?*XSERVER-0 INDICATE-READY
 
31
#?XSERVER-0 INDICATE-READY
 
32
#?XSERVER-0 ACCEPT-CONNECT
 
33
 
 
34
# Session starts
 
35
#?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 DESKTOP_SESSION=default USER=have-password1
 
36
#?XSERVER-0 ACCEPT-CONNECT
 
37
#?SESSION-X-0 CONNECT-XSERVER
 
38
 
 
39
# System compositor switches to session
 
40
#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=0
 
41
 
 
42
# Cleanup
 
43
#?*STOP-DAEMON
 
44
#?SESSION-X-0 TERMINATE SIGNAL=15
 
45
#?XSERVER-0 TERMINATE SIGNAL=15
 
46
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
 
47
#?RUNNER DAEMON-EXIT STATUS=0