Xfce Wiki

Sub domains
 

This is an old revision of the document!


xfce4-cpugraph-plugin

WIP Repository

What works

  • Graphs
  • Progress bars
  • Properties

What needs to be worked

  • Gradient and fire color modes don't work

Deprecations & Warnings

$ make clean && make 2> build.log

$ grep "warning:" build.log | wc -l
8

$ grep "warning:" build.log | cut -d: -f5 | sort | uniq -c | sort -n -r
6  ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
2  ‘gtk_widget_override_color’ is deprecated [-Wdeprecated-declarations]