Merge lp:~macslow/unity/unity.fix-929425 into lp:unity

Proposed by Mirco Müller
Status: Rejected
Rejected by: Tim Penhey
Proposed branch: lp:~macslow/unity/unity.fix-929425
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
com.canonical.Unity.gschema.xml (+1/-1)
To merge this branch: bzr merge lp:~macslow/unity/unity.fix-929425
Reviewer Review Type Date Requested Status
Tim Penhey (community) Needs Information
Review via email: mp+93539@code.launchpad.net

Description of the change

Fixing the issue with the blue tinted color some people see in notification-bubbles. The default value in the schema.xml file was wrong. It should only be three and not four "quadruples".

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :

Can this be set to the black-ish colour that was used in Oneiric? For Unity2D, the pinky colour is a visual change that is pretty ugly if you change your wallpaper (and Unnity2D doesn't update the colour).

Revision history for this message
Tim Penhey (thumper) wrote :

How does this value get changed?

I have changed my wallpaper, and my notification bubbles are still blue.

Is there another place where this gets changed?

review: Needs Information
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

I guess this can be rejected now (after the desrt's changes), right?

Revision history for this message
Tim Penhey (thumper) wrote :

I think so.

Unmerged revisions

1983. By Mirco Müller

Default value for avg. bg-color was wrong. Should fix LP: #929425

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'com.canonical.Unity.gschema.xml'
2--- com.canonical.Unity.gschema.xml 2012-02-07 15:41:42 +0000
3+++ com.canonical.Unity.gschema.xml 2012-02-17 08:28:19 +0000
4@@ -21,7 +21,7 @@
5 <description>Whether the home screen should be expanded.</description>
6 </key>
7 <key type="s" name="average-bg-color">
8- <default>'#757550507B7BFFFF'</default>
9+ <default>'#757550507B7B'</default>
10 <summary>Average background color</summary>
11 <description>The average color derived from the currently set desktop-wallpaper. This is written/updated by the Unity-process and read by NotifyOSD-process for example.</description>
12 </key>