lp:~ken-vandine/ido/lp_867649

Created by Ken VanDine and last modified
Get this branch:
bzr branch lp:~ken-vandine/ido/lp_867649
Only Ken VanDine can upload to this branch. If you are Ken VanDine please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ken VanDine
Project:
Indicator Display Objects
Status:
Merged

Recent revisions

99. By Ken VanDine

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.

98. By Ken VanDine

removed deprecations from gtk3 and fixed sizing issues with idemessagedialog (LP: #888392)

97. By Ted Gould

0.3.1

96. By Ted Gould

Fixes for ARM

95. By Michal Hruby

Merge lp:~mhr3/ido/bug-865122

94. By Ted Gould

0.3.0

93. By Ted Gould

0.2.93

92. By Ted Gould

Ignoring m4

91. By Ted Gould

Update Autotools and remove Shave

90. By Ted Gould

Fix the calendar item

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ido/0.3
This branch contains Public information 
Everyone can see this information.

Subscribers