Hi, Reference: http://bugzilla.rawstudio.org/show_bug.cgi?id=78
Rawstudio 0.4 introduced the little busy-icon in the lower left corner, it uses GTK_STOCK_NO and GTK_STOCK_YES (size GTK_STOCK_YES). At first this seemed like a good idea, but it turns out some GTK-icon-themes doesn't provide all icons in that size (Ubuntu's Human-theme for one). This will result in very high cpu usage, which will grow over time. I've come up with another solution, which is to use the statusbar for messages. Patch here: https://rawstudio.org/files/patches/abrander/rev963-busy_icon.patch (I _think_ this should fix these problems) But I really don't like this idea, it takes more time to see if anything is going on in the background and it's not that pleasant to the eye. Another idea could be to design our own icons... Any other ideas? /abrander _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
