~larsu/ido/remove-slider-hack-953757

Viewing all changes in revision 99.

  • Committer: Ken VanDine
  • Date: 2012-01-11 23:49:05 UTC
  • Revision ID: ken.vandine@canonical.com-20120111234905-qio3featdrjsq0r9
Patch from ~covox (LP: #867649)

In method ido_offscreen_proxy_realize(), a call is made to gdk_screen_get_rgba_visual() to get a GdkVisual handle, which is then passed as part of a GdkWindowAttr structure to gdk_window_new().

What's not taken into account is that gdk_screen_get_rgba_visual() will return NULL if RGBA isn't supported by the destination window manager (e.g. if someone turned the Composite extension off). In this case, as the field is always marked as valid for use (GDK_WA_VISUAL), gdk_window_new will fall over.

Attached is a patch to fall back on gdk_screen_get_system_visual() if RGBA isn't available. With this, unity-panel-service no longer crashes after interacting with the Sound indicator if the Composite extension is switched off.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: