GNOME Bugzilla – Bug 733433
Flash window doesn't go away
Last modified: 2014-10-09 08:10:31 UTC
Created attachment 281215 [details] [review] Fixes the issue. On my not-fully-Gnome system the white window representing the camera flash when a photo is captured doesn't go away. This appears to be because when the exponentially falling opacity reaches 0.0392157, after being reduced, set as widget opacity, and retrieved from the widget again, it is still 0.0392157 and so it never reaches the cutoff of 0.01 for being hidden. I guess xcompmgr or something doesn't store the opacity with enough granularity.
Created attachment 281226 [details] [review] reworked patch Thanks for the bug report and patch. I reworked the patch slightly (mostly cosmetically). Can you test that it still works for you?
Yup, still works for me.
Comment on attachment 281226 [details] [review] reworked patch Thanks, pushed to master as 1c40135ddbd7f99ec8a7f1eafb91889d83b0108a.
*** Bug 710445 has been marked as a duplicate of this bug. ***