
kallcenter
Source (link to git-repo or to original if based on someone elses unmodified work):
Documentation is currently available in german only.
Downloads are moved to SourceForge at 15.08.2005. Development will follow in the next days.
- Aug 02 2005: kallcenter-client 1.0 Release 2; added missing german localisation for the sound dialog
- Aug 04 2005: adding kallcenter-server RPM on kallcenter homepage. It contains the system dependencies for the server (mySQL, Apache etc) and a setup wizard in K-Menu / Office / kallcenter Setup.
- Aug 07 2005: adding link to kallcenter-server RPM in kde-apps.org
- Aug 07 2005 (evening): update documentation; adding section about kallcenter-server RPM
- Aug 08 2005: fixing two bugs: kcupdate (release 1+2) searches pixmaps and translations in /usr/local/share instead of /opt/kde3/share; kallcenter client sometime destroys its config file if microphone volume is increased manually while at the same time decreased automatically because it is too high
Ratings & Comments
4 Comments
How about a tarball with the sources for us non RPM users?
The tarballs were always available from the kallcenter homepage. However I had them not added here for a reason: kallcenter is probably system dependent at the moment. There are hardcoded paths to system applications like /usr/sbin/alsactl, /opt/kde3/bin/kmix etc. Check them with "grep -r 'system(' kallcenter" before compiling. You may also have a look in the kallcenter-client.spec on the homepage. If you can get it running (it should be not so difficult), please drop me a message!
You shouldn't use system() calls to launch processes, you should use QProcess or KProcess classes instead. Please see http://doc.trolltech.com/3.3/qprocess.html and http://developer.kde.org/documentation/library/cvs-api/kdelibs-apidocs/kdecore/html/classKProcess.html respectively. Also, for locating KDE programs or files you should use the locate() (http://developer.kde.org/documentation/library/3.4-api/kdecore/html/group__locates.html#ga0) function to find files relative to the KDE installation directory. If you need to find icons you should use the methods of the KIconLoader class instead (http://developer.kde.org/documentation/library/3.4-api/kdecore/html/group__locates.html#ga0), for example smallIcon(),barIcon(),desktopIcon(), etc.
so that we could *preview* kallcenter :)