
monrokK
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
visceras
15 years ago
Recently I try to install a version of your theme and I found a couple of errors. I sent those errors to the guy who developed the theme and he gave me a couple advises but still is not fixed. So I install your theme to check if i had the same errors, and the answer was yes. Here I send you what I can read on the screen, could you help me to fix it?
Call to commandOutput failed
Traceback (most recent call last):
File "/home/alberto/Documents/Karamba Themes/Delvien-monrokK/monrokK.py", line 188, in commandOutput
if ( pid == title_pid ):
NameError: global name 'title_pid' is not defined
Network sensor: can not find ppp0
ppp0: error fetching interface information: Device not found
ppp0: error fetching interface information: Device not found
ppp0: error fetching interface information: Device not found
Network sensor: can not find ppp0
I'm running the lastest version of kubuntu, and this is the information of my ifconfig:
eth0 Link encap:Ethernet HWaddr 00:12:3F:07:E4:F7
inet addr:137.43.140.101 Bcast:137.43.141.255 Mask:255.255.254.0
inet6 addr: fe80::212:3fff:fe07:e4f7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11940 errors:0 dropped:0 overruns:0 frame:0
TX packets:1163 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4587932 (4.3 MiB) TX bytes:259386 (253.3 KiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:33 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2058 (2.0 KiB) TX bytes:2058 (2.0 KiB)
Thanks a lot.
Report
rokkford
15 years ago
it's an point-to-point protocol for connecting to the network.
Report
visceras
15 years ago
Report
rokkford
15 years ago
just try eth0 (:
Report
visceras
15 years ago
Report
Slider88
15 years ago
But there is a mistake in theme file (monorokK.theme) on line 80 we have:
bar x=3 y=269
instead of:
bar x=30 y=269
:)
Report
rokkford
15 years ago
Report