source: gnome/platform/accountsservice.xml@ 8175adf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 8175adf was b45757c, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to pcre2-10.23
Update to grilo-0.3.3
Tag the GNOME Platform section. Next up is the Desktop section of GNOME Platform.

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

  • Property mode set to 100644
File size: 6.6 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 "http://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
9 <!ENTITY accountsservice-download-ftp " ">
10 <!ENTITY accountsservice-md5sum "27a899cdfba9aeae4ba4b0bf2b05810a">
11 <!ENTITY accountsservice-size "376 KB">
12 <!ENTITY accountsservice-buildsize "11 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 &lfs80_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="polkit"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="systemd"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/> and
93 <xref linkend="xmlto"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/accountsservice"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of AccountsService</title>
103
104 <para>
105 Install <application>AccountsService</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --localstatedir=/var \
112 --enable-admin-group=adm \
113 --disable-static &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <parameter>--enable-admin-group=adm</parameter>: This switch sets
133 the group for administrator accounts.
134 </para>
135
136 <para>
137 <option>--enable-docbook-docs</option>: This switch enables building
138 the D-Bus interface API documentation.
139 </para>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="configuration">
150 <title>Configuring AccountsService</title>
151
152 <sect3 id="accountsservice-init">
153 <title>Systemd Units</title>
154
155 <para>
156 To start the <command>accounts-daemon</command> daemon at boot,
157 enable the previously installed systemd unit by
158 running the following command as the
159 <systemitem class="username">root</systemitem> user:
160 </para>
161
162 <indexterm zone="accountsservice accountsservice-init">
163 <primary sortas="f-accounts-daemon">accounts-daemon</primary>
164 </indexterm>
165
166<screen role="root"><userinput>systemctl enable accounts-daemon</userinput></screen>
167
168 </sect3>
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Programs</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
181 <seg>
182 accounts-daemon (library executable)
183 </seg>
184 <seg>
185 libaccountsservice.so
186 </seg>
187 <seg>
188 /usr/include/accountsservice-1.0,
189 /usr/share/doc/accountsservice,
190 /usr/share/gtk-doc/html/libaccountsservice, and
191 /var/lib/AccountsService
192 </seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="accounts-daemon">
202 <term><command>accounts-daemon</command></term>
203 <listitem>
204 <para>
205 is the <application>AccountsService</application> daemon.
206 </para>
207 <indexterm zone="accountsservice accounts-daemon">
208 <primary sortas="b-accounts-daemon">accounts-daemon</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libaccountsservice">
214 <term><filename class="libraryfile">libaccountsservice.so</filename></term>
215 <listitem>
216 <para>
217 contains the <application>AccountsService</application> API functions.
218 </para>
219 <indexterm zone="accountsservice libaccountsservice">
220 <primary sortas="c-libaccountsservice">libaccountsservice.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.