1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY telepathy-mission-control-download-http
|
---|
8 | "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-&telepathy-mission-control-version;.tar.gz">
|
---|
9 | <!ENTITY telepathy-mission-control-download-ftp " ">
|
---|
10 | <!ENTITY telepathy-mission-control-md5sum "">
|
---|
11 | <!ENTITY telepathy-mission-control-size "1.1 MB">
|
---|
12 | <!ENTITY telepathy-mission-control-buildsize "27 MB">
|
---|
13 | <!ENTITY telepathy-mission-control-time "0.2 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="telepathy-mission-control" xreflabel="telepathy-mission-control-&telepathy-mission-control-version;">
|
---|
17 | <?dbhtml filename="telepathy-mission-control.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>telepathy-mission-control-&telepathy-mission-control-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="telepathy-mission-control">
|
---|
27 | <primary sortas="a-telepathy-mission-control">telepathy-mission-control</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to Telepathy Mission Control</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | <application>Telepathy Mission Control</application> is an account manager
|
---|
35 | and channel dispatcher for the <application>Telepathy</application>
|
---|
36 | framework, allowing user interfaces and other clients to share connections
|
---|
37 | to real-time communication services without conflicting.
|
---|
38 | </para>
|
---|
39 |
|
---|
40 | &lfs78_checked;
|
---|
41 |
|
---|
42 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
43 | <itemizedlist spacing="compact">
|
---|
44 | <listitem>
|
---|
45 | <para>
|
---|
46 | Download (HTTP): <ulink url="&telepathy-mission-control-download-http;"/>
|
---|
47 | </para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (FTP): <ulink url="&telepathy-mission-control-download-ftp;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download MD5 sum: &telepathy-mission-control-md5sum;
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download size: &telepathy-mission-control-size;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Estimated disk space required: &telepathy-mission-control-buildsize;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated build time: &telepathy-mission-control-time;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | </itemizedlist>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect3">Telepathy Mission Control Dependencies</bridgehead>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
79 | <para role="required">
|
---|
80 | <xref linkend="telepathy-glib"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
84 | <para role="recommended">
|
---|
85 | <xref linkend="NetworkManager"/>
|
---|
86 | </para>
|
---|
87 |
|
---|
88 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
89 | <para role="optional">
|
---|
90 | <xref linkend="gtk-doc"/>,
|
---|
91 | <ulink url="&gnome-download-http;/libgnome-keyring">libgnome-keyring</ulink> and
|
---|
92 | <xref linkend="upower"/>
|
---|
93 | </para>
|
---|
94 |
|
---|
95 | <para condition="html" role="usernotes">User Notes:
|
---|
96 | <ulink url="&blfs-wiki;/telepathy-mission-control"/>
|
---|
97 | </para>
|
---|
98 | </sect2>
|
---|
99 |
|
---|
100 | <sect2 role="installation">
|
---|
101 | <title>Installation of Telepathy Mission Control</title>
|
---|
102 |
|
---|
103 | <para>
|
---|
104 | Install <application>Telepathy Mission Control</application> by
|
---|
105 | running the following commands:
|
---|
106 | </para>
|
---|
107 |
|
---|
108 | <screen><userinput>./configure --prefix=/usr --disable-static --disable-upower &&
|
---|
109 | make</userinput></screen>
|
---|
110 |
|
---|
111 | <para>
|
---|
112 | This package does not come with a testsuite.
|
---|
113 | </para>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
120 |
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | <sect2 role="commands">
|
---|
124 | <title>Command Explanations</title>
|
---|
125 |
|
---|
126 | <para>
|
---|
127 | <parameter>--disable-upower</parameter> This switch
|
---|
128 | disables the use of <application>UPower</application>
|
---|
129 | because <application>Telepathy Mission Control</application>
|
---|
130 | fails to build with latest version.
|
---|
131 | </para>
|
---|
132 |
|
---|
133 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
134 | href="../../xincludes/static-libraries.xml"/>
|
---|
135 |
|
---|
136 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
137 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
138 |
|
---|
139 | </sect2>
|
---|
140 |
|
---|
141 | <sect2 role="content">
|
---|
142 | <title>Contents</title>
|
---|
143 |
|
---|
144 | <segmentedlist>
|
---|
145 | <segtitle>Installed Programs</segtitle>
|
---|
146 | <segtitle>Installed Libraries</segtitle>
|
---|
147 | <segtitle>Installed Directories</segtitle>
|
---|
148 |
|
---|
149 | <seglistitem>
|
---|
150 | <seg>
|
---|
151 | mc-tool, mc-wait-for-name and mission-control-5
|
---|
152 | </seg>
|
---|
153 | <seg>
|
---|
154 | libmission-control-plugins.so
|
---|
155 | </seg>
|
---|
156 | <seg>
|
---|
157 | /usr/include/mission-control-5.5,
|
---|
158 | /usr/lib/telepathy and
|
---|
159 | /usr/share/gtk-doc/html/mission-control-plugins
|
---|
160 | </seg>
|
---|
161 | </seglistitem>
|
---|
162 | </segmentedlist>
|
---|
163 |
|
---|
164 | <variablelist>
|
---|
165 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
166 | <?dbfo list-presentation="list"?>
|
---|
167 | <?dbhtml list-presentation="table"?>
|
---|
168 |
|
---|
169 | <varlistentry id="mc-tool">
|
---|
170 | <term><command>mc-tool</command></term>
|
---|
171 | <listitem>
|
---|
172 | <para>
|
---|
173 | is a command line tool used to manipulate Mission Control accounts.
|
---|
174 | </para>
|
---|
175 | <indexterm zone="telepathy-mission-control mc-tool">
|
---|
176 | <primary sortas="b-mc-tool">mc-tool</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | <varlistentry id="mc-wait-for-name">
|
---|
182 | <term><command>mc-wait-for-name</command></term>
|
---|
183 | <listitem>
|
---|
184 | <para>
|
---|
185 | waits for a (D-Bus) bus name that will (after a while) be provided
|
---|
186 | automatically by the desktop session.
|
---|
187 | </para>
|
---|
188 | <indexterm zone="telepathy-mission-control mc-wait-for-name">
|
---|
189 | <primary sortas="b-mc-wait-for-name">mc-wait-for-name</primary>
|
---|
190 | </indexterm>
|
---|
191 | </listitem>
|
---|
192 | </varlistentry>
|
---|
193 |
|
---|
194 | <varlistentry id="mission-control-5">
|
---|
195 | <term><command>mission-control-5</command></term>
|
---|
196 | <listitem>
|
---|
197 | <para>
|
---|
198 | is a <application>D-Bus</application> service which runs on the session
|
---|
199 | bus to implement AccountManager and ChannelDispatcher services described
|
---|
200 | in the <application>Telepathy</application> D-Bus specification.
|
---|
201 | </para>
|
---|
202 | <indexterm zone="telepathy-mission-control mission-control-5">
|
---|
203 | <primary sortas="b-mission-control-5">mission-control-5</primary>
|
---|
204 | </indexterm>
|
---|
205 | </listitem>
|
---|
206 | </varlistentry>
|
---|
207 |
|
---|
208 | <varlistentry id="libmission-control-plugins">
|
---|
209 | <term><filename class="libraryfile">libmission-control-plugins.so</filename></term>
|
---|
210 | <listitem>
|
---|
211 | <para>
|
---|
212 | contains <application>Telepathy Mission Control</application> plugin API functions.
|
---|
213 | </para>
|
---|
214 | <indexterm zone="telepathy-mission-control libmission-control-plugins">
|
---|
215 | <primary sortas="c-libmission-control-plugins">libmission-control-plugins.so</primary>
|
---|
216 | </indexterm>
|
---|
217 | </listitem>
|
---|
218 | </varlistentry>
|
---|
219 |
|
---|
220 | </variablelist>
|
---|
221 |
|
---|
222 | </sect2>
|
---|
223 |
|
---|
224 | </sect1>
|
---|