clarify polkit agent deps

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22698 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Xi Ruoyao 2020-02-16 02:40:26 +00:00
parent 66c4901f49
commit fee64868e0
2 changed files with 15 additions and 2 deletions

View File

@ -90,7 +90,7 @@
<bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead> <bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
<para role="optional"> <para role="optional">
<xref role="runtime" linkend="polkit-gnome"/>, <!-- polkit agent built in lxsession -->
A notification daemon such as A notification daemon such as
<xref role="runtime" linkend="notification-daemon"/> or <xref role="runtime" linkend="notification-daemon"/> or
<xref role="runtime" linkend="xfce4-notifyd"/>, and <xref role="runtime" linkend="xfce4-notifyd"/>, and

View File

@ -127,6 +127,19 @@
<xref role="runtime" linkend="systemd"/> <xref role="runtime" linkend="systemd"/>
</para> </para>
<bridgehead renderas="sect4">Optional Runtime Dependencies</bridgehead>
<para role="optional">
One polkit authentication agent for using polkit in the graphical
environment:
<application>polkit-kde-agent</application> in
<xref role="runtime" linkend="plasma5-build"/> for KDE,
the agent built in
<xref role="runtime" linkend="gnome-shell"/> for GNOME3,
<xref role="runtime" linkend="polkit-gnome"/> for XFCE, and
<application>lxpolkit</application> in
<xref role="runtime" linkend="lxsession"/> for LXDE.
</para>
<note> <note>
<para> <para>
If <xref linkend="libxslt"/> is installed, If <xref linkend="libxslt"/> is installed,
@ -195,7 +208,7 @@ make</userinput></screen>
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--disable-static \ --disable-static \
--with-os-type=LFS \ --with-os-type=LFS \
--enable-libsystemd-login=no &amp;&amp; --enable-libsystemd-login=no &amp;&amp;
make</userinput></screen> make</userinput></screen>