View | Details | Raw Unified | Return to bug 258664 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/seatd/pkg-message (-1 / +34 lines)
Added Link Here
0
- 
1
[
2
{ type: install
3
  message: <<EOM
4
If LIBSEAT_BACKEND is set, the specified backend is used.
5
Otherwise, the first successful backend will be used.
6
Available backends are: seatd, consolekit2.
7
8
The default "seatd" backend requires user to have "video"
9
group set, if not then add the user to "video" and relog:
10
11
# pw groupmod video -m user
12
13
Wlroots based Wayland compositors (e.g. x11-wm/sway)
14
can be launched via seatd-launch(1) dedicated server instance:
15
16
$ seatd-launch sway
17
18
Alternatively, daemon server can be used:
19
# service seatd onestart
20
# sysrc seatd_enable="YES"
21
$ sway
22
23
seatd-launch(1) drops {G,U}ID of instance from
24
root to user's, compared to daemon launched via rc(8).
25
26
Experimental consolekit2 backend can also be used:
27
28
# pkg install consolekit2
29
# service dbus onestart
30
# sysrc dbus_enable="YES"
31
$ ck-launch-session sway
32
EOM
33
}
34
]

Return to bug 258664