~ci-train-bot/lightdm/lightdm-ubuntu-zesty-1679

« back to all changes in this revision

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

  • Committer: Robert Ancell
  • Date: 2015-07-28 08:38:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: robert.ancell@canonical.com-20150728083840-0c0rt3j8sl7mwhvo
Support Wayland sessions / greeters

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check can automatically log into a Wayland session from a VT based seat
 
3
#
 
4
 
 
5
[Seat:*]
 
6
autologin-user=have-password1
 
7
user-session=wayland
 
8
 
 
9
#?*START-DAEMON
 
10
#?RUNNER DAEMON-START
 
11
 
 
12
# Session starts
 
13
#?SESSION-WAYLAND START XDG_SEAT=seat0 XDG_VTNR=7 XDG_GREETER_DATA_DIR=.*/have-password1 XDG_SESSION_TYPE=wayland XDG_SESSION_DESKTOP=wayland USER=have-password1
 
14
#?LOGIN1 ACTIVATE-SESSION SESSION=c0
 
15
 
 
16
# Cleanup
 
17
#?*STOP-DAEMON
 
18
#?SESSION-WAYLAND TERMINATE SIGNAL=15
 
19
#?RUNNER DAEMON-EXIT STATUS=0