This file is indexed.

/usr/share/gtk-doc/html/dconf/dconf-tool.html is in libdconf-doc 0.24.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>dconf Reference Manual: dconf</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="dconf Reference Manual">
<link rel="up" href="programs.html" title="Programs">
<link rel="prev" href="dconf-service.html" title="dconf-service">
<link rel="next" href="api-index-full.html" title="API Index">
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="programs.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="dconf-service.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="dconf-tool"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">dconf</span></h2>
<p>dconf — Simple tool for manipulating a dconf database</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   read   <em class="replaceable"><code>KEY</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   list   <em class="replaceable"><code>DIR</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   write   <em class="replaceable"><code>KEY</code></em>   <em class="replaceable"><code>VALUE</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   reset  [-f]  <em class="replaceable"><code>PATH</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   compile   <em class="replaceable"><code>OUTPUT</code></em>   <em class="replaceable"><code>KEYFILEDIR</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   update </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   watch   <em class="replaceable"><code>PATH</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   dump   <em class="replaceable"><code>DIR</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   load   <em class="replaceable"><code>DIR</code></em> </p></div>
<div class="cmdsynopsis"><p><code class="command">dconf</code>   help  [<em class="replaceable"><code>COMMAND</code></em>]</p></div>
</div>
<div class="refsect1">
<a name="id-1.5.3.5"></a><h2>Description</h2>
<p>
      The <span class="command"><strong>dconf</strong></span> program can perform various operations on a dconf database, such as reading
      or writing individual values or entire directories. This tool operates on dconf directly, without using
      gsettings schema information. Therefore, it cannot perform type and consistency checks on values.  The
      <span class="citerefentry"><span class="refentrytitle">gsettings</span>(1)</span> utility is
      an alternative if such checks are needed.
    </p>
<p>
      The <em class="replaceable"><code>DIR</code></em> arguments must be directory paths (starting and ending with '/'), the
      <em class="replaceable"><code>KEY</code></em> arguments must be key paths (starting, but not ending with '/') and the
      <em class="replaceable"><code>PATH</code></em> arguments can be either directory or key paths.
    </p>
<p>
      The <em class="replaceable"><code>OUTPUT</code></em> argument must the location to write a (binary) dconf database to and the
      <em class="replaceable"><code>KEYFILEDIR</code></em> argument must be a .d directory containing keyfiles.
    </p>
<p>
      <em class="replaceable"><code>VALUE</code></em> arguments must be in GVariant format, so e.g. a string must include
      explicit quotes: "'foo'". This format is also used when printing out values.
    </p>
<p>
      Note that dconf needs a D-Bus session bus connection to write changes to the dconf database.
    </p>
</div>
<div class="refsect1">
<a name="id-1.5.3.6"></a><h2>Commands</h2>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="option">read</code></span></p></td>
<td><p>Read the value of a key.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">list</code></span></p></td>
<td><p>List the sub-keys and sub-directories of a directory.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">write</code></span></p></td>
<td><p>Write a new value to a key.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">reset</code></span></p></td>
<td><p>Reset a key or an entire directory. For directories, <code class="option">-f</code> must be specified.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">compile</code></span></p></td>
<td>
<p>Compile a binary database from keyfiles.</p>
<p>
            The result is always in little-endian byte order, so it can be safely installed in 'share'.  If it
            is used on a big endian machine, dconf will automatically byteswap the contents on read.
          </p>
</td>
</tr>
<tr>
<td><p><span class="term"><code class="option">update</code></span></p></td>
<td><p>Update the system dconf databases.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">watch</code></span></p></td>
<td><p>Watch a key or directory for changes.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">dump</code></span></p></td>
<td><p>Dump an entire subpath to stdout. The output is in a keyfile-like format, with values in GVariant syntax.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">load</code></span></p></td>
<td><p>Populate a subpath from stdin. The expected format is the same as produced by <code class="option">dump</code>.</p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">help</code></span></p></td>
<td><p>Display help and exit.  If <em class="replaceable"><code>COMMAND</code></em> is given, display help for this command.</p></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="id-1.5.3.7"></a><h2>Environment</h2>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><code class="envar">DCONF_PROFILE</code></span></p></td>
<td><p>
          This environment variable determines which dconf <em class="firstterm">profile</em> to use. See
          <span class="citerefentry"><span class="refentrytitle">dconf</span>(7)</span>.
        </p></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="id-1.5.3.8"></a><h2>See Also</h2>
<p>
      <span class="citerefentry"><span class="refentrytitle">dconf</span>(7)</span>,
      <span class="citerefentry"><span class="refentrytitle">gsettings</span>(1)</span>,
      <span class="citerefentry"><span class="refentrytitle">dconf-editor</span>(1)</span>
    </p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21</div>
</body>
</html>