source: kde/add/kdenetwork.xml@ d33b066

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 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 d33b066 was d33b066, checked in by Bruce Dubbs <bdubbs@…>, 17 years ago

Updated to kde-3.5.6

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

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