GNOME Bugzilla – Bug 609081
Animation for switching to an app on another workspace regressed
Last modified: 2010-02-11 18:57:37 UTC
When switch to an App, which is on another workspace using the overview (in linear mode), a blue background is shown during the transition. This has been introduced by commit 31f9da7b8ffd3f14cb801383fe8016cc0f1027fb ("Fix transition to zoomed window in single view"), just reverting isn't an option because it will break the transition for zoomed windows, so we need a proper fix.
Possibly related: JS ERROR: !!! Error calling onComplete JS ERROR: !!! message = 'this._scroll.adjustment is null' JS ERROR: !!! lineNumber = '499' JS ERROR: !!! fileName = '/home/jmccann/gnome-shell/source/gnome-shell/js/ui/workspacesView.js' JS ERROR: !!! stack = '()@/home/jmccann/gnome-shell/source/gnome-shell/js/ui/workspacesView.js:499 ()@/home/jmccann/gnome-shell/source/gnome-shell/js/ui/tweener.js:109 _callOnFunction((function () {oldHandler.apply(eventScope, oldParams);handler(target);}),"onComplete",[object Object],[object _private_Clutter_Group],(void 0))@/home/jmccann/gnome-shell/install/share/gjs-1.0/tweener/tweener.js:202 _updateTweenByIndex(0)@/home/jmccann/gnome-shell/install/share/gjs-1.0/tweener/tweener.js:332 _updateTweens()@/home/jmccann/gnome-shell/install/share/gjs-1.0/tweener/tweener.js:344 _onEnterFrame([object Object])@/home/jmccann/gnome-shell/install/share/gjs-1.0/tweener/tweener.js:359 _emit("prepare-frame")@/home/jmccann/gnome-shell/install/share/gjs-1.0/signals.js:124 (333)@/home/jmccann/gnome-shell/source/gnome-shell/js/ui/tweener.js:237 ([object _private_Clutter_Timeline],333)@/home/jmccann/gnome-shell/source/gnome-shell/js/ui/tweener.js:222 ([object _private_Clutter_Timeline],333)@/home/jmccann/gnome-shell/install/share/gjs-1.0/lang.js:110
(In reply to comment #1) > Possibly related: I don't think it is related (read: the error was there before the regression). On the bright side of things, I have a patch in testing which addresses both this and bug 607823 - still some cleanup to do, but it should be ready for bugzilla soonish.
*** This bug has been marked as a duplicate of bug 609673 ***