Hi Jorge, The KDE client should not have been part of the official 0.9.8 package. The client is undergoing some redesign right now and is not really ready to be released with the "stable" source code. That being said, the good news is that there is a package that will actually compile in the git repository in the qt-client and kde-client-0.9.8-beta branch (qt-client being more stable and kde-client-0.9.8-beta having more features such as a plasmoid).
To get the KDE client, follow these steps: #get the sources git clone http://git.sflphone.org/sflphone.git #checkout the qt-client branch (or kde-client-0.9.8-beta, but it is less stable, I strongly recommend qt-client) cd sflphone && git checkout remotes/origin/qt-client && git pull #compile as usual mkdir build && cd build && cmake ../ && make && make install If you want a reliable and robust client, for the next few weeks, you should use the Gnome frontend. But if you want to help, you can use the KDE client and report bugs. Please assign them to me (Emmanuel Lepage) directly on the sflphone bug tracker https://projects.savoirfairelinux.com/projects/sflphone/issues ("S'enregistrer" = register, if you see the page in french) Thank you for your time _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
