** Changed in: unity-2d (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945608
Title:
[Top bar] Subpixel rendering not working in Radiance theme
To manage
As I wrote in a neighbor https://bugs.launchpad.net/ayatana-
design/+bug/723167/comments/24, we either need to fix cairo or draw
background for all labels, we can't use empty/transparent
CAIRO_FORMAT_ARGB32 because it makes cairo draw weird antialiased
artifacts.
It does not look like we can get a
The attachment "lp945608.patch" of this bug report has been identified
as being a patch. The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch. In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from
FWIW, the patch is attached and the patched unity-2d version is being
built in https://launchpad.net/~rye/+archive/ppa
** Patch added: "lp945608.patch"
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/945608/+attachment/3502902/+files/lp945608.patch
--
You received this bug notificati
it looks like we are not rendering background for labels that are not
currently selected in a way that cairo/pango expects. Filling the image
with Qt::transparent is not enough apparently.
I've added gtk_render_background and related styling code locally in
IndicatorEntryWidget::updatePix() and t