


KDE 3.x Splash Screens by TomServo 46 comments

Karamba & Superkaramba by Matti 1797 comments
There are more for other resolutions too - search on kde-look.org - Dec 09 2003

Karamba & Superkaramba by Matti 1797 comments
$ superkaramba -v
Qt: 3.1.2
KDE: 3.1.3
superkaramba: 0.33 (compiled from source)
Debian Woody + KDE 3.1.3
ii__python______________2.1.3-3.2
ii__python2.1___________2.1.3-3.2
ii__python2.2___________2.2.1-4.2
ii__python2.2-dev_______2.2.1-4.2
ii__python2.2-tk________2.2.1-4.2
ii__python2.2-xml_______0.7-1
ii__python2.2-xmlbase___2.2.1-4.2
Additionally i wanted to say liquid weather++ did work today earlier - now i know it had to do with the AM/PM thingie. - Dec 08 2003

Karamba & Superkaramba by Matti 1797 comments
i think i found some strange bug many many people mentioned already:
cd ~/.superkaramba && rm -f karamba_weather.html liquid_weather.rc webcampic_0.jpg
cd themes
rm -rf liquid_weather_plus/
tar xfj liq_weath_plus.1.8.tar.bz2
cd liquid_weather_plus/
superkaramba liquid_weather.theme
Configure theme/Find location on weather.com => Enter Palm Springs
Close SuperKaramba [ => Config File ~/.superkaramba/liquid_weather.rc written.]
$EDITOR ../../liquid_weather.rc
Replace text
url=http://xoap.weather.com/weather/local/USCA0828?cc=*&dayf=5&prod=xoap&par=1003666583&key=4128909340a9b2fc
with
url=http://test.thermoman.de/wetter/paderborn_GMXX0218
Save file
rm ../../karamba_weather.html
superkaramba liquid_weather.theme
You will see, the script crashes with
---snip---
<_sre.SRE_Match object at 0x82a5b90>
Paderborn
Fatal Error; Cannot connect to site or load old data
Call to widgetUpdated failed
Traceback (most recent call last):
File "liquid_weather.py", line 1223, in initWidget
getWeather(widget)
File "liquid_weather.py", line 979, in getWeather
weather.metric(metric_units)
NameError: global name 'weather' is not defined
---snip---
Close SuperKaramba
$EDITOR ../../liquid_weather.rc
Replace text
url=http://test.thermoman.de/wetter/paderborn_GMXX0218
with
url=http://test.thermoman.de/wetter/paderborn_GMXX0218_am_to_pm
Save file
superkaramba liquid_weather.theme
You will see, script will *not* crash and all is fine.
The diff between paderborn_GMXX0218 and paderborn_GMXX0218_am_to_pm
is to change "12/8/03 5:50 AM Local Time" to "12/8/03 5:50 PM Local Time" in the first <lsup></lsup>
Has someone an idea why the script crashes with AM but not with PM? - Dec 08 2003