1GOA-DAEMON(8) System Management Commands GOA-DAEMON(8)
2
3
4
6 goa-daemon - GNOME Online Accounts Daemon
7
9 goa-daemon [--help] [--replace]
10
12 The goa-daemon program provides the org.gnome.OnlineAccounts name on
13 the session message bus. Users or administrators should never need to
14 start this daemon as it will be automatically started by dbus-daemon(1)
15 whenever an application sends a D-Bus message to the
16 org.gnome.OnlineAccounts name on the session bus.
17
19 The goa-daemon program stores configuration in the
20 $XDG_CONFIG_HOME/goa-1.0/accounts.conf (typically
21 ~/.config/goa-1.0/accounts.conf) file. The format of this file is
22 private and 3rd party programs or libraries should never read it. This
23 file does not contain any passwords or secrets.
24
25 See the XDG Base Directory Specification[1] for more information about
26 $XDG_CONFIG_HOME.
27
29 The goa-daemon program stores secrets (such as OAuth tokens) in GNOME
30 Keyring[2]. The format of the stored secrets is private and 3rd party
31 programs or libraries should never read, modify or delete these
32 secrets.
33
35 --replace
36 Replace existing instance.
37
38 --help
39 Show help options.
40
42 Written by David Zeuthen <zeuthen@gmail.com> with a lot of help from
43 many others.
44
46 Please send bug reports to either the distribution bug tracker or the
47 upstream bug tracker at
48 https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues. There are
49 some debugging tips at
50 https://wiki.gnome.org/Projects/GnomeOnlineAccounts/Debugging
51
53 dbus-daemon(1)
54
56 1. XDG Base Directory Specification
57 http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
58
59 2. GNOME Keyring
60 https://live.gnome.org/GnomeKeyring
61
62
63
64GNOME June 2020 GOA-DAEMON(8)