Port details on branch 2024Q3 |
- seatd Minimal seat management daemon and universal library
- 0.9.1 sysutils =5 0.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2020-08-09 09:35:27
- Last Update: 2024-10-31 00:53:16
- Commit Hash: ad52602
- People watching this port, also watch:: pkg, htop, ffmpeg, sway, wl-clipboard
- License: MIT
- WWW:
- https://git.sr.ht/~kennylevinsen/seatd
- Description:
- seatd is a seat management daemon, that does everything it needs to
do. Nothing more, nothing less. Depends only on libc.
libseat is a seat management library allowing applications to use
whatever seat management is available.
Supports:
- seatd
- (e)logind
- embedded seatd for standalone operation
Each backend can be compile-time included and is runtime auto-detected
or manually selected with the `LIBSEAT_BACKEND` environment variable.
Which backend is in use is transparent to the application, providing a
simple common interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/seatd/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/seatd
- pkg install seatd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: seatd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730317406
SHA256 (seatd-0.9.1.tar.gz) = 819979c922a0be258aed133d93920bce6a3d3565a60588d6d372ce9db2712cd3
SIZE (seatd-0.9.1.tar.gz) = 41968
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- scdoc : textproc/scdoc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libbasu.so : devel/basu
- This port is required by:
- for Libraries
-
- x11-toolkits/aquamarine
- x11-toolkits/wlroots
- x11-toolkits/wlroots015
- x11-toolkits/wlroots017
- x11-wm/cosmic-comp
- x11-wm/niri
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for seatd-0.9.1:
BASU=on: ConsoleKit2 support via basu (experimental)
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- sysutils_seatd
- USES:
- compiler:c11 cpe meson pkgconfig
- pkg-message:
- For install:
- libseat is used to get DRM master and input devices for non-root users.
On Wayland this is only necessary when starting a compositor under KMS
console (e.g., /dev/ttyv0 backed by /dev/dri/card0). Nested sessions like
"Wayland on X11" or "Wayland on Wayland" don't need extra configuration.
By default libseat tries to find the first working backend. To override
set LIBSEAT_BACKEND via environ(7). Available backends and try order:
* "seatd" - seatd-launch(1) or seatd rc.d(8) service
* "consolekit2" - ck-launch-session(1) or pam_ck_connector(8)
"seatd" backend requires membership in "video" group to be allowed to
use setuid bit in seatd-launch(1) or connect to seatd(1) socket.
# pw groupmod video -m <user>
$ exit # log out to refresh group permissions
For example, to start a wlroots-based compositor replace "sway" with
your compositor (e.g., "hikari", "wayfire", "labwc", "river") then run
$ seatd-launch sway
Alternatively, configure and run seatd(1) as system service
# sysrc seatd_enable=YES
# service seatd start
$ sway
To use ConsoleKit2 run
# pkg install consolekit2 basu
# sysrc -x seatd_enable
# service seatd stop
# sysrc dbus_enable=YES
# service dbus start
$ ck-launch-session sway
where "ck-launch-session" can be dropped after
# echo "session optional pam_ck_connector.so" >>/etc/pam.d/system
$ exit # log out to re-trigger PAM
Known issues:
- Garbage on console due to missing K_OFF, see
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272095
- Master Sites:
|