


Karamba & Superkaramba by iten 10 comments

Plasma 4 Extensions by keystonerose 24 comments
Traceback (most recent call last):
File "/home/toto/.kde4/share/apps/plasma/plasmoids/current-song/contents/code/main.py", line 180, in dataUpdated
songID = self.songIDStr(data)
File "/home/toto/.kde4/share/apps/plasma/plasmoids/current-song/contents/code/main.py", line 310, in songIDStr
return "%s [%i] -- %s, #%i" % (title, length, album, track)
TypeError: %d format: a number is required, not QVariant
- Jan 16 2011

Karamba & Superkaramba by iten 10 comments
Do you have a /sys/block/hda/stat file ? - Apr 09 2004

Karamba & Superkaramba by iten 10 comments
But currently, I dont know to use python. Maybe it's time I learn it :) - Apr 06 2004

Karamba & Superkaramba by iten 10 comments
The workaround is to edit the superkaramba-0.33/src/bar.cpp and at line 88 add:
-----------------
v.remove('\n');
-----------------
like this:
--------------------------------------
void Bar::setValue( QString v )
{
v.remove('\n');
setValue( (int) (v.toDouble() + 0.5 ) );
}
-------------------------------------- - Apr 05 2004

Karamba & Superkaramba by iten 10 comments
1. mkdir -p $HOME/utils/superkaramba-themes
2. cp 11814-hdmon.tgz $HOME/utils/superkaramba-themes
3. cd $HOME/utils/superkaramba-themes
4. tar zxvf 11814-hdmon.tgz
5. cd hdmon
6. make
7. edit hdmon.theme and replace all occurences of:
./hdmon
with $HOME/utils/superkaramba-themes/hdmon/hdmon
(replace in the last sentence $HOME with the explicit path of your home directory, since I'm not sure that superkaramba knows to substitute shell variables )
8. superkaramba $HOME/utils/superkaramba-themes/hdmon/hdmon.theme - Apr 05 2004
look at timemon/timemon/README and timemon/timemon/INSTALL files.
One other thing I should mention in documentation is that /etc/timemon.conf dates have to be in UTC. To know the current UTC date, you can type date -u on command line. - Dec 13 2003