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

« back to all changes in this revision

Viewing changes to tests/scripts/user-has-messages.conf

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2014-04-22 23:33:26 UTC
  • mfrom: (1.1.23) (16.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140422233326-gpd7rgap1v53zkuy
Tags: 1.10.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check user indicates if they have messages
 
3
#
 
4
 
 
5
#?*START-DAEMON
 
6
#?RUNNER DAEMON-START
 
7
 
 
8
# X server starts
 
9
#?XSERVER-0 START VT=7 SEAT=seat0
 
10
 
 
11
# Daemon connects when X server is ready
 
12
#?*XSERVER-0 INDICATE-READY
 
13
#?XSERVER-0 INDICATE-READY
 
14
#?XSERVER-0 ACCEPT-CONNECT
 
15
 
 
16
# Greeter starts
 
17
#?GREETER-X-0 START XDG_SEAT=seat0 XDG_VTNR=7 XDG_SESSION_CLASS=greeter
 
18
#?LOGIN1 ACTIVATE-SESSION SESSION=c0
 
19
#?XSERVER-0 ACCEPT-CONNECT
 
20
#?GREETER-X-0 CONNECT-XSERVER
 
21
#?GREETER-X-0 CONNECT-TO-DAEMON
 
22
#?GREETER-X-0 CONNECTED-TO-DAEMON
 
23
 
 
24
# Watch a user for properties changes
 
25
#?*GREETER-X-0 WATCH-USER USERNAME=prop-user
 
26
#?GREETER-X-0 WATCH-USER USERNAME=prop-user
 
27
#?*GREETER-X-0 LOG-USER USERNAME=prop-user FIELDS=HAS-MESSAGES
 
28
#?GREETER-X-0 LOG-USER USERNAME=prop-user HAS-MESSAGES=FALSE
 
29
 
 
30
# Flag a user as having messages
 
31
#?*UPDATE-USER USERNAME=prop-user HAS-MESSAGES=TRUE
 
32
#?RUNNER UPDATE-USER USERNAME=prop-user HAS-MESSAGES=TRUE
 
33
#?GREETER-X-0 USER-CHANGED USERNAME=prop-user
 
34
#?*GREETER-X-0 LOG-USER USERNAME=prop-user FIELDS=HAS-MESSAGES
 
35
#?GREETER-X-0 LOG-USER USERNAME=prop-user HAS-MESSAGES=TRUE
 
36
 
 
37
# Cleanup
 
38
#?*STOP-DAEMON
 
39
#?GREETER-X-0 TERMINATE SIGNAL=15
 
40
#?XSERVER-0 TERMINATE SIGNAL=15
 
41
#?RUNNER DAEMON-EXIT STATUS=0