

it would be great to have the notes being chosen from some sort of algorithm that takes into account how easy you find the note, instead of being randomly generated.
It would ask you more frequently the notes you're the slowest to answer and vice versa.
What do you think? - Nov 10 2009

Karamba & Superkaramba by gstnet 7 comments
(kubuntu gusty) - Apr 30 2008

Amarok 1.x Scripts by j35u5 8 comments

Developers Apps by adroot 18 comments
I'd like to adapt your source but i'm a bit lost.
Could you explain where in your plugin you restritc parsing on to cpp files? I mean if a take a .cpp and rename it to .arg then the symbol list is empty. Where is it done?
thx - Feb 05 2008

Various KDE 1.-4. Improvements by anderslund 14 comments
Just had to change the autoconf version in cvs.sh to make it build. - Jan 23 2008

Dolphin Service Menus by dschrader 110 comments
Some files are attached.-> des fichiers sont en pièces jointes - Apr 28 2006

Dolphin Service Menus by dschrader 110 comments
msgid "Ce fichier devrait être en pièce jointe : "
msgid_plural "Ces fichiers devraient être en pièces jointes : "
msgstr[0] "Singular translation:"
msgstr[1] "Plural translation:" - Apr 10 2006

Various KDE 1.-4. Improvements by LaFleche 25 comments

Various KDE 1.-4. Improvements by LaFleche 25 comments

Various KDE 1.-4. Improvements by LaFleche 25 comments

Utilities by LaFleche 10 comments
i might have spotted what's wrong.
(but you will probably get some errors again)
http://wse.free.fr/xpenguinsapplet-0.1.test.tar.gz - Sep 07 2005

Utilities by LaFleche 10 comments
http://xpenguins.seul.org/
you just have to untar this file into your config dir (usually /usr/share/xpenguins/)
http://xpenguins.seul.org/xpenguins_themes-1.0.tar.gz - Sep 04 2005

