linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #05840
[Bug 686239] Re: Bluebird uses removed controls for chrome; please use attached instead.
This bug was fixed in the package shimmer-themes - 1.5.0-0ubuntu1
---------------
shimmer-themes (1.5.0-0ubuntu1) quantal; urgency=low
* Update Greybird to latest tag (v0.9). lp: #924853,#947436,#982820,#1016713
* Update Bluebird to latest tag (v0.6). lp: #686239,#977431
* Update Albatross to latest tag (v1.2). lp: #989814,#1023056
* debian/control: demote gtk3-engines-unico to recommends as most themes
are now engine-free.
* debian/shimmer-wallpapers.install: update paths, wallpapers are in their
own branch/subtarball now.
* debian/shimmer-themes.install: ship Albatross' metacity theme.
* debian/shimmer-themes.links: drop greybird -> Greybird compatibility
symlinks. lp: #985320
-- Lionel Le Folgoc <mrpouit@xxxxxxxxxx> Sat, 28 Jul 2012 22:28:31 +0200
** Changed in: shimmer-themes (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Chromium Browser.
https://bugs.launchpad.net/bugs/686239
Title:
Bluebird uses removed controls for chrome; please use attached
instead.
Status in Chromium Browser:
Unknown
Status in NULL Project:
Invalid
Status in “shimmer-themes” package in Ubuntu:
Fix Released
Bug description:
(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"
To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/686239/+subscriptions