This new 'feature' also means the plugin is pretty rubbish when plugged
into a vertical panel, i.e. one down the side. The bouncing bar graph
takes up all the room (in fact more) and the actually useful trend graph
can't be seen at all.
--
missing option to hide/deactivate the cpu graph bars
http
Public bug reported:
changing in
/usr/share/s3cmd/S3/FileLists.py
from lstat() to stat() at around line 115
#sr = os.stat_result(os.lstat(full_name))
sr = os.stat_result(os.stat(full_name))
resolves the issue.
** Affects: s3cmd (Ubuntu)
Importance: Undeci