GNOME Bugzilla – Bug 618597
totem crashes with BadMatch when gtk+ is in rgba mode
Last modified: 2010-05-14 10:42:35 UTC
Created attachment 161029 [details] [review] Proposed patch I've been experimenting with changing gtk+ to support rgba colormap by default, and it causes totem to crash with a BadMatch error. We're planning to do this for gtk+ 3.0, so we need to fix totem. I'm attaching a patch that sets BaconVideoWidget's colormap to the system colormap. This fixes the problem when gtk+ is in RGBA mode, and it also has no effect on totem when it's running on a current gtk+.
Right fix, but wrong place. That should be done in _realize() instead, as the video widget can also work without a connection to the DISPLAY.
Created attachment 161035 [details] [review] Updated patch Updated patch.
Pushed to master e8930fc