source: general/sysutils/accountsservice.xml@ a20845e7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a20845e7 was a20845e7, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Update to AccountsService-0.6.54

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20622 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY accountsservice-download-http
8 "https://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
9 <!ENTITY accountsservice-download-ftp " ">
10 <!ENTITY accountsservice-md5sum "6420f2e619ddcf92230d8f10bad049fe">
11 <!ENTITY accountsservice-size "92 KB">
12 <!ENTITY accountsservice-buildsize "9.1 MB">
13 <!ENTITY accountsservice-time "0.1 SBU">
14]>
15
16<sect1 id="accountsservice" xreflabel="AccountsService-&accountsservice-version;" revision="systemd">
17 <?dbhtml filename="accountsservice.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>AccountsService-&accountsservice-version;</title>
25
26 <indexterm zone="accountsservice">
27 <primary sortas="a-AccountsService">AccountsService</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to AccountsService</title>
32
33 <para>
34 The <application>AccountsService</application> package provides a
35 set of <application>D-Bus</application> interfaces for querying
36 and manipulating user account information and an implementation
37 of those interfaces based on the usermod(8), useradd(8) and
38 userdel(8) commands.
39 </para>
40
41 &lfs83_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&accountsservice-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&accountsservice-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &accountsservice-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &accountsservice-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &accountsservice-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &accountsservice-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">AccountsService Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="libgcrypt"/> and
82 <xref linkend="polkit"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/> and
88 <xref linkend="systemd"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/> and
94 <xref linkend="xmlto"/>
95 <!-- I did not have gtk-doc installed this time, and it worked fine. -->
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/accountsservice"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of AccountsService</title>
105
106 <para>
107 Install <application>AccountsService</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>meson --prefix=/usr \
112 -Dadmin_group=adm \
113 -Dsystemd=true \
114 .. &amp;&amp;
115ninja</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <parameter>-Dadmin_group=adm</parameter>: This switch sets
134 the group for administrator accounts.
135 </para>
136
137 <para>
138 <option>-Ddocbook=true</option>: This switch enables building
139 the D-Bus interface API documentation.
140 </para>
141<!--
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/static-libraries.xml"/>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147-->
148 </sect2>
149
150 <sect2 role="configuration">
151 <title>Configuring AccountsService</title>
152
153 <sect3 id="accountsservice-init">
154 <title>Systemd Units</title>
155
156 <para>
157 To start the <command>accounts-daemon</command> daemon at boot,
158 enable the previously installed systemd unit by
159 running the following command as the
160 <systemitem class="username">root</systemitem> user:
161 </para>
162
163 <indexterm zone="accountsservice accountsservice-init">
164 <primary sortas="f-accounts-daemon">accounts-daemon</primary>
165 </indexterm>
166
167<screen role="root"><userinput>systemctl enable accounts-daemon</userinput></screen>
168
169 </sect3>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>
183 accounts-daemon (library executable)
184 </seg>
185 <seg>
186 libaccountsservice.so
187 </seg>
188 <seg>
189 /usr/include/accountsservice-1.0,
190 /usr/share/doc/accountsservice,
191 /usr/share/gtk-doc/html/libaccountsservice, and
192 /var/lib/AccountsService
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="accounts-daemon">
203 <term><command>accounts-daemon</command></term>
204 <listitem>
205 <para>
206 is the <application>AccountsService</application> daemon.
207 </para>
208 <indexterm zone="accountsservice accounts-daemon">
209 <primary sortas="b-accounts-daemon">accounts-daemon</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="libaccountsservice">
215 <term><filename class="libraryfile">libaccountsservice.so</filename></term>
216 <listitem>
217 <para>
218 contains the <application>AccountsService</application> API functions.
219 </para>
220 <indexterm zone="accountsservice libaccountsservice">
221 <primary sortas="c-libaccountsservice">libaccountsservice.so</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.