Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
shows graphs for cpu, network and memory.
might wanna change the x and y values.

Ratings & Comments

10 Comments

refriedbean

It makes superkaramba 0.17h (I think thats the latest) segfault.. Maybe its just mine..

lordvad

Makes mine segfault too. Same version (0.17h) on a redhat 9 Error looks like this: #0 0xffffe002 in ?? () #1 0x405e25bd in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #2 #3 0x080c9877 in PyErr_NormalizeException () #4 0x080d668b in PyErr_PrintEx () #5 0x080d6380 in PyErr_Print () #6 0x08064319 in karamba::karamba(QString) () #7 0x080627a4 in main () #8 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6 pretty no ?

prichards

Change the name of the sys.theme to something else (i.e. karamba_sys.theme), that will fix it. Seems that this is a bug of superkaramba, it also happend with calendar. I had inform the author of superkaramba about it and this is what he said "the problem is that there is a built-in python module named "calendar" so that when you load calendar.theme, SuperKaramba looks for a python module called "calendar" and always finds one because it is built into python. I'm not sure exactly the best way to go about fixing this bug but I will try to fix it somehow for the next release." It can be fixed by renaming the theme, i have already trying with sys, and it work (with calendar too)

miked

Same here. I'm using RH8 with SuperKaramba-0.17j. Here's the backtrace: [New Thread 8192 (LWP 21069)] 0x420ae169 in wait4 () from /lib/i686/libc.so.6 #0 0x420ae169 in wait4 () from /lib/i686/libc.so.6 #1 0x4212a2d0 in __DTOR_END__ () from /lib/i686/libc.so.6 #2 0x40dd7c63 in waitpid () from /lib/i686/libpthread.so.0 #3 0x40526e2e in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #4 #5 0x080bb967 in PyErr_NormalizeException () #6 0x080c831b in PyErr_PrintEx () #7 0x080c8020 in PyErr_Print () #8 0x08057701 in karamba::karamba(QString) () #9 0x0805b33e in karamba::startNewKaramba() () #10 0x0805ef43 in karamba::qt_invoke(int, QUObject*) () #11 0x40867f06 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #12 0x40aafb36 in QSignal::signal(QVariant const&) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #13 0x4087c4cd in QSignal::activate() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #14 0x409267ee in QPopupMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #15 0x40890d30 in QWidget::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #16 0x4081caa1 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #17 0x4081c41a in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #18 0x404d0d45 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4 #19 0x407d3bf7 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #20 0x407d2149 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #21 0x407e3102 in QEventLoop::processEvents(unsigned) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #22 0x4082c6ad in QEventLoop::enterLoop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #23 0x4081cc98 in QApplication::enter_loop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #24 0x40928d16 in QPopupMenu::exec(QPoint const&, int) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #25 0x0805e38e in karamba::mousePressEvent(QMouseEvent*) () #26 0x40890d21 in QWidget::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #27 0x4081caa1 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #28 0x4081c41a in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #29 0x404d0d45 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4 #30 0x407d3f92 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #31 0x407d2149 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #32 0x407e3102 in QEventLoop::processEvents(unsigned) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #33 0x4082c6ad in QEventLoop::enterLoop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #34 0x4082c57f in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #35 0x4081cc54 in QApplication::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #36 0x0805563e in main () #37 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6

miked

Same here. I'm using RH8 with SuperKaramba-0.17j. Here's the backtrace: [New Thread 8192 (LWP 21069)] 0x420ae169 in wait4 () from /lib/i686/libc.so.6 #0 0x420ae169 in wait4 () from /lib/i686/libc.so.6 #1 0x4212a2d0 in __DTOR_END__ () from /lib/i686/libc.so.6 #2 0x40dd7c63 in waitpid () from /lib/i686/libpthread.so.0 #3 0x40526e2e in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #4 #5 0x080bb967 in PyErr_NormalizeException () #6 0x080c831b in PyErr_PrintEx () #7 0x080c8020 in PyErr_Print () #8 0x08057701 in karamba::karamba(QString) () #9 0x0805b33e in karamba::startNewKaramba() () #10 0x0805ef43 in karamba::qt_invoke(int, QUObject*) () #11 0x40867f06 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #12 0x40aafb36 in QSignal::signal(QVariant const&) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #13 0x4087c4cd in QSignal::activate() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #14 0x409267ee in QPopupMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #15 0x40890d30 in QWidget::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #16 0x4081caa1 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #17 0x4081c41a in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #18 0x404d0d45 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4 #19 0x407d3bf7 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #20 0x407d2149 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #21 0x407e3102 in QEventLoop::processEvents(unsigned) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #22 0x4082c6ad in QEventLoop::enterLoop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #23 0x4081cc98 in QApplication::enter_loop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #24 0x40928d16 in QPopupMenu::exec(QPoint const&, int) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #25 0x0805e38e in karamba::mousePressEvent(QMouseEvent*) () #26 0x40890d21 in QWidget::event(QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #27 0x4081caa1 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #28 0x4081c41a in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #29 0x404d0d45 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4 #30 0x407d3f92 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #31 0x407d2149 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #32 0x407e3102 in QEventLoop::processEvents(unsigned) () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #33 0x4082c6ad in QEventLoop::enterLoop() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #34 0x4082c57f in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #35 0x4081cc54 in QApplication::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3 #36 0x0805563e in main () #37 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6

Rodion

Might want to provide a screenshot...

atac

here it comes

byteme

Oh really? Where is it?

atac

yeah, where can it be :-P

bLanark

I can see it up there on the left. Maybe your browser or proxy has cached the page?

Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Karamba & Superkaramba from atac:

cleant
atac
last update date: 22 years ago

Score 5.0

smoothy
atac
last update date: 22 years ago

Score 5.0

Other Karamba & Superkaramba:

Evolution Task Theme (for Karamba)
L0rclA5CII
last update date: 22 years ago

Score 5.0

Karambaqua
manor
last update date: 22 years ago

Score 5.0

Karamba Print Queue Monitor
Praxxus
last update date: 22 years ago

Score 5.0

The DarkGirl wallpaper and Karamba theme
xray
last update date: 22 years ago

Score 5.0

TecnoBar for Karamba
ZIOlele
last update date: 22 years ago

Score 5.0

Karamba Ink Level Monitor
Praxxus
last update date: 22 years ago

Score 5.0