Comment 61 for bug 655024

Revision history for this message
Charles Kerr (charlesk) wrote :

Attached is a patch that we can use in Transmission if text shadows don't get resolved in Murrine and/or Cairo in time for 11.04.

The patch avoids use of GtkCellRendererText's "sensitive" property, and instead renders paused torrents' text using the widget's style's color for insensitive text. This approach honors the theme's "insensitive" color setting and uses it to draw insensitive text with no etching or shadowing.

Veldt, would you be able to compare CPU loads with and without this patch using the default Ubuntu theme(s)?

This patch is intended as a "Plan B" for 11.04 -- the better option is still to solve the theme's text shadow issue.