1ZEITGEIST-DAEMON(1)         General Commands Manual        ZEITGEIST-DAEMON(1)
2
3
4

NAME

6       zeitgeist-daemon - D-Bus interface providing a log of activities
7
8

SYNOPSIS

10       zeitgeist-daemon [OPTION]
11
12

DESCRIPTION

14       zeitgeist-daemon  is  a  daemon which keeps track of activities on your
15       system (file usage, browser history, calendar events, etc.)   and  logs
16       them  into  a  central  database. It does not only create a chronologic
17       register, but also supports tagging  and  can  establish  relationships
18       between activities.
19
20       All  this information is provided by external applications which commu‐
21       nicate with zeitgeist-daemon over D-Bus. Interested programs  can  con‐
22       nect with it and request information, insert new items or modify exist‐
23       ing information (delete items, add tags, bookmark items and so on).
24
25       By default, zeitgeist-daemon will also start the bundled logging appli‐
26       cation zeitgeist-datahub.
27
28

OPTIONS

30       The  program  follows  the  usual GNU command line syntax, with options
31       starting with two dashes (`--').  A  summary  of  options  is  included
32       below.
33
34       --no-datahub, --no-passive-loggers
35              Do not start zeitgeist-datahub together with this daemon.
36
37       --replace
38              Replace  any existing Zeitgeist instance if there is one already
39              running. If this option isn't used, zeitgeist-daemon will refuse
40              to start if another running instance is found.
41
42       --log-level=LOG_LEVEL
43              Specifies how much information should be printed to the standard
44              output.  Possible values are: DEBUG, INFO, WARNING, ERROR, CRIT‐
45              ICAL.
46
47       --quit Stop  a currently running Zeitgeist instance and exit. This lets
48              Zeitgeist finish any operation it may currently be doing.
49
50       --version
51              Shows which version of Zeitgeist is being executed.
52
53       --help Shows a short help message listing all supported options.
54
55

ENVIRONMENT VARIABLES

57       ZEITGEIST_DATA_PATH
58              Overrides the directory where user data files  are  placed.  The
59              default   value   is   that   of   XDG's   data   dir   (usually
60              ~/.local/share/zeitgeist).
61
62       ZEITGEIST_DATABASE_PATH
63              This variable lets you specify an override for the  filename  of
64              the    main    database.    The    default   value   is   $ZEIT‐
65              GEIST_DATA_PATH/activity.sqlite.
66
67       ZEITGEIST_DEFAULT_EXTENSIONS
68              This variable lets you specify an override  for  the  extensions
69              which are loaded at daemon startup time. Per default the ´Black‐
70              list´ and the ´DataSourceRegistry´ extension are loaded.
71
72       ZEITGEIST_EXTRA_EXTENSIONS
73              This variable lets you add extensions which are loaded at daemon
74              startup time.
75
76       The ZEITGEIST_DEFAULT_EXTENSIONS and the ZEITGEIST_EXTRA_EXTENSIONS
77              variable require a no-space comma separated list of module.class
78              names.
79
80

EXAMPLES

82       environment variables
83
84       To start the daemon with no extensions loaded run
85           ZEITGEIST_DEFAULT_EXTENSIONS= zeitgeist-daemon
86
87       To run the daemon with only the non-default extensions ´bzr.notify´ and
88       ´tracker.games´ run
89           ZEITGEIST_DEFAULT_EXTENSIONS=                ZEITGEIST_EXTRA_EXTEN‐
90       SIONS=bzr.notify,tracker.games zeitgeist-daemon
91
92

SEE ALSO

94       zeitgeist-datahub, gnome-activity-journal
95
96

BUGS

98       Please report any bugs on https://bugs.launchpad.net/zeitgeist.
99
100

AUTHORS

102       Please see the AUTHORS file bundled with this application  for  a  com‐
103       plete list of contributors.
104
105

LICENSE

107       This program is free software: you can redistribute it and/or modify it
108       under the terms of the GNU Lesser General Public License  as  published
109       by  the  Free  Software Foundation, either version 3 of the License, or
110       (at your option) any later version.
111
112       This program is distributed in the hope that it  will  be  useful,  but
113       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
114       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  GNU  Lesser
115       General Public License for more details.
116
117       You  should  have  received  a  copy  of  the GNU Lesser General Public
118       License    along    with     this     program.      If     not,     see
119       <http://www.gnu.org/licenses/>.
120
121
122
123Zeitgeist                        May 20, 2009              ZEITGEIST-DAEMON(1)
Impressum