[oneiric] [precise] ubiquity shows pink areas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubiquity (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Binary package hint: ubiquity
When the gtk theme used is not Ambiance/Radiance Ubiquity draws part of the installer as pink blocks.
I've been looking into it and I found that it is cause of the explicit use in code of css colors [1] which are defined in Ambiance/Radiance themes but they are not in other gtk themes like Adwaita.
The exactly colors that are used are "dark_fg_color" and "dark_bg_color". They are used to "tint" some parts of the UI.
I do attach a patch for Ubiquity (trunk) to check wether the [dark] colors are defined in the gtk theme or not and to use them or not consequently.
description: | updated |
Roberto C. Morano (rcmorano) wrote : | #3 |
The attachment "Adds support to check wether the [dark] colors are defined in the gtk theme or not and to use them or not consequently." 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 the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-sponsors please also unsubscribe the team from this bug report.
[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]
tags: | added: patch |
Finally, the correct patch.