You are not logged in.

#1 2016-11-02 13:58:39

accensi
Member
Registered: 2015-03-29
Posts: 7

XFCE4 panel plugins

After last updates, panel plugins like System Load, Disk Perf, Network Load, are showing activity in the bar indication while measure is 0 (1st color block litted in bar chart)

sda
-------
I/O MB/S
Read :0.00
Write :0.00
...

extra/xfce4-panel 4.12.1-1 (xfce4) [installed]
extra/xfce4-diskperf-plugin 2.6.0-1 (xfce4-goodies) [installed]
extra/xfce4-systemload-plugin 1.2.0-1
extra/xfce4-netload-plugin 1.3.0-1 (xfce4-goodies) [installed]

Any one seeing this problem?

Offline

#2 2016-11-04 21:35:51

harunou
Member
Registered: 2016-08-30
Posts: 7

Re: XFCE4 panel plugins

The same thing.
Also System Load stopped showing tooltip as usual.

Offline

#3 2016-11-05 00:16:29

toz
Member
Registered: 2011-10-28
Posts: 513

Re: XFCE4 panel plugins

As for the progress bar showing activity when the value is 0, it looks like its the result of this commit (for netload). A similar commit was made for the other panel plugins as well. Someone should file a bug report upstream.

As a workaround, try putting this:

.xfce4-panel progressbar progress {
   min-height: 0px;
}

...in ~/.config/gtk-3.0/gtk.css and restart the panel (xfce4-panel -r).

Offline

Board footer

Powered by FluxBB