diff options
Diffstat (limited to 'tests/scripts/wayland-greeter.conf')
-rw-r--r-- | tests/scripts/wayland-greeter.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/scripts/wayland-greeter.conf b/tests/scripts/wayland-greeter.conf new file mode 100644 index 00000000..1a7bd488 --- /dev/null +++ b/tests/scripts/wayland-greeter.conf @@ -0,0 +1,17 @@ +# +# Check can run a Wayland greeter from a VT based seat +# + +#?*START-DAEMON +#?RUNNER DAEMON-START + +# Greeter starts +#?GREETER-WAYLAND START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter +#?LOGIN1 ACTIVATE-SESSION SESSION=c0 +#?GREETER-WAYLAND CONNECT-TO-DAEMON +#?GREETER-WAYLAND CONNECTED-TO-DAEMON + +# Cleanup +#?*STOP-DAEMON +#?GREETER-WAYLAND TERMINATE SIGNAL=15 +#?RUNNER DAEMON-EXIT STATUS=0 |