Click to See Complete Forum and Search --> : Sperkaramba.. and a few themes


ilyash
06-27-2004, 11:15 AM
EDIT: i forgot to add that this is REDHAT 9.0

I installed Superkaramba.
I downloaded "ubermon" and "liquid weather++"
Ubermon was a .tar
so that was easy.. just
tar -xf 13166-ubermon1.0.tar


Liquid weather was lwp-2.2.2.tar.bz2
Whats B Z 2 ??
I tried tar -xf lwp-2.2.2.tar.bz2
and i get
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors


But whatever... lets try ubermon to see if that works...
so i type
# superkaramba
A thing pops up.
I click open theme.
Select ubermon.theme from the place i untarred 13166-ubermon1.0.tar to.

It pops up.. but it doesnt look right.

I attached what it looks like.

In case you guys dont know.. here are the urls for the programs...


Superkaramba
http://netdragon.sourceforge.net/

weather
http://kde-look.org/content/show.php?content=6384

ubermon
http://kde-look.org/content/show.php?content=13166

Oh.. and by the way..
when i run ubermon.. heres what happens

# superkaramba

ImportError: No module named ubermon
------------------------------------------------------
What does ImportError mean?

It means that I couldn't load a python add-on for ubermon.theme
If this is a regular theme and doesn't use python
extensions, then nothing is wrong.
------------------------------------------------------

[And then I see the image attached]

ilyash
06-27-2004, 11:18 AM
UPDATE:
I was running it as root by accident..
Ubermon works fine ...

I cant get the weather thing working.. any ideas?

AdamZ
06-27-2004, 12:19 PM
For .tar.bz2, use "tar -xjf bla.tar.bz2"

ilyash
06-27-2004, 03:44 PM
thanks..
worked like a charm.

elderdays
06-28-2004, 01:13 PM
Originally posted by blargety
For .tar.bz2, use "tar -xjf bla.tar.bz2"
Add a "v" for verbose. It looks cooler ;-) And you don't have to put the "-" if you don't want. Like this:tar xjvf bla.tar.bz2Just my 2¢