source: kde/add/kdenetwork.xml@ 0aeb696

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5951 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
20 <!ENTITY kdenetwork-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
21 <!ENTITY kdenetwork-md5sum "dddc6bb65ffb9e46d118781ca0f26da4">
22 <!ENTITY kdenetwork-size "7.2 MB">
23 <!ENTITY kdenetwork-buildsize "169 MB">
24 <!ENTITY kdenetwork-time "9.8 SBU">
25]>
26
27<sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;">
28 <?dbhtml filename="kdenetwork.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">kdenetwork-&kde-version;.tar</keyword>
35 <keyword role="ftpdir">kde</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>Kdenetwork-&kde-version;</title>
40
41 <indexterm zone="kdenetwork">
42 <primary sortas="a-kdenetwork">Kdenetwork</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to Kdenetwork</title>
47
48 <para><application>Kdenetwork</application> provides several
49 <application>KDE</application> applications useful in a networking
50 envronment. Applications include clients for chat, PPP, news, instant
51 messages, and similar programs.</para>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing='compact'>
55 <listitem>
56 <para>Download (HTTP): <ulink url="&kdenetwork-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&kdenetwork-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &kdenetwork-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &kdenetwork-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &kdenetwork-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &kdenetwork-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Kdenetwork Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required"><xref linkend="kdebase"/></para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended"><xref linkend="libjpeg"/>,
82 <xref linkend="libxml2"/>,
83 <xref linkend="libxslt"/>, and
84 <xref linkend="openssl"/></para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional"><xref linkend="ppp"/>,
88 <xref linkend="xmms"/>,
89 <xref linkend="graphviz"/>,
90 <xref linkend="doxygen"/>,
91 <xref linkend="wireless_tools"/>,
92 <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
93 <ulink url="http://dev.null.pl/ekg/">libgadu</ulink>, and
94 <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/kdenetwork"/></para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Kdenetwork</title>
103
104 <para>Install <application>kdenetwork</application> with:</para>
105
106<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
107 --disable-dependency-tracking &amp;&amp;
108make</userinput></screen>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="configuration">
117 <title>Configuring Kdenetwork</title>
118
119 <sect3 id='kdenetwork-config'>
120 <title>Config Files</title>
121
122 <para><filename>/etc/lisarc</filename> and
123 <filename>~/.lisarc</filename></para>
124
125 <indexterm zone="kdenetwork kdenetwork-config">
126 <primary sortas="e-AA.lisarc">~/.lisarc</primary>
127 </indexterm>
128
129 <indexterm zone="kdenetwork kdenetwork-config">
130 <primary sortas="e-etc-lisarc">/etc/lisarc</primary>
131 </indexterm>
132
133 </sect3>
134
135 <sect3 id='kdenetwork-init'>
136 <title>Configuration Information</title>
137
138 <para>To utilize the LAN Browser of <command>konqueror</command> you will
139 need to create the <filename>/etc/lisarc</filename> file and start the
140 <command>lisa</command> daemon. Create <filename>/etc/lisarc</filename>
141 by filling out the information in the <quote>Guided LISa Setup</quote>
142 section of the <quote>LISa Daemon</quote> tab on the <quote>Control
143 Center</quote> &mdash; <quote>Internet &amp; Network</quote> &mdash;
144 <quote>Local Network Browsing</quote> dialog box.</para>
145
146 <para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
147 included in the <xref linkend="bootscripts"/>
148 package.</para>
149
150<screen role="root"><userinput>make install-lisa</userinput></screen>
151
152 <indexterm zone="kdenetwork kdenetwork-init">
153 <primary sortas="f-kdenetwork">lisa</primary>
154 </indexterm>
155
156 <para>There is no explicit configuration for the rest of the
157 <application>kdenetwork</application> package, however some individual
158 programs need to be set up with user information.</para>
159
160 </sect3>
161
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Programs</segtitle>
169 <segtitle>Installed Libraries</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>kdict, kget, knewsticker, kopete, kpf, kppp, krdc, krfb, ksirc,
174 ktalkd, kwifimanager, and lisa</seg>
175 <seg>None</seg>
176 <seg>None</seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="kdict">
186 <term><command>kdict</command></term>
187 <listitem>
188 <para> is a graphical client for the Dictionary Server Protocol
189 (DICT).</para>
190 <indexterm zone="kdenetwork kdict">
191 <primary sortas="b-kdict">kdict</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="kget">
197 <term><command>kget</command></term>
198 <listitem>
199 <para>allows you to group downloads.</para>
200 <indexterm zone="kdenetwork kget">
201 <primary sortas="b-kget">kget</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="knewsticker">
207 <term><command>knewsticker</command></term>
208 <listitem>
209 <para>is a news applet for the <application>KDE</application> Application
210 Launcher Panel.</para>
211 <indexterm zone="kdenetwork knewsticker">
212 <primary sortas="b-knewsticker">knewsticker</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="kopete">
218 <term><command>kopete</command></term>
219 <listitem>
220 <para> is <application>KDE</application>'s multi-protocol instant
221 messenger client.</para>
222 <indexterm zone="kdenetwork kopete">
223 <primary sortas="b-kopete">kopete</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="kpf">
229 <term><command>kpf</command></term>
230 <listitem>
231 <para>allows you to share files over a network.</para>
232 <indexterm zone="kdenetwork kpf">
233 <primary sortas="b-kpf">kpf</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="kppp">
239 <term><command>kppp</command></term>
240 <listitem>
241 <para>is a dial-up utility.</para>
242 <indexterm zone="kdenetwork kppp">
243 <primary sortas="b-kppp">kppp</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="krdc">
249 <term><command>krdc</command></term>
250 <listitem>
251 <para>is a client application that allows you to view or even control the
252 desktop session on another machine that is running a compatible
253 (VNC) server.</para>
254 <indexterm zone="kdenetwork krdc">
255 <primary sortas="b-krdc">krdc</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260
261 <varlistentry id="krfb">
262 <term><command>krfb</command></term>
263 <listitem>
264 <para> is a server application that allows you to share your current
265 session with a user on another machine, who can use a VNC client to
266 view or even control the desktop.</para>
267 <indexterm zone="kdenetwork krfb">
268 <primary sortas="b-krfb">krfb</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="ksirc">
274 <term><command>ksirc</command></term>
275 <listitem>
276 <para>is a chat client.</para>
277 <indexterm zone="kdenetwork ksirc">
278 <primary sortas="b-ksirc">ksirc</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="ktalkd">
284 <term><command>ktalkd</command></term>
285 <listitem>
286 <para>is an enhanced <command>talk</command> daemon&mdash;a program
287 to handle incoming <command>talk</command> requests, announce them
288 and allow you to respond to them using a talk client.</para>
289 <indexterm zone="kdenetwork ktalkd">
290 <primary sortas="b-ktalkd">ktalkd</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="kwifimanager">
296 <term><command>kwifimanager</command></term>
297 <listitem>
298 <para>is used to configure and monitor wireless LAN cards.</para>
299 <indexterm zone="kdenetwork kwifimanager">
300 <primary sortas="b-kwifimanager">kwifimanager</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="lisa">
306 <term><command>lisa</command></term>
307 <listitem>
308 <para>is intended to provide a kind of network neighborhood, but only
309 relying on the TCP/IP protocol stack.</para>
310 <indexterm zone="kdenetwork lisa">
311 <primary sortas="b-lisa">lisa</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 </variablelist>
317
318 </sect2>
319
320</sect1>
Note: See TracBrowser for help on using the repository browser.