KrUsTy!
June 13th, 2003, 01:41
SuperKaramba seems to be the new cool thing in desktop eye candy. It can be pretty usefull too, RSS feeds, weather, even OS X Style menu bars embedded in your desktop. First there was Karamba, but now SuperKaramba! The difference is that superkaramba has python support, and most of the cool themes now use python.
The SuperKaramba website - http://netdragon.sourceforge.net
A great place to get modules and examples of uses for superkaramba is http://www.kde-look.org in the karamba section. New stuff comming out all the time.
The superkaramba website says it only works with linux, but it works great in FBSD!
Its is a KDE app, meaning that it is built using QT, but you can use it with any window manager. You will have to have the QT libraries installed to build it though.
So you will need;
QT - /usr/ports/x11-toolkits/qt31
gmake - /usr/ports/devel/gmake
python - /usr/ports/lang/python
Before you get started, create a link that will ensure that the install goes correctly.
ln -s /usr/local/ /usr/local/kde
The install uses the path /usr/local/kde to install stuff that should really go in /usr/local/. Doing this just makes it go better and installs the binaries in the correct location.
Download the SuperKaramba source from the sourceforge website. It compiles clean with gmake.
(I'm using the latest SuperKaramba as of this time which is 0.26, but it is updated regularly...)
tar xvzf superkaramba-0.26.tar.gz
cd superkaramba-0.26
./configure
gmake install
Now SuperKaramba is installed. You will see it show up in the Utlities menu if you are using KDE. To run it just issue the command "superkaramba".
Now it does not come with any modules which it calls themes, and so now you will have to do some hunting. http://www.kde-look.org is the place for themes. All themes install quite differently, but the thing to remeber is the the script part of any theme needs to be in a place that is in your path. So I just created a folder for all these themes (/usr/local/superkaramba) and added that folder to my path.
So I'll use the Karamba Weather v 0.4 theme as an example. From the readme that comes with it, it says that you need PyXML. /usr/ports/textproc/py-xml
The k_weather.py needs to be in your path. Make the changes required to modify the weather to your area and preferences in the k_weather.py, and then launch the *.theme files via the superkaramba interface when you launch superkaramba. In this "module" you can launch three different themes, lcd, plain or liquid. The .theme file is the folders marked lcd, plain, or liquid depending on the look you want.
So it does take a bit of work to get themes running, and everyone is different, but the amount of cool things you can do is practically endless. Take a look and try some of them out!
Regular karamba (with no python support) is in the ports - /usr/ports/deskutils/karamba. I believe that it comes with some themes that are cool, and don't require python. They can be run in superkaramba without any issues along side other themes that use python.
Please post corrections and additions to this, and any info about cool themes you have working. I'll be posting screenshots of stuff I have working in just a bit.
{K}
The SuperKaramba website - http://netdragon.sourceforge.net
A great place to get modules and examples of uses for superkaramba is http://www.kde-look.org in the karamba section. New stuff comming out all the time.
The superkaramba website says it only works with linux, but it works great in FBSD!
Its is a KDE app, meaning that it is built using QT, but you can use it with any window manager. You will have to have the QT libraries installed to build it though.
So you will need;
QT - /usr/ports/x11-toolkits/qt31
gmake - /usr/ports/devel/gmake
python - /usr/ports/lang/python
Before you get started, create a link that will ensure that the install goes correctly.
ln -s /usr/local/ /usr/local/kde
The install uses the path /usr/local/kde to install stuff that should really go in /usr/local/. Doing this just makes it go better and installs the binaries in the correct location.
Download the SuperKaramba source from the sourceforge website. It compiles clean with gmake.
(I'm using the latest SuperKaramba as of this time which is 0.26, but it is updated regularly...)
tar xvzf superkaramba-0.26.tar.gz
cd superkaramba-0.26
./configure
gmake install
Now SuperKaramba is installed. You will see it show up in the Utlities menu if you are using KDE. To run it just issue the command "superkaramba".
Now it does not come with any modules which it calls themes, and so now you will have to do some hunting. http://www.kde-look.org is the place for themes. All themes install quite differently, but the thing to remeber is the the script part of any theme needs to be in a place that is in your path. So I just created a folder for all these themes (/usr/local/superkaramba) and added that folder to my path.
So I'll use the Karamba Weather v 0.4 theme as an example. From the readme that comes with it, it says that you need PyXML. /usr/ports/textproc/py-xml
The k_weather.py needs to be in your path. Make the changes required to modify the weather to your area and preferences in the k_weather.py, and then launch the *.theme files via the superkaramba interface when you launch superkaramba. In this "module" you can launch three different themes, lcd, plain or liquid. The .theme file is the folders marked lcd, plain, or liquid depending on the look you want.
So it does take a bit of work to get themes running, and everyone is different, but the amount of cool things you can do is practically endless. Take a look and try some of them out!
Regular karamba (with no python support) is in the ports - /usr/ports/deskutils/karamba. I believe that it comes with some themes that are cool, and don't require python. They can be run in superkaramba without any issues along side other themes that use python.
Please post corrections and additions to this, and any info about cool themes you have working. I'll be posting screenshots of stuff I have working in just a bit.
{K}