


Plasma 4 Extensions by svenstorp 130 comments

System Software by katakombi 68 comments
You can find them here: http://people.sissa.it/~paulatto/ksynaptics/ - Jun 15 2007

System Software by katakombi 68 comments

Utilities by mikefedotov 99 comments
I enabled it with the command:
hciconfig hci0 piscan - Dec 28 2006

Utilities by mikefedotov 99 comments
Still the client cannot find any server so it is a problem in my bluetooth configuration.
What of the numerous services provided by bluez need to be working in order for the client to find the server? How can I test the configuration?
Many thanks for your great software. - Dec 28 2006

Various KDE 1.-4. Improvements by Linuster 28 comments
You could make it even better using different icons for different subfolders of the kioslave root.
e.g. the "wallpapers" folder could use the "folder_image" icon. It would be enough to place some .desktop virtual files in the folders; I don't know if it's easy feasible.
bye and thanks for your great work - Oct 31 2006

QtCurve by CraigD 2890 comments
The problem: when running "./configure" you get the following output:
configure: loading site script kde
sed: read error on kde: Is a directory
KDE seems to be already running on this display.
then an xdialog window pops up and displat the following text:
KDE seems to be already running on this display. - Sep 18 2006

QtCurve by CraigD 2890 comments
The problem: when running "./configure" you get the following output:
then an xdialog window pops up and displat the following text:
and then configure fails and exits.
Cause: the string " kde " appears in your $ac_site_file, this cause the configurescript to execute ". kde" but kde is a directory.
Solution: in configure, about line 1433, change the following line:
if test -r "$ac_site_file"; then
to
if test -f "$ac_site_file"; then
then run ./configure; when it finishes run make.
make will execute autoconf and mess everything up things again. Let it fail then change the configure script again then run "./configure" and make again: this time it'll work.
Have fun! - Sep 18 2006

Various KDE 1.-4. Improvements by CraigD 453 comments
First of I have added this lines to my abbreviations:
PR|Phys. Rev.|Physical Review
PR|Phys. Rev. Lett.|Physical Review Letters
PR|Phys. Rev. A|Physical Review A
PR|Phys. Rev. B|Physical Review B
Second: network search does not work, or maybe I can't understand how it is supposed to work.
If I insert thew minimum information and than click on network lookup the status bar will show that it's lookin for info on www.ncbi.nlm.nih.gov and crossref.org and than stop: nothing happens.
I'll suppose the retrieved html to be copied in the cb2bib window, even if it cannot be autoparsed.
Furthermore, I'll setup my own bookmark file if I could figure out how it works (as www.ncbi.nlm.nih.gov definetly is *not* the right place for physics articles)
Last: clipboard connection could be tuned non to autopaste "internal" selections (e.g. I click on the "year" field it's autoselected, autopasted, autoparsed and messes up all the other fields). This is a minor problem, but it would be nice.
Bye and thanks. - Apr 04 2006
It would be a great feature to be able to import the entire K menu (or part of it).
Unlukily it has become much harder since the introduction of freedsesktop "standards", if I can find the time I'll try to import the menu parser/generator code directly from the kicker.
Anyway, good work! - Dec 21 2005

Cursors by ECHM 37 comments
Good work! - Dec 20 2005

Cursors by paulatz 4 comments
The theme source is composed of png images, you can edit the images with any program (e.g. the Gimp).
In order to build the theme you need the utility xorg-x11 which is parte of the standard xorg-x11 package but may be out of your PATH.
The better way to learn is to download this theme or another and look at the sources (here they are in the sources/ subdirectory), have a look at the .in files and at the make.sh script.
If you just want to rebuild this theme change to sources/ directory and run ./make.sh - Dec 20 2005

Cursors by paulatz 4 comments
I had preferred jimmac+ccc but jimmac sources aren't avaiable and I didn't had time to rebuil it from scratch.
- Dec 06 2005

KDE 3.x Window Decorations by jrch2k 11 comments
# make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** YOU'RE USING automake (GNU automake) 1.9.3.
*** KDE requires automake 1.6.1 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2 - Mar 12 2005