seatd-0.8.0

Introduction to seatd

A minimal seat management daemon, and a universal seat management library. It is what a lot of Wayland compositors use to manage seats, a session for a user in which applications can interact with.

[Note]

Note

Development versions of GLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

seatd Dependencies

Recommended

Installation of seatd

Install seatd by running the following commands:

mkdir build                  &&
cd    build

meson setup --prefix=/usr .. &&
ninja

Now, as the root user:

ninja install

Contents

Installed Program: seatd and seatd-launch
Installed Library: libseat.so
Installed Directory: none

Short Descriptions

seatd

is a seat management daemon

seatd-launch

handles seatd processes

libseatd.so

contains functions to handle seat management