KopeteSoul

Features

  • Uses Kerberos5-based Netsoul protocol
  • Allows you to connect and attach to the PIE resources
  • Doesn't need your password to connect
  • Allows you to customize the connection parameters
  • Sets the location and you system from your hostname
  • Sexy tooltips
  • Peer-to-peer file transfert
  • Any feature  Kopete has!

Kerberos

First you should ensure that you have a working installation of kerberos. If you can choose the implementation, prefer heimdal (for the moment mit-krb5 won't work). Make your /etc/krb5.conf looks like  http://tools.assembla.com/netsoul/browser/kopetesoul/trunk/tests_kerberos/krb5.conf.heimdal or  http://tools.assembla.com/netsoul/browser/kopetesoul/trunk/tests_kerberos/krb5.conf.mit depending on your client.

Then do

kinit login_l; klist

if it works then you're ready for the next step.

How to build

tar -xvjf kopetesoul-x.y.tar.bz2

Or

svn co http://tools.assembla.com/svn/netsoul/kopetesoul/trunk kopetesoul

then

cd kopetesoul
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.kde/ .
make
make install

If you want to share the installation with all the users, do

cmake -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` .
make
su
make install

Source code

Attachments