


GTK3 Themes by bolimage 157 comments

GTK3 Themes by bolimage 157 comments

GTK3 Themes by bolimage 157 comments

GTK3 Themes by bolimage 157 comments
Seems that something in your button section is triggering the high cpu/gpu usage from xfce panel plugins. - Oct 20 2018

GTK3 Themes by bolimage 157 comments
I found that any plugin that uses GtkButton (or any of its descendants) displays the high cpu usage.
Even sample-plugin misbehaves if "gtk_label_new (_("Sample"));" gets replaced by "gtk_button_new_with_label (_("Sample"));".
Wrapping the button in a GtkBox makes no difference.
Probably the theme is doing something bizarre with buttons and needs an exception to buttons in xfce4-panel, just a random guess.
Goran Janković 2018-10-20 10:16:59 CEST
Perf profiling and a slight increase in the gpu temperature when using a problematic plugin show that the gpu is also being used.
The theme has a lot of animations.
Maybe some animation doesn't work right for GtkButton in the panel and constantly triggers a redraw or something. Just guessing too.
Anyway, I will notify the theme developer of your findings.
The comments above are from the ticked I filed on the XFCE bugzilla.
https://bugzilla.xfce.org/show_bug.cgi?id=14771 - Oct 20 2018

GTK3 Themes by bolimage 157 comments

GTK3 Themes by bolimage 157 comments