


Karamba & Superkaramba by s3m10s 15 comments
I'm glad you were able to get it working. - Jun 29 2005
I'm also cleaning up the code now as well as adding some configuration entries. In the next version which I should have out in a few days you can right click on the widget and configure it to be 3 different sizes small 16x16 icons, medium 32x32 icons or large 64x64 icons. You can also choose whether you want a horizontal bar shape or a vertical box shape. There will also be 10 icons for contacts instead of 6. The user can also choose a custom image for each icon from the menu that pops up when the icon is left clicked. I haven't got the theme support built in yet but the code should allow for that to be added in the release after this next one. - Jun 29 2005

Karamba & Superkaramba by s3m10s 15 comments
You can uncomment the line that prints out the contact status to see what kopete is actually reporting. Just start superkaramba from a konsole and then open the theme as usual to see the output.
The code really only checks for three states online offline and (Status not availble) the unknown icon was put in to catch anything that the code didn't recognize and keep it from causing errors. There is a for loop right below the print statement mentioned above that checks the status of all the icons. You should be able to modify that to catch what is causing the problem. - Jun 29 2005

Karamba & Superkaramba by s3m10s 15 comments
This looks good and takes up less space than the original bar idea. I like it. I'll work on changing the code to make things more dynamic as far as icon size and layout. Also the overlay idea you had was a good one and is fairly simple to implement. That will allow the use of a single icon for the contact with a state image placed over it. - Jun 25 2005