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

« back to all changes in this revision

Viewing changes to tests/scripts/unity-mir-autologin.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 can run automatically log into a Mir session
 
3
#
 
4
 
 
5
[SeatDefaults]
 
6
type=unity
 
7
autologin-user=have-password1
 
8
user-session=mir
 
9
 
 
10
#?RUNNER DAEMON-START
 
11
 
 
12
# System compositor starts
 
13
#?UNITY-SYSTEM-COMPOSITOR START VT=7 XDG_VTNR=7
 
14
#?*UNITY-SYSTEM-COMPOSITOR READY
 
15
 
 
16
# Session starts
 
17
#?SESSION-MIR-0 START XDG_SEAT=seat0 XDG_VTNR=7 DESKTOP_SESSION=mir USER=have-password1
 
18
 
 
19
# System compositor switches to session
 
20
#?UNITY-SYSTEM-COMPOSITOR SET-ACTIVE-SESSION ID=0
 
21
 
 
22
# Cleanup
 
23
#?*STOP-DAEMON
 
24
#?SESSION-MIR-0 TERMINATE SIGNAL=15
 
25
#?UNITY-SYSTEM-COMPOSITOR TERMINATE SIGNAL=15
 
26
#?RUNNER DAEMON-EXIT STATUS=0