

It really depends on what you are doing or what you need to happen. - Oct 24 2006

Karamba & Superkaramba by p0z3r 87 comments

Various KDE 1.-4. Improvements by yll 9 comments
http://img234.imageshack.us/my.php?image=amaroktabs4ge.png
Hop on IRC and talk to the devs in #amarok on irc.freenode.net or open a wishlist/bug on it from http://bugs.kde.org if you'd like to add input. - Jul 12 2006

KDE Plasma Screenshots by gremo 4 comments

KDE 3.x Splash Screens by roozeec 2 comments

Karamba & Superkaramba by p0z3r 87 comments

Karamba & Superkaramba by bikkuri 7 comments
You could try changing that to be a little more forgiving, but then "boo" won't move around as fast.
Very unique theme by the way. Very cool! - Mar 25 2006

Karamba & Superkaramba by p0z3r 87 comments
I just want to verify that it is truly superkaramba causing a problem and not something else. - Mar 21 2006

Karamba & Superkaramba by p0z3r 87 comments
My superkaramba is linked against /usr/X11R6/lib/libXext.so.6
which is symlinked to /usr/X11R6/lib/libXext.so.6.4. - Mar 21 2006

KDE 3.x Window Decorations by Superstoned 3 comments
kwin --replace &
That will reload it on all running windows. - Mar 08 2006

KDE 3.5 Themes by horseshoe 12 comments

Karamba & Superkaramba by Matti 24 comments

Plasma 4 Extensions by smihael 124 comments
I'm working on a utility that will perform the skz packaging and validation for users and should be up shortly for download. - Feb 04 2006

Karamba & Superkaramba by PARENA 156 comments

Karamba & Superkaramba by spartak 15 comments
SK looks for a matching .theme file the same name as the package name if there is no maindata.xml file. So, to remedy this, just add a maindata.xml file to your skz package. The details are listed on our release notes page:
http://netdragon.sourceforge.net/release_notes_0_37.html - Jan 13 2006

Karamba & Superkaramba by spartak 15 comments
+++ cpumem_aio.py 2006-01-10 12:57:55.245626967 -0500
@@ -97,7 +97,10 @@
karamba.setTextSensor(widget, self.used_total, 'sensor=memory format="%us of %ts MB" interval=' + str(inter) + '000')
self.bar = karamba.createBar(widget, x + 2, y + 14, 136, 6, theme + "bar_140.png")
self.border = karamba.createImage(widget, x, y + 12, theme + "border_140.png")
- karamba.setBarSensor(widget, self.bar, 'sensor=memory format="%u' + mem_type + 'b" interval=' + str(inter) + '000')
+ if ( mem_type == "m" ):
+ karamba.setBarSensor(widget, self.bar, 'sensor=memory format="%umb" interval=' + str(inter) + '000')
+ else:
+ karamba.setBarSensor(widget, self.bar, 'sensor=memory format="%us" interval=' + str(inter) + '000')
karamba.changeTextColor(widget, self.name, color[0], color[1], color[2])
karamba.changeTextColor(widget, self.percent, color[0], color[1], color[2])
This addresses the Swap bar not being shown although the numbers are correct. - Jan 10 2006

Karamba & Superkaramba by cyberclaus 4 comments

KDE Plasma Screenshots by wrdevos 2 comments
I believe it is something like:
compmgr -Ff
But, check the man page for compmgr to find out for sure. - Dec 16 2005

Various KDE 1.-4. Improvements by hili 6 comments
Normally you can find a handful of people on irc.freenode.net #superkaramba that can talk about ideas in real time as well.
bugs.kde.org is also a good place for us to keep track of wishlist items and feature requests. - Dec 09 2005

Karamba & Superkaramba by Matti 16 comments

Karamba & Superkaramba by Matti 16 comments

Karamba & Superkaramba by Matti 16 comments
that's in the SK release package examples.
ord() gives a hex value of a char, and the enter key gives a 13. - Dec 06 2005

Karamba & Superkaramba by Matti 16 comments
One of the two example input themes uses it. - Dec 04 2005

Karamba & Superkaramba by Matti 16 comments
One note, can you make your text field interpret 'enter' as the submit actuator? - Dec 04 2005

Karamba & Superkaramba by sg1 29 comments

Karamba & Superkaramba by sg1 29 comments
In keyPressed() callback do this:
if ord(char) == 13: # Enter - Nov 15 2005

Karamba & Superkaramba by Kaisermart 8 comments
Just a thought. - Nov 14 2005

Karamba & Superkaramba by sg1 29 comments

KDE 3.x Window Decorations by p0z3r 116 comments

System Software by invernomuto 100 comments
It will be the default clock for kde4 as it stands currently. - Oct 14 2005
Smooth Blend uses this so you can look at the code to do it. Plastik also has it.
Keep up the good work! - Oct 13 2005

Karamba & Superkaramba by p0z3r 87 comments

Karamba & Superkaramba by amdfanatyk 2 comments
http://kdelook.org/content/show.php?content=19106
It supports all the games that are out there for qstat. ;) - Sep 20 2005

Wallpaper Other by smashse 5 comments

Wallpaper Other by th.cherouny 1 comment

KDE 3.x Window Decorations by maitre 77 comments

KDE Plasma Screenshots by xtacocorex 2 comments

Icon Sub-Sets by tyrerj 18 comments

KDE Plasma Screenshots by simone 6 comments

KDE 3.x Window Decorations by p0z3r 116 comments

Karamba & Superkaramba by p0z3r 87 comments