[Bug 362336] Re: missing option to hide/deactivate the cpu graph bars

2009-05-07 Thread Lot105
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

[Bug 1268127] [NEW] sync mistakenly re-uploads unchanged symlinked files due to use of lstat rather than stat

2014-01-11 Thread Lot105
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