Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
superkaramba doesn't update.. 3.5.7
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
xanas3712
Guru
Guru


Joined: 15 Oct 2004
Posts: 455

PostPosted: Wed Jul 18, 2007 2:18 am    Post subject: superkaramba doesn't update.. 3.5.7 Reply with quote

No matter what theme I'm using (right now using the st-sysmon (star trek/lcars style thingy)), the update intervals don't seem to work.

I have modified the .theme just a little to add my own email but I don't think I damaged it. In any case, other .themes don't seem to work either, none updates.

At first I thought this might be a compiz-fusion issue so I loaded up kwin & even metacity but neither seems to get it to update on it's own. It works fine if I force update it with f5 but the autoupdates don't work.

Here's my .theme just in case
Code:

#######################
#   StarTrek SysMon   #
#   for Superkaramba  #
#   by ReBe           #
#   16. July 2007     #
#######################


# 1. General
KARAMBA  X=0 Y=0 W=400 H=318 interval=500 locked=false


# 2. Images
image x=0 y=0 path="lcars.png"


# 3. User / Hostname
text x=10 y=1 sensor=program program="echo ${USER}@`hostname`" fontsize=12 font="arial" color=0,0,0


# 4. Kernel
text x=200 y=1 value=KERNEL: fontsize=12 font="arial" color=0,0,0
text x=320 y=1 sensor=program program="uname -a | awk '{print $3}' | cut -d '-' -f 1" fontsize=12 font="arial" color=0,0,0 align=right


# 5. CPU
text x=1 y=270 value=CPU fontsize=14 font="arial" color=0,0,0
graph x=40 y=261 w=310 h=40 color=255,255,255 sensor=cpu interval=1000
text x=400 y=275 sensor=cpu format="%v %" interval=1000 fontsize=14 font="arial" color=255,255,255 align=right


# 6. Used RAM
text x=3 y=46 value=RAM fontsize=12 font="arial" color=0,0,0
text x=180 y=46 sensor=memory format="%um MB" fontsize=12 font="arial" color=255,255,255 align=right interval=5000


# 7. Used SWAP
text x=1 y=62 value=SWAP fontsize=11 font="arial" color=0,0,0
text x=180 y=62 sensor=memory format="%us MB" fontsize=12 font="arial" color=255,255,255 align=right interval=600000


# 8. Network
# 8.1 GRAPH
text x=290 y=25 value=TRAFFIC fontsize=12 font="arial" color=255,255,255
graph x=235 y=39 w=115 h=38 color=0,255,0 sensor=network device="eth0" format="%in" max=25 interval=1000
graph x=235 y=38 w=115 h=37 color=255,0,0 sensor=network device="eth0" format="%out" max=30 interval=1000

# 8.2 IN / OUT
text x=235 y=38 value=IN: font="arial" color=0,255,0
text x=235 y=52 value=OUT: font="arial" color=255,0,0
text x=355 y=38 sensor=program program="/sbin/ifconfig eth0 | grep 'RX byte' | awk '{print $3 $4}' | cut -d '(' -f 2 | cut -d ')' -f 1" interval=10000 font="arial" color=0,255,0 align=right
text x=355 y=52 sensor=program program="/sbin/ifconfig eth0 | grep 'TX byte' | awk '{print $7 $8}' | cut -d '(' -f 2 | cut -d ')' -f 1" interval=10000 font="arial" color=255,0,0 align=right


# 9. HD Memory
# 9.1 Used
text x=5 y=28 value=HD fontsize=14 font="arial" color=0,0,0
text x=105 y=28 sensor=disk format="%u" mountpoint="/" fontsize=12 font="arial" color=255,255,255 align=right interval=10000

# 9.2 Total
text x=180 y=28 sensor=disk format=" of  %t MB" mountpoint="/" fontsize=12 font="arial" color=255,255,255 align=right


# 10. Time
# 10.1 Clock
text x=10 y=303 sensor=time format="hh:mm:ss" fontsize=12 font="arial" color=0,0,0 interval=1000

# 10.2 Date
text x=100 y=303 sensor=time format="yyyyMMdd" fontsize=12 font="arial" color=0,0,0 interval=1000

# 10.3 Uptime
text x=320 y=303 sensor=uptime format="%d - %H:%M:%S" fontsize=12 font="arial" color=0,0,0 interval=1000 align=right


# 11. e-Mail
text x=260 y=143 value=E-MAIL fontsize=16 font="arial" color=0,0,0
text x=288 y=226 sensor=program program="~/.kde/share/apps/superkaramba/themes/62365-st-sysmon/st-sysmon/pop3_mail.pl matrixcentral.net xanas3712@matrixcentral.net notmyrealpass" line=1 interval=30000 fontsize=16 font="arial"
color=255,255,255


# 12. IP
text x=10 y=110 value=IP fontsize=14 font="arial" color=0,0,0

# 12.1 IP LAN
text x=40 y=115 value=LAN: fontsize=14 font="arial" color=255,255,255
text x=185 y=115 sensor=program program="/sbin/ip addr show eth0 | grep 'inet ' | cut -d t -f2 | cut -d / -f1 | cut -b 2-" fontsize=14 font="arial" color=255,255,255 align=right


# 12.2 IP NET
text x=230 y=115 value=WAN: fontsize=14 font="arial" color=255,255,255
text x=395 y=115 sensor=program program="rm -rf .temp ; mkdir .temp ; cd .temp ; wget http://checkip.dyndns.org/index.html && cat index.html | cut -d ' ' -f 6 | cut -d '<' -f 1 ; cd .. ; rm -rf .temp" fontsize=14 font="arial" color=255,255,255 align=right

Back to top
View user's profile Send private message
xanas3712
Guru
Guru


Joined: 15 Oct 2004
Posts: 455

PostPosted: Wed Jul 18, 2007 11:42 am    Post subject: Reply with quote

Ok, the problem is apparently that kdesktop isn't running.. or maybe anything like kdesktop. I'm killing that when kde loads since I use the wallpapers on each side of the cube. When I was using kwin instead of compiz I didn't turn kdesktop back on, which is apparently what makes it actually update.

But.. I don't know what kdesktop matters to it.. hopefully I can figure out this now that I have some more specific material to search on but I'm not so sure..
Back to top
View user's profile Send private message
xanas3712
Guru
Guru


Joined: 15 Oct 2004
Posts: 455

PostPosted: Wed Jul 18, 2007 9:32 pm    Post subject: Reply with quote

Well apparently one only needs run kdesktop and then superkaramba, after which one can simply killall kdesktop and things keep working.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum