I have installed Linpoch software and all nesessary software, but I don't
understand following:
Installing the system tray app:
To compile LinPoch from source you'll need ant. This ant scipt also
automates building a rpm, but you'll have to adjust the parameters of the
ant script (KDEHOME, RPMBUILDDIR, etc). The ant script can't do an install,
maybe in a later release. To build a rpm run:
$ ant rpm
I've also released a binaray version of LinPoch called
linpoch-0.1.0-1.bin.tar.gz, which contains all the files you need. You can
unpack it in KDEDIR, but you'll have to adjust the ery simple bash script
$KDEDIR/bin/linpoch to match your system. The bin.tar.gz package doesn't
contain any architecture (Intel, SuSE) specific binaries, there
cross-platform (Java).
Installing the konqueror plugin:
Make sure you've set the KDEDIR environment variable
Then do the usual:
$ ./configure
$ make
$ su
# make install
Where is KDEDIR??
-Mika-