glfs/shareddeps/dps/wl/seatd.xml

146 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../../general.ent">
%general-entities;
<!ENTITY seatd-download-http "https://git.sr.ht/~kennylevinsen/seatd/archive/&seatd-version;.tar.gz">
<!ENTITY seatd-download-ftp " ">
]>
<sect1 id="seatd" xreflabel="seatd-&seatd-version;">
<?dbhtml filename="seatd.html"?>
<title>seatd-&seatd-version;</title>
<indexterm zone="seatd">
<primary sortas="a-seatd">seatd</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to seatd</title>
<para>
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.
</para>
&lfs121_checked;
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&seatd-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&seatd-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">seatd Dependencies</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<ulink url="&blfs-svn;/general/elogind.html">elogind</ulink>
(this package needs a backend to properly create a seat,
<application>elogind</application> being a suitable one.
<application>elogind</application> is not in this book due to the amount
of transient dependencies, however)
</para>
</sect2>
<sect2 role="installation">
<title>Installation of seatd</title>
<para>
Install <application>seatd</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build
meson setup --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
seatd and seatd-launch
</seg>
<seg>
libseat.so
</seg>
<seg>
none
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="seatd-bin">
<term><command>seatd</command></term>
<listitem>
<para>
is a seat management daemon
</para>
<indexterm zone="seatd seatd-bin">
<primary sortas="b-seatd-bin">seatd-bin</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="seatd-launch">
<term><command>seatd-launch</command></term>
<listitem>
<para>
handles <application>seatd</application> processes
</para>
<indexterm zone="seatd seatd-launch">
<primary sortas="b-seatd-launch">seatd-launch</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libseatd">
<term><filename class="libraryfile">libseatd.so</filename></term>
<listitem>
<para>
contains functions to handle seat management
</para>
<indexterm zone="seatd libseatd">
<primary sortas="c-libseatd">libseatd.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>