SuperKaramba is een programma voor de KDE-omgeving op het Linux-platform waarmee gebruikers interactieve 'eye-candy' kunnen aanmaken. Je kan gebruik maken van een eigen theme of van tekstbestanden waarin een widget wordt beschreven. Eventueel kan je jouw widget interactief maken met een script geschreven in Python. XMMS Bar, TuxBar en Station V zijn voorbeelden van de mogelijke 'eye-candy' die gemaakt kunnen worden. Sinds enkele dagen is versie 0.36 binnen te halen met de volgende veranderingen:
Changes in 0.36:Changes in 0.35:
- Removed all the compile warnings.
- Update superkaramba to check for Python2.4.
- Update so that automake up through version 1.9.x can generate configure/Makefile scripts.
- Convert from UCS4 to UCS2 if python uses 4 byte unicode chars.
- ...and more optimization and bug fixes.
- Ryan (p0z3r), Petri, Ivica, and Sarah have done all the work on this release! Thanks!
- many new APIs
- new callbacks
- DCOP interface for superkaramba
- multiple superkarambas / one systray support
- added Fahrenheit support
- fixed the "moving themes" problem
- fixed the "always on top" problem
- fixed bug in setMenuConfigOption(). Please see api.html for the new syntax.
- asyncronous image loading. setImagePath() should now work with networked/remote files.
- fixed bug in meterClicked()
- fixed bug in setRichTextWidth() and getRichTextSize()
- much more code cleanup, bug fixes, and internal documentation