This file is indexed.

/usr/share/gtk-doc/html/goa/goa-daemon.8.html is in libgoa-1.0-doc 3.22.5-1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>goa-daemon: GNOME Online Accounts Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
<link rel="up" href="tools-fileformats.html" title="Part V. Tools, File Formats and Manual Pages">
<link rel="prev" href="tools-fileformats.html" title="Part V. Tools, File Formats and Manual Pages">
<link rel="next" href="ix01.html" title="Index">
<meta name="generator" content="GTK-Doc V1.25 (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="tools-fileformats.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="tools-fileformats.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="ix01.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="goa-daemon.8"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">goa-daemon</span></h2>
<p>goa-daemon — GNOME Online Accounts Daemon</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">goa-daemon</code>  [<code class="option">--help</code>] [<code class="option">--replace</code>]</p></div>
</div>
<div class="refsect1">
<a name="id-1.6.2.5"></a><h2>DESCRIPTION</h2>
<p>
      The <span class="command"><strong>goa-daemon</strong></span> program provides the
      <span class="emphasis"><em>org.gnome.OnlineAccounts</em></span> name on the
      session message bus. Users or administrators should never need
      to start this daemon as it will be automatically started by
      <span class="citerefentry"><span class="refentrytitle">dbus-daemon</span>(1)</span>
      whenever an application sends a D-Bus message to the
      <span class="emphasis"><em>org.gnome.OnlineAccounts</em></span> name on the
      session bus.
    </p>
</div>
<div class="refsect1">
<a name="id-1.6.2.6"></a><h2>CONFIGURATION FILE</h2>
<p>
      The <span class="command"><strong>goa-daemon</strong></span> program stores configuration
      in the
      <code class="filename">$XDG_CONFIG_HOME/goa-1.0/accounts.conf</code>
      (typically
      <code class="filename">~/.config/goa-1.0/accounts.conf</code>)
      file. The format of this file is private and 3rd party programs
      or libraries should never read it. This file does not contain
      any passwords or secrets.
    </p>
<p>
     See the <a class="ulink" href="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html" target="_top">XDG
     Base Directory Specification</a> for more information about
     <code class="literal">$XDG_CONFIG_HOME</code>.
    </p>
</div>
<div class="refsect1">
<a name="id-1.6.2.7"></a><h2>SECRETS</h2>
<p>
      The <span class="command"><strong>goa-daemon</strong></span> program stores secrets (such as
      OAuth tokens) in
      <a class="ulink" href="https://live.gnome.org/GnomeKeyring" target="_top">GNOME Keyring</a>.
      The format of the stored secrets is private and 3rd party
      programs or libraries should never read, modify or delete these secrets.
    </p>
</div>
<div class="refsect1">
<a name="id-1.6.2.8"></a><h2>OPTIONS</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">--replace</code></span></p></td>
<td><p>
            Replace existing instance.
          </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="option">--help</code></span></p></td>
<td><p>
            Show help options.
          </p></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="id-1.6.2.9"></a><h2>AUTHOR</h2>
<p>
      Written by David Zeuthen <code class="email">&lt;<a class="email" href="mailto:zeuthen@gmail.com">zeuthen@gmail.com</a>&gt;</code> with
      a lot of help from many others.
    </p>
</div>
<div class="refsect1">
<a name="id-1.6.2.10"></a><h2>BUGS</h2>
<p>
      Please send bug reports to either the distribution bug tracker
      or the upstream bug tracker at
      <a class="ulink" href="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts" target="_top">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts</a>.
    </p>
</div>
<div class="refsect1">
<a name="id-1.6.2.11"></a><h2>SEE ALSO</h2>
<p>
      <span class="citerefentry"><span class="refentrytitle">dbus-daemon</span>(1)</span>
    </p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>