Kdenetwork-3.5.13

Introduction to Kdenetwork

Kdenetwork provides several KDE applications useful in a networking environment. Applications include clients for chat, PPP, news, instant messages, and similar programs.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

Additional Downloads

Kdenetwork Dependencies

Required

kdebase-3.5.13

Recommended

Optional

Doxygen-1.7.5, Graphviz-2.26.3, PPP-2.4.5, Wireless Tools-28, v4l-utils (Video 4 Linux), gsmlib, Meanwhile, OpenSLP, and libgadu (Polish),

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdenetwork

Installation of Kdenetwork

[Note]

Note

The following installation procedures assume that the recommended dependencies as well as v4l-utils and wireless_tools are installed. Examine CMakeLists.txt to determine other options.

v4l-utils must be installed to build any kopete (instant messenger) plugin.

Install kdenetwork with:

patch -Np1 -i ../kdenetwork-3.5.13-upstream_fixes-1.patch &&

MAKEDIR=/tmp/buildkdenet &&
KDENET=`pwd`             &&
rm -rf   $MAKEDIR        &&
mkdir -p $MAKEDIR        &&
cd       $MAKEDIR        &&

cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX    \
      -DCMAKE_VERBOSE_MAKEFILE=ON               \
      -DWITH_JINGLE=ON                          \
      -DWITH_SPEEX=ON                           \
      -DWITH_WEBCAM=ON                          \
      -DWITH_GSM=OFF                            \
      -DWITH_ARTS=ON                            \
      -DBUILD_KOPETE_PROTOCOL_ALL=ON            \
      -DBUILD_KOPETE_PROTOCOL_GADU=OFF          \
      -DBUILD_KOPETE_PROTOCOL_MEANWHILE=OFF     \
      -DBUILD_KOPETE_PLUGIN_ALL=ON              \
      -DBUILD_ALL=ON                            \
      $KDENET            &&

unset MAKEDIR KDENET     &&
make
[Note]

Note

If you wish to create the API documentation and you have Doxygen and Graphviz installed, make apidox must be done before make install.

This package does not come with a test suite.

Now, as the root user:

make install

Configuring Kdenetwork

Config Files

/etc/lisarc and ~/.lisarc

Configuration Information

To utilize the LAN Browser of konqueror you will need to create the /etc/lisarc file and start the lisa daemon. Create /etc/lisarc by filling out the information in the “Guided LISa Setup” section of the “LISa Daemon” tab on the “Control Center” — “Internet & Network” — “Local Network Browsing” dialog box.

Install the /etc/rc.d/init.d/lisa init script included in the blfs-bootscripts-20111226 package.

make install-lisa

There is no explicit configuration for the rest of the kdenetwork package, however some individual programs need to be set up with user information.

Contents

Installed Programs: dsirc, feedbrowser, kdict, kget, knewstickerstub, kopete, kppp, krdc, krfb, ksirc, ktalkd, kwifimanager, lisa, rssclient, rssservice, stunserver, and some additional support scripts
Installed Libraries: libkdeinit_kdict.so, libkdeinit_ksirc.so, libkopete.so, libkopete_msn_shared.so, libkopete_oscar.so, libkopete_videodevice.so, librss.so
Installed Directories: $TRINITY_PREFIX/include/{kopete,rss}, $TRINITY_PREFIX/lib/trinity

Short Descriptions

kdict

is a graphical client for the Dictionary Server Protocol (DICT).

kget

allows you to group downloads.

knewsticker

is a news applet for the KDE Application Launcher Panel.

kopete

is KDE's multi-protocol instant messenger client.

kpf

allows you to share files over a network.

kppp

is a dial-up utility.

krdc

is a client application that allows you to view or even control the desktop session on another machine that is running a compatible (VNC) server.

krfb

is a server application that allows you to share your current session with a user on another machine, who can use a VNC client to view or even control the desktop.

ksirc

is a chat client.

ktalkd

is an enhanced talk daemon—a program to handle incoming talk requests, announce them and allow you to respond to them using a talk client.

kwifimanager

is used to configure and monitor wireless LAN cards.

lisa

is intended to provide a kind of network neighborhood, but only relying on the TCP/IP protocol stack.

Last updated on 2012-01-08 17:42:27 +0000