rbn42 / pixelload

A Simple Fork of Indicator Multiload for KDE Plasma
GNU General Public License v3.0
7 stars 2 forks source link

Pixelload doesn't work in Kubuntu 18.04 #1

Closed styfrombrest closed 4 years ago

styfrombrest commented 4 years ago

I've installed required dependencies according to the docs: sudo apt-get install qml-module-qt-websockets \ python3-docopt python3-numpy python3-psutil python3-websockets python3-pil

But widget doesn't work - it's just empty(color scheme is default): image

KDE Plasma version: 5.12.9 Kubuntu 18.04

rbn42 commented 4 years ago

I see it in my system too. This error belongs to the upstream. Hope they can solve it ASAP.

 ~/git/pixelload/pixelload/backend master > python disk.py 
Traceback (most recent call last):
  File "disk.py", line 19, in <module>
    print(next(start(3)))
  File "disk.py", line 7, in start
    data = psutil.disk_io_counters(perdisk=False)
  File "/usr/lib/python3.8/site-packages/psutil/__init__.py", line 2168, in disk_io_counters
    rawdict = _psplatform.disk_io_counters(**kwargs)
  File "/usr/lib/python3.8/site-packages/psutil/_pslinux.py", line 1125, in disk_io_counters
    for entry in gen:
  File "/usr/lib/python3.8/site-packages/psutil/_pslinux.py", line 1098, in read_procfs
    raise ValueError("not sure how to interpret line %r" % line)
ValueError: not sure how to interpret line '   8       0 sda 23531 18723 1862205 9367 10550 14296 455716 11521 0 17907 8067 0 0 0 0 1251 3221\n'
rbn42 commented 4 years ago

giampaolo commented 9 hours ago I just released a new version which fixes this issue.

Upstream solved this issue.