You are not logged in.

dekstop

Beginner

  • "dekstop" started this thread

Posts: 10

Location: Germany, Mannheim

  • Send private message

1

Thursday, June 26th 2003, 12:42pm

general Karamba questions

hi there,

when I look at KDE-look.org sometimes people talk about Karamba and sometimes they mention Superkaramba, so are there 2 different competing Karambas ?

If yes, which one is the better one to chose ? Will (Super)Karamba become officially part of KDE ? When I install (Super)Karamba, does it replace the kicker mechanism or can I always go back to the old look'n'feel without re-installing KDE ?

Thanx in advane !

3

Thursday, June 26th 2003, 11:56pm

Good question dekstop. I want going to ask it myself. Really, I did. Anyways, I can never get Karamba themes to work, but I geuss it's the general problem with compiling programs.
"Chopsticks require a person to use 64 muscles and 30 articulate movements simultaneously, which also acts in developing brain potential."

4

Friday, June 27th 2003, 8:45am

Karamba and Superkaramba are not 2 competing Karambas. Superkaramba is an extension, a modification, of Karamba and is capable of more interactivity in themes by using Python.

This means that you only need Superkaramba, which does not replace kicker in any way. It's just a program that you "run normally" and takes a theme as an argument.

As far as I now there has been discussion about making Karamba become official part of KDE but I don't know if a decision has been made yet.

So give Superkaramba a try by following the link acuss provided. And Kenneth, what distro are you using, are you compiling from source or using rpm??
Beware of computer programmers that carry screwdrivers.

dekstop

Beginner

  • "dekstop" started this thread

Posts: 10

Location: Germany, Mannheim

  • Send private message

5

Friday, June 27th 2003, 10:02am

Quoted

Original von RobbiK


This means that you only need Superkaramba, which does not replace kicker in any way. It's just a program that you "run normally" and takes a theme as an argument.

As far as I now there has been discussion about making Karamba become official part of KDE but I don't know if a decision has been made yet.

So give Superkaramba a try by following the link acuss provided. And Kenneth, what distro are you using, are you compiling from source or using rpm??


OKay, this sounds promising, if Karamba doesn't overwrite anything. It just would be nice if the authors would provide a gpg/pgp signature in the download section for superkaramba. (Yes, I'm veery security aware ;-)

6

Friday, June 27th 2003, 9:56pm

I'm using Mandrake 8.1 and i got the SuperKaramba RPM from KDE-Look.org to work. But I can't get some themes to works as they're supposed to. They show, but they don't work. and some don't compile, etc.
"Chopsticks require a person to use 64 muscles and 30 articulate movements simultaneously, which also acts in developing brain potential."

7

Saturday, June 28th 2003, 1:13pm

You propably just need to update to the latest version of SuperKaramba. Many of the themes that appear on kde-look.org need the latest version.

If you start superkarmba in console with a theme as a parametere you can see what's going on. If you get a lot of "not found" bla bla its because the theme is trying to call a function in SuperKaramba that isn't avilible in your version.
Beware of computer programmers that carry screwdrivers.

8

Sunday, June 29th 2003, 4:46am

Ok, thanks. And how do you get SuerKaramba to automatically start on login to KDE. Do i need to edit any cofig files?
"Chopsticks require a person to use 64 muscles and 30 articulate movements simultaneously, which also acts in developing brain potential."

9

Sunday, June 29th 2003, 9:44am

Quoted

Original von Kenneth

Ok, thanks. And how do you get SuerKaramba to automatically start on login to KDE. Do i need to edit any cofig files?

I haven't done this myself, but try this:
make a bash script and put it in your ~/.kde/Autostart directory.
(cd to the directory containing your karamba themes...)
[code:1]
#!/bin/bash
cd /home/Kenneth/karambathemes/
superkaramba yourtheme.theme
[/code:1]
Beware of computer programmers that carry screwdrivers.

10

Tuesday, July 1st 2003, 6:52am

Ok, thanks. I will try that.
"Chopsticks require a person to use 64 muscles and 30 articulate movements simultaneously, which also acts in developing brain potential."