GNOME Bugzilla – Bug 745819
Popover transitions should be disabled
Last modified: 2015-03-13 09:31:38 UTC
The new popover transitions in gtk+ are enabled by default, but they manipulate the alpha value of the popover, so it looks very bizarre when used in totem or anything that uses clutter-gtk (?). GtkPopover now has a transitions-enabled property that can just be turned off. This is also what e.g. gnome-maps does: https://git.gnome.org/browse/gnome-maps/commit/?id=9a894aab6c238d995e510bf797ca945da9a4f026
commit b8ebe5244e425769dfad9a5dd610deeb23024427 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Mar 13 10:30:16 2015 +0100 main: Disable popover transitions for video menus The underlying clutter-gst/clutter-gtk widget doesn't like transparent widgets on top of it. https://bugzilla.gnome.org/show_bug.cgi?id=745819