[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 601 * Set XLIB_SKIP_ARGB_VISUALS=1 in the wrapper to prevent flash from dying

Giuseppe Iuculano iuculano at debian.org
Wed Jun 9 09:59:35 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 601
Revision Id: iuculano at debian.org-20100609095935-izwztru3ah02aevz
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : * Set XLIB_SKIP_ARGB_VISUALS=1 in the wrapper to prevent flash from dying
  with a Gdk-ERROR when gtk2 is built with RGBA support (like in Maverick).
  (LP: #584959)
  - update debian/chromium-browser.sh


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/chromium-browser.sh

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-06-09 09:57:53 +0000
+++ b/debian/changelog	2010-06-09 09:59:35 +0000
@@ -7,6 +7,10 @@
   * Change StartupWMClass to Chromium-browser in the desktop launcher so
     cairo-dock does the right thing (LP: #587664)
     - update debian/chromium-browser.desktop
+  * Set XLIB_SKIP_ARGB_VISUALS=1 in the wrapper to prevent flash from dying
+    with a Gdk-ERROR when gtk2 is built with RGBA support (like in Maverick).
+    (LP: #584959)
+    - update debian/chromium-browser.sh
   
   [ Giuseppe Iuculano ]
   * New upstream stable release, this release fixes the following security

=== modified file 'debian/chromium-browser.sh'
--- a/debian/chromium-browser.sh	2010-06-09 09:56:06 +0000
+++ b/debian/chromium-browser.sh	2010-06-09 09:59:35 +0000
@@ -47,6 +47,10 @@
 # Set CHROME_VERSION_EXTRA visible in the About dialog and in about:version
 export CHROME_VERSION_EXTRA=Ubuntu
 
+# Set this to prevent flash from dying with a Gdk-ERROR when gtk2 is
+# built with RGBA support (like in Maverick). See LP #584959
+export XLIB_SKIP_ARGB_VISUALS=1
+
 want_debug=0
 want_temp_profile=0
 while [ $# -gt 0 ]; do



More information about the Pkg-chromium-commit mailing list