1ZEITGEIST-DAEMON(1) General Commands Manual ZEITGEIST-DAEMON(1)
2
3
4
6 zeitgeist-daemon - D-Bus interface providing a log of activities
7
8
10 zeitgeist-daemon [OPTION]
11
12
14 zeitgeist-daemon is daemon providing an activity log. That is, it con‐
15 sists of a central database for events such as file usage, browser his‐
16 tory, calendar entries, etc.
17
18 All this information is made available to external applications which
19 communicate with zeitgeist-daemon over D-Bus. Interested applications
20 can request information, insert new events or delete existing events.
21
22 Zeitgeist is also capable of establishing relationships between activi‐
23 ties. Its purpose is enabling an activity-aware desktop with adaptive
24 user interfaces.
25
26 By default, zeitgeist-daemon will also start the bundled logging appli‐
27 cation zeitgeist-datahub.
28
29
31 The program follows the usual GNU command line syntax, with options
32 starting with two dashes (`--'). A summary of options is included
33 below.
34
35 --no-datahub
36 Do not start zeitgeist-datahub together with this daemon.
37
38 -r, --replace
39 Replace any existing Zeitgeist instance if there is one already
40 running. If this option isn't used, zeitgeist-daemon will refuse
41 to start if another running instance is found.
42
43 --log-level=LOG_LEVEL
44 Specifies how much information should be printed to the standard
45 output. Possible values are: DEBUG, INFO, WARNING, ERROR, CRIT‐
46 ICAL.
47
48 --log-file=LOG_FILE
49 Specifies a file to which log output will be appended.
50
51 -q, --quit
52 Stop a currently running Zeitgeist instance and exit. This lets
53 Zeitgeist finish any operation it may currently be doing.
54
55 -v, --version
56 Shows which version of Zeitgeist is being executed.
57
58 -h, --help
59 Shows a short help message listing all supported options.
60
61
63 ZEITGEIST_DATA_PATH
64 Overrides the directory where user data files are placed. The
65 default value is that of XDG's data dir (usually
66 ~/.local/share/zeitgeist).
67
68 ZEITGEIST_DATABASE_PATH
69 This variable lets you specify an override for the filename of
70 the main database. The default value is $ZEIT‐
71 GEIST_DATA_PATH/activity.sqlite.
72
73 ZEITGEIST_DATABASE_BACKUP_PATH
74 This variable lets you specify an override for the filename of a
75 possible database backup. The default value is $ZEIT‐
76 GEIST_DATA_PATH/activity.sqlite.bck.
77
78 ZEITGEIST_DISABLED_EXTENSIONS
79 This variable lets you specify comma separated list of extension
80 names which shouldn't be loaded. The names are extracted from
81 type names of the extensions, so to disable extension with type
82 name ZeitgeistDataSourceRegistry, value of the variable should
83 be DataSourceRegistry.
84
85
87 SIGHUP: zeitgeist-daemon will shut itself down in a clean way.
88 It is recommended that system updates of Zeitgeist send this
89 signal to all running instances of zeitgeist-daemon. DBus acti‐
90 vation will make sure the updated software is automatically
91 restarted when needed.
92
93
95 0 Zeitgeist terminated normally.
96
97 1 An unspecified error occurred.
98
99 10 There is already a running Zeitgeist instance.
100
101 21 Could not access the database file.
102
103 22 The database file is locked.
104
105
107 zeitgeist-datahub, gnome-activity-journal
108
109
111 Please report any bugs on https://bugs.launchpad.net/zeitgeist.
112
113
115 Please see the AUTHORS file bundled with this application for a com‐
116 plete list of contributors.
117
118
120 This program is free software: you can redistribute it and/or modify it
121 under the terms of the GNU Lesser General Public License as published
122 by the Free Software Foundation, either version 2.1 of the License, or
123 (at your option) any later version.
124
125 This program is distributed in the hope that it will be useful, but
126 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
127 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
128 General Public License for more details.
129
130 You should have received a copy of the GNU Lesser General Public
131 License along with this program. If not, see
132 <http://www.gnu.org/licenses/>.
133
134
135
136Zeitgeist June 28, 2012 ZEITGEIST-DAEMON(1)