← Back to team overview

xubuntu-dev team mailing list archive

[Bug 686239] [NEW] Bluebird uses removed controls for chrome; please use attached instead.

 

Public bug reported:

(Note: I'm the author of Google Chrome's GTK+ integration code.)

The gtkrc file for Bluebird contains the following line:

    gtk_color_scheme =
"frame_color:#CDCDCD\ninactive_frame_color:#CDCDCD" # Fix for Chrome

Specifying frame colors through the gtk color scheme has been deprecated
since late 2009, and has been removed for Chrome 9. (The above line will
also set both the normal and inactive frame to a gray, which I assume is
unintentional.)

The new theming controls for Chrome 9 and forward are documented at:
http://code.google.com/p/chromium/wiki/LinuxGtkThemeIntegration

Here is an example for Bluebird based on me naively picking colors from
screenshots taken with the gimp. Your art team will probably be
displeased with it and want to fine tune it. These individual style
properties are documented in the link above. It is only meant as an
example of what can be done. To try this out, please install either
Google Chrome/Chromium 9.0.597 or newer:


style "chrome-gtk-frame"
{
    ChromeGtkFrame::frame-color = "#4e79a7"
    ChromeGtkFrame::inactive-frame-color = "#4e79a7"

    ChromeGtkFrame::frame-gradient-size = 24
    ChromeGtkFrame::frame-gradient-color = "#5c89b7"
    ChromeGtkFrame::inactive-frame-gradient-color = "#7193b7"

    ChromeGtkFrame::scrollbar-trough-color = @bg_color
    ChromeGtkFrame::scrollbar-slider-prelight-color = "#686868"
    ChromeGtkFrame::scrollbar-slider-normal-color = "#a1a1a1"
}

class "ChromeGtkFrame" style "chrome-gtk-frame"

** Affects: xubuntu-artwork
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Xubuntu
Team, which is subscribed to xubuntu-artwork.
https://bugs.launchpad.net/bugs/686239

Title:
  Bluebird uses removed controls for chrome; please use attached instead.



Follow ups

References