


KDevelop App Templates by Noughmad 3 comments
So it works perfectly now that I know how to use it! Thanks a lot for the answer. - Dec 14 2012

KDevelop App Templates by Noughmad 3 comments
#include <expression.h>
which is not included.
Furthermore in the package there's a tarball which has no need to be there.
Can you fix it please? Thanks in advance. - Dec 13 2012

Wallpaper Other by sanzoy 2 comments
Please make them available directly from upload here. - Dec 17 2010
I suggest you upload a tarball like any other person does. - May 28 2008

Dolphin Service Menus by ErenTurkay 5 comments
You assume KDE is installed in /usr which might not be the case.
Instead, explain to the user that he can set $KDEDIR by
export KDEDIR=kde-config --prefix
then use $KDEDIR instead of /usr in your INSTALL file. - Jan 25 2007

Education Apps by Fermion 9 comments
Having a Menubar and a Statusbar would be nice.
I did not think to go to the Options dialog, it did not seem intuitive for me to do so at first run (and it is not). Having a quick look at the code shows me that in letForm::init() minx = 1081758080. The default value is that big!
I don't know where you define this minx. If you used KDE and kdelibs, this would be all easy to set with KConfigXT and thus very easy to debug.
In the options the maximum should be at least minimum+1 - Nov 20 2004

Education Apps by Fermion 9 comments

Education Apps by toonmuylkens 26 comments
Furthermore, you have an install script but no uninstall. Make allows make uninstall.
Also I downloaded the english source to find the menus in Dutch! And when I choose an item in the menu on the most left the app segfaulted (maybe because I ran it from the bin src as I don't want to install it in /usr) - Nov 09 2004

Education Apps by toonmuylkens 26 comments
I suggest you use KDevelop, create a KDE template and then improt your files in it. That way you will have it all.
Looking in your Makefile you have:
INCPATH = -I/usr/mkspecs/default -I. -I$(QTDIR)/include
annma@localhost:~/eindwerk_v4_english$ echo $QTDIR
/usr/local/kde3.3/qt-copy
annma@localhost:~/eindwerk_v4_english$ make
make: *** No rule to make target `/usr/mkspecs/default/qmake.conf', needed by `Makefile'. Stop. - Nov 06 2004

Education Apps by toonmuylkens 26 comments
make: *** No rule to make target `/usr/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
Why is there no configure script? It seems that the way the Makefile is done is too restrictive and does not allow any custom configuration. - Nov 06 2004
KVocTrain, in the kdeedu module, is a vocabulary trainer and have no maintainer at the moment so you can take it. Why not use an already existing and known program and try to improve it? The advantage would be of course to be widely distributed and to get great feedback from users.
Please do think about it! - May 11 2004
Your Makefile.am are all very outdated,it seems this project was made with KDevelop-2, you should update to KDevelop-3 or have a look at the current Makefile.am in various KDE apps from cvs HEAD.
I ran KSalomon and could not find out how to make a voc file. When you click New, it open a file dialog, exactly like when you click Open. New should allow you to make a new card or file.
The Open Example did not open any example but gave me a message that I did not understand.
KSalomon crashed when I tried to open the example.box.
I managed eventually to open a file and the yellow background is really too tiring.
I wanted to see if KSalomon could compete with kdeedu apps but a lot would need to be done to achieve KVocTrain or KWordQuiz capabilities.
May I ask you why you are developing yet-another-voc-trainer and not getting involved in kdeedu instead? - Apr 11 2004