Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
releng:4.14:roadmap:xfce4-cpugraph-plugin [2019/05/29 04:25] – Mark as complete/merged 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 ====== 
  
-Merged! 
- 
-=== WIP Repository === 
-https://github.com/oliwer/xfce4-cpugraph-plugin\\ 
-https://github.com/andreldm/xfce4-cpugraph-plugin 
- 
-=== What works === 
-  * Graphs 
-  * Progress bars 
-  * Properties 
- 
-=== 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>