


KDE 3.x Window Decorations by greyleader 10 comments
criteria->setText( 2, (dayName <= 0 ? "*" : QDate::longDayName(dayName) ) );
with
criteria->setText( 2, (dayName <= 0 ? QString("*") : QDate::longDayName(dayName) ) );
What GCC version do you use? What linux distribution? - Sep 02 2004
autoconf 2.57
automake 1.7.7
libtool 1.4.3
m4 1.4
make 3.80
If someone makes an RPM package I will upload it, of course :-) - Aug 05 2004
Però ho appena trovato la versione italiana di Dilbert: scarica il file http://www.orson.it/~domine/dilbert_italiano.tar.gz , dai i permessi di esecuzione al file contenuto e muovilo nella directory $KDEDIR/share/apps/komics/ (assicurati che la dir contenga il file komics.pm), dopodichè vai nel pannello di configurazione dell'applet, poi nella configurazione della striscia "Dilbert" sostituisci "dilbert.pl" con "dilbert_italiano.pl". - Feb 23 2004
Are you using KDE 3.1.x ? And what Linux distribution? - Dec 01 2003

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments
<xml>
<url>/path/to/my/sidebar.html</url>
<directory recursive="1">/</directory>
</xml>
Bye - Sep 28 2003

Various KDE 1.-4. Improvements by domine 51 comments
On Slackware this header is located in
/usr/include/python2.3
supposing that the location for Mandrake is the same, you can try:
./configure --with-pythondir=/usr/include/python2.3
hope this helps - Sep 27 2003

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments

Various KDE 1.-4. Improvements by domine 51 comments
1. If you want to show file.html for various directories, you need only a copy of file.html (for example in ~/.sidebar/file.html) and only a .xml file in .kde/.../kontextbar in which you list all directories.
2. I will implement default page overriding through ~/.sidebar/default.html
3. Yes you can :) - Sep 21 2003

Various KDE 1.-4. Improvements by domine 51 comments

Karamba & Superkaramba by ageitgey 326 comments
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lpython2.2
I did so:
# cd /usr/lib
# ln -s /usr/lib/python2.2/config/libpython2.2.a
and succefully compiled :)
(you can safely remove the symlink after compilation) - Apr 20 2003