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

« back to all changes in this revision

Viewing changes to tests/scripts/upstart-login.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:
21
21
#?INIT -q emit login-session-start DISPLAY_MANAGER=lightdm
22
22
 
23
23
# Greeter starts
24
 
#?GREETER-X-0 START XDG_SESSION_COOKIE=ck-cookie-x:0
 
24
#?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7
25
25
#?XSERVER-0 ACCEPT-CONNECT
26
26
#?GREETER-X-0 CONNECT-XSERVER
27
27
#?GREETER-X-0 CONNECT-TO-DAEMON
38
38
#?INIT -q emit desktop-session-start DISPLAY_MANAGER=lightdm
39
39
 
40
40
# Session starts
41
 
#?SESSION-X-0 START XDG_SESSION_COOKIE=ck-cookie-x:0 USER=have-password1
 
41
#?SESSION-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 DESKTOP_SESSION=default USER=have-password1
42
42
#?XSERVER-0 ACCEPT-CONNECT
43
43
#?SESSION-X-0 CONNECT-XSERVER
44
44