blob: b57361a129af9e64c89a6eb35fedd27b5e985714 (
plain)
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
|
.TH MISSION-CONTROL-5 "8" "July 2009" "Telepathy" "D-Bus services"
\" Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
\" This document may be distributed under the same terms as
\" telepathy-mission-control itself.
.SH NAME
mission-control-5 \- Telepathy account manager/chanel dispatcher
.SH SYNOPSIS
\fB@libexecdir@/mission\-control\-5\fR
.SH DESCRIPTION
Mission Control 5 implements the AccountManager and ChannelDispatcher services
described in the Telepathy D-Bus specification, allowing clients like
.BR empathy (1)
to store account details, connect to accounts, request communication channels,
and have channels dispatched to them.
.PP
It is a D-Bus service which runs on the session bus, and should usually be
started automatically by D-Bus activation. However, it might be useful to
start it manually for debugging.
.SH OPTIONS
There are no command-line options.
.SH ENVIRONMENT
.TP
\fBMC_DEBUG=all\fR or \fBMC_DEBUG=\fIcategory\fR[\fB,\fIcategory\fR...]
May be set to "all" for full debug output from Mission Control and
telepathy-glib, or various undocumented category names (which may change from
release to release) to filter the output. See Mission Control and
telepathy-glib source code for the available categories.
.TP
\fBMC_DEBUG=\fIlevel\fR
Set a numeric debug level for Mission Control itself (but not telepathy-glib).
Level 0 logs nothing, level 1 logs most messages, and level 2 logs all
messages.
.TP
\fBMC_TP_DEBUG\fR=\fItype\fR
May be set to "all" for full debug output from telepathy-glib, or various
undocumented options (which may change from telepathy-glib release to release)
to filter the output. See telepathy-glib source code for the available options.
.SH SEE ALSO
.IR http://telepathy.freedesktop.org/
|