Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
releng:4.14:roadmap:xfce4-cpugraph-plugin [2019/04/25 02:33] – created andreldmreleng:4.14:roadmap:xfce4-cpugraph-plugin [2019/06/30 03:44] (current) – meh, get rid of this page andreldm
Line 1: Line 1:
-====== xfce4-cpugraph-plugin ====== 
  
-=== WIP Repository === 
-https://github.com/oliwer/xfce4-cpugraph-plugin 
-https://github.com/andreldm/xfce4-cpugraph-plugin 
- 
-=== What works === 
-  * Graphs 
-  * Progress bars 
-  * Properties 
- 
-=== What needs to be worked === 
-  * Gradient and fire color modes don't work 
- 
-=== Deprecations & Warnings === 
-<code> 
-$ 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] 
-</code>