Utilities by LaFleche 10 comments
i posted a correct archive (shoudln't have cause any pb though). - Sep 04 2005

Dolphin Service Menus by chrissi75 4 comments
Name=En 644 - Aug 11 2005

Various KDE 1.-4. Improvements by lucher 176 comments
it's
#include "qimage.h" - May 01 2005

Various KDE 1.-4. Improvements by lucher 176 comments
#include "kpager.h" - May 01 2005

Various KDE 1.-4. Improvements by lucher 176 comments
If it's a known problem why not change the src? - May 01 2005

Dolphin Service Menus by ljubomir 15 comments
ServiceTypes=video/avi,video/mpeg,video/quicktime,video/x-ms-asf,video/x-mpeg,video/x-msvideo,video/x-ms-wmv
by
ServiceTypes=video/* - Apr 10 2005

Various KDE 1.-4. Improvements by LaFleche 25 comments

Various KDE 1.-4. Improvements by LaFleche 25 comments
that's because i only did it as an external toy not a improvement of minipager (and never suggested any integration in kde).
Now if users like it, i could improve it (adding detection of the 3D switcher) and make it a patch, i would love to see it integrated.
>>oh, and if you include a file whose copyrights say "see the AUTHORS file" you probably should distribute the AUTHORS file too ;)
oups that's corrected. - Mar 06 2005

Various KDE 1.-4. Improvements by domseichter 7 comments
but the doesn't show, where is it supposed to go?
Also could you provide a template .po file to allow translations? - Feb 07 2005

Various KDE 1.-4. Improvements by LaFleche 25 comments
look at the source code or contact me if you need help. - Jan 21 2005

System Software by yanos 15 comments

System Software by yanos 15 comments
$ ./configure --prefix=/foo/bar
...
finish ok
$ make
make all-recursive
make[1]: Entering directory `/home/bob/Desktop/tmp/sysmonitor'
Making all in doc
make[2]: Entering directory `/home/bob/Desktop/tmp/sysmonitor/doc'
make[2]: *** Pas de règle pour fabriquer la cible « all ». Arrêt.
make[2]: Leaving directory `/home/bob/Desktop/tmp/sysmonitor/doc'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/bob/Desktop/tmp/sysmonitor'
make: *** [all] Erreur 2
but it compiles fine with just : ./configure
the pb is it doesn't seems to go in /usr which is my kde installation directory. - Jan 06 2005

Various KDE 1.-4. Improvements by LaFleche 25 comments
I will take a look at the code and see if i can do it,
and if anyone want to submit a patch help is welcome. - Dec 28 2004

Various KDE 1.-4. Improvements by LaFleche 25 comments
By the way what features does kpager2 provides? - Dec 23 2004

Various KDE 1.-4. Improvements by LaFleche 25 comments
But I don't think it should be integrated into kde or maybe as a kdetoy.
3ddesktop is fun but it requires a powerfull computer (especially when using high definition) also, it takes a while to change from one desktop to another.
And since I'm very new to kde programmation, my code must be quite perfectible and anyway isn't for kde3.3.
there is also a weird bug with k3ddesktop and some bugs with miniPager3D.
but thanks anyway :):) - Dec 14 2004

Various KDE 1.-4. Styles by djworld 42 comments
great job though - Nov 01 2004
Imagine that you launch mozilla for exemple, you dock it, then you reboot, and when you relog not only mozilla is stared (that's already supported) but it's also docked.
Know i'm aware it might be quite difficult to implement, but hey you asked for suggestions right? :) - Oct 06 2004
(i dunno wether it's the rigth place to post or if i should send an email).
i just upgrade my distrib (community 10.1) and i compiled apollon using the aioi and i get the following error (g++
(GCC) 3.4.1).
Looks like gcc is pretty angry.
* In file included from kirc.cpp:43:
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_Forward::operator()(const KIRCMessage&)':
* kircfunctors.h:104: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:104: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
* kircfunctors.h:106: error: `m_method' undeclared (first use this function)
* kircfunctors.h:106: error: (Each undeclared identifier is reported only once for each function it appears in.)
* kircfunctors.h:107: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_Empty::operator()(const KIRCMessage&)':
* kircfunctors.h:127: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:129: error: `m_method' undeclared (first use this function)
* kircfunctors.h:130: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_S::operator()(const KIRCMessage&)':
* kircfunctors.h:150: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:152: error: `m_method' undeclared (first use this function)
* kircfunctors.h:153: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_S_Prefix::operator()(const KIRCMessage&)':
* kircfunctors.h:173: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:175: error: `m_method' undeclared (first use this function)
* kircfunctors.h:176: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_S_Suffix::operator()(const KIRCMessage&)':
* kircfunctors.h:196: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:198: error: `m_method' undeclared (first use this function)
* kircfunctors.h:199: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_SS::operator()(const KIRCMessage&)':
* kircfunctors.h:219: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:221: error: `m_method' undeclared (first use this function)
* kircfunctors.h:222: error: `m_obj' undeclared (first use this function)
* kircfunctors.h:222: error: `type' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_SS_Prefix::operator()(const KIRCMessage&)':
* kircfunctors.h:242: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:244: error: `m_method' undeclared (first use this function)
* kircfunctors.h:245: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_SS_Suffix::operator()(const KIRCMessage&)':
* kircfunctors.h:265: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:267: error: `m_method' undeclared (first use this function)
* kircfunctors.h:268: error: `m_obj' undeclared (first use this function)
* kircfunctors.h: In member function `virtual bool KIRCMethodFunctor_SS_PrefixSuffix::operator()(const KIRCMessage&)':
* kircfunctors.h:288: error: there are no arguments to `isValid' that depend on a template parameter, so a declaration of `isValid' must be available
* kircfunctors.h:290: error: `m_method' undeclared (first use this function)
* kircfunctors.h:291: error: `m_obj' undeclared (first use this function)
* kirc.cpp: At global scope:
* kirc.cpp:1626: warning: unused parameter 'msg'
* kirc.cpp:1261: warning: unused parameter 'msg'
* kirc.cpp:1255: warning: unused parameter 'msg'
* kirc.cpp:1121: warning: unused parameter 'msg'
* kirc.cpp:1116: warning: unused parameter 'msg'
* make[3]: *** [kirc.lo] Erreur 1
make[3]: Leaving directory `/home/alsvetos/tmp/selfgz5741/apollon-1.0b1/apollon/libkirc'
make[2]: Leaving directory `/home/alsvetos/tmp/selfgz5741/apollon-1.0b1/apollon'
* make[2]: *** [all-recursive] Erreur 1
* make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/alsvetos/tmp/selfgz5741/apollon-1.0b1'
* make: *** [all] Erreur 2
***** Return value 2
It used compiled and work fine before. - Sep 25 2004

Dolphin Service Menus by gammaknife 44 comments

Dolphin Service Menus by cbouveyron 6 comments
This way eventually erasing every other files named *.log or *.aux.
For example i tried this script. I simply call the script in the .Desktop file (Exec=script.sh %f;).
----srcipt.sh-----
#!/bin/bash
fileAndPath=$1;
file=`basename $fileAndPath`;
cd `dirname $fileAndPath`;
name=${file%.*};
pdflatex $file #or whatever command
rm -rf $name.log $name.aux
----srcipt.sh-----
What do you think about it? - May 08 2004
enter the repository with konqueror, you should see a install.sh file, to execute it :
rigth click in the konqueror window windows->action->open a terminal here
type "su" in the termianl
enter your root passwd when asked,
then type ./install.sh
I know this is the noob-kde-tools-way but this is what u asked for :) - Jan 25 2004
I start running mlnet->OK
then i start kmldonkey, but kmld show the "connection refused" message box. A'm stuck at this point. No man page, no --help, the website is empty. I'm pretty sure its a stupid error but a cant figure it out.
Its a shame cause it really seems like a nice front-end.
thx for any help. - Jan 25 2004