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 |
|
---|
8 | <sect1 id="ch-system-dbus" role="wrap">
|
---|
9 | <?dbhtml filename="dbus.html"?>
|
---|
10 |
|
---|
11 | <title>D-Bus-&dbus-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-dbus">
|
---|
14 | <primary sortas="a-D-Bus">D-Bus</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <sect2 role="package">
|
---|
18 | <title/>
|
---|
19 |
|
---|
20 | <para>D-Bus is a message bus system, a simple way for applications
|
---|
21 | to talk to one another.</para>
|
---|
22 |
|
---|
23 | </sect2>
|
---|
24 |
|
---|
25 | <sect2 role="installation">
|
---|
26 | <title>Installation of D-Bus</title>
|
---|
27 |
|
---|
28 | <para os="a">Prepare D-Bus for compilation:</para>
|
---|
29 |
|
---|
30 | <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
---|
31 | --libexecdir=/usr/lib/dbus-1.0 --localstatedir=/var \
|
---|
32 | --with-systemdsystemunitdir=/lib/systemd/system</userinput></screen>
|
---|
33 |
|
---|
34 | <para os="c">Compile the package:</para>
|
---|
35 |
|
---|
36 | <screen os="d"><userinput>make</userinput></screen>
|
---|
37 |
|
---|
38 | <para os="e">This package does not come with a test suite.</para>
|
---|
39 |
|
---|
40 | <para os="f">Install the package:</para>
|
---|
41 |
|
---|
42 | <screen os="g"><userinput>make install</userinput></screen>
|
---|
43 |
|
---|
44 | </sect2>
|
---|
45 |
|
---|
46 | <sect2 id="contents-dbus" role="content">
|
---|
47 | <title>Contents of D-Bus</title>
|
---|
48 |
|
---|
49 | <segmentedlist>
|
---|
50 | <segtitle>Installed programs</segtitle>
|
---|
51 | <segtitle>Installed libraries</segtitle>
|
---|
52 | <segtitle>Installed directories</segtitle>
|
---|
53 |
|
---|
54 | <seglistitem>
|
---|
55 | <seg>dbus-cleanup-sockets, dbus-daemon, dbus-uuidgen, dbus-monitor, dbus-launch, dbus-send</seg>
|
---|
56 | <seg>libdbus-1.[a,so]</seg>
|
---|
57 | <seg>/etc/dbus-1, /usr/lib/dbus-1.0,
|
---|
58 | /usr/share/dbus-1, /var/lib/dbus</seg>
|
---|
59 | </seglistitem>
|
---|
60 | </segmentedlist>
|
---|
61 |
|
---|
62 | <variablelist>
|
---|
63 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
64 | <?dbfo list-presentation="list"?>
|
---|
65 | <?dbhtml list-presentation="table"?>
|
---|
66 |
|
---|
67 | <varlistentry id="dbus-cleanup-sockets">
|
---|
68 | <term><command>dbus-cleanup-sockets</command></term>
|
---|
69 | <listitem>
|
---|
70 | <para>Cleans up leftover sockets in a directory</para>
|
---|
71 | <indexterm zone="ch-system-dbus dbus-cleanup-sockets">
|
---|
72 | <primary sortas="b-dbus-cleanup-sockets">dbus-cleanup-sockets</primary>
|
---|
73 | </indexterm>
|
---|
74 | </listitem>
|
---|
75 | </varlistentry>
|
---|
76 |
|
---|
77 | <varlistentry id="dbus-daemon">
|
---|
78 | <term><command>dbus-daemon</command></term>
|
---|
79 | <listitem>
|
---|
80 | <para>The message bus daemon</para>
|
---|
81 | <indexterm zone="ch-system-dbus dbus-daemon">
|
---|
82 | <primary sortas="b-dbus-daemon">dbus-daemon</primary>
|
---|
83 | </indexterm>
|
---|
84 | </listitem>
|
---|
85 | </varlistentry>
|
---|
86 |
|
---|
87 | <varlistentry id="dbus-uuidgen">
|
---|
88 | <term><command>dbus-uuidgen</command></term>
|
---|
89 | <listitem>
|
---|
90 | <para>Utility to generate UUIDs</para>
|
---|
91 | <indexterm zone="ch-system-dbus dbus-uuidgen">
|
---|
92 | <primary sortas="b-dbus-uuidgen">dbus-uuidgen</primary>
|
---|
93 | </indexterm>
|
---|
94 | </listitem>
|
---|
95 | </varlistentry>
|
---|
96 |
|
---|
97 | <varlistentry id="dbus-monitor">
|
---|
98 | <term><command>dbus-monitor</command></term>
|
---|
99 | <listitem>
|
---|
100 | <para>A debug probe that prints message bus messages</para>
|
---|
101 | <indexterm zone="ch-system-dbus dbus-monitor">
|
---|
102 | <primary sortas="b-dbus-monitor">dbus-monitor</primary>
|
---|
103 | </indexterm>
|
---|
104 | </listitem>
|
---|
105 | </varlistentry>
|
---|
106 |
|
---|
107 | <varlistentry id="dbus-launch">
|
---|
108 | <term><command>dbus-launch</command></term>
|
---|
109 | <listitem>
|
---|
110 | <para>Utility to start a message bus from a shell script</para>
|
---|
111 | <indexterm zone="ch-system-dbus dbus-launch">
|
---|
112 | <primary sortas="b-dbus-launch">dbus-launch</primary>
|
---|
113 | </indexterm>
|
---|
114 | </listitem>
|
---|
115 | </varlistentry>
|
---|
116 |
|
---|
117 | <varlistentry id="dbus-send">
|
---|
118 | <term><command>dbus-send</command></term>
|
---|
119 | <listitem>
|
---|
120 | <para>Send a message to a message bus</para>
|
---|
121 | <indexterm zone="ch-system-dbus dbus-send">
|
---|
122 | <primary sortas="b-dbus-send">dbus-send</primary>
|
---|
123 | </indexterm>
|
---|
124 | </listitem>
|
---|
125 | </varlistentry>
|
---|
126 |
|
---|
127 | <varlistentry id="libdbus-1">
|
---|
128 | <term><filename class="libraryfile">libdbus-1</filename></term>
|
---|
129 | <listitem>
|
---|
130 | <para>Library containing the API for using the message bus</para>
|
---|
131 | <indexterm zone="ch-system-dbus libdbus-1">
|
---|
132 | <primary sortas="c-libdbus-1">libdbus-1</primary>
|
---|
133 | </indexterm>
|
---|
134 | </listitem>
|
---|
135 | </varlistentry>
|
---|
136 |
|
---|
137 | </variablelist>
|
---|
138 |
|
---|
139 | </sect2>
|
---|
140 |
|
---|
141 | </sect1>
|
---|