summaryrefslogtreecommitdiff
path: root/docs/dconf-service.xml
blob: 507c14d8b5fae4c522740c15a1ebacd27fe42a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version='1.0'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<refentry id="dconf-service">
  <refentryinfo>
    <title>dconf-service</title>
    <productname>dconf</productname>

    <authorgroup>
      <author>
        <contrib>Developer</contrib>
        <firstname>Ryan</firstname>
        <surname>Lortie</surname>
        <email>desrt@desrt.ca</email>
      </author>
    </authorgroup>

  </refentryinfo>

  <refmeta>
    <refentrytitle>dconf-service</refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo class="manual">User Commands</refmiscinfo>
  </refmeta>

  <refnamediv>
    <refname>dconf-service</refname>
    <refpurpose>D-Bus service for writes to the dconf database</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>dconf-service</command>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>Description</title>

    <para>
      The <command>dconf-service</command> program provides the <emphasis>ca.desrt.dconf</emphasis> name on the
      session or system bus. Users or administrators should never need to start the service, as it will be
      automatically started by
      <citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>
      whenever an application tries to write settings.
    </para>

    <para>
      Reading values from the dconf database does not involve the service; it is only needed for writes. The
      service is stateless and can exit freely at any time (and is therefore robust against crashes).
    </para>
  </refsect1>

  <refsect1>
    <title>See Also</title>
    <para>
      <citerefentry><refentrytitle>dconf</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
      <citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
      <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
    </para>
  </refsect1>
</refentry>