1MATE-SESSION-INHIB(1) User Commands MATE-SESSION-INHIB(1)
2
3
4
6 mate-session-inhibit - inhibit mate-session functionality
7
9 mate-session-inhibit [OPTION...] {COMMAND}
10
12 mate-session-inhibit can inhibit certain mate-session functionality
13 while executing the given COMMAND. To achieve this, it calls the
14 Inhibit() method of the mate-session D-Bus API and creates an
15 inhibitor. The inhibitor is automatically removed when
16 mate-session-inhibit exits.
17
18 A typical use case is to prevent the session from going idle (and thus
19 locking the screen) while a movie player is running.
20
22 -h, --help
23 print help and exit
24
25 --version
26 print version information and exit
27
28 --app-id ID
29 The application id to use when calling the mate-session Inhibit()
30 method. If this option is not specified, "unknown" is used.
31
32 --reason REASON
33 A human-readable reason to pass along when calling the mate-session
34 Inhibit() method. If this option is not specified, "not specified"
35 is used.
36
37 --inhibit ARG
38 ARG specifies the things to inhibit, as a colon-separated list. The
39 possible values are logout, switch-user, suspend, idle, automount.
40 If this option is used more than once, the values are combined. If
41 this option is not specified, "idle" is assumed.
42
44 systemd-inhibit(1)
45
46
47
48mate-session MATE-SESSION-INHIB(1)