GNOME Bugzilla – Bug 710745
Shell crashes when switching windows on an empty workspace
Last modified: 2014-04-26 21:12:17 UTC
Steps to reproduce : 1) Change org.gnome.shell.app-switcher.current-workspace-only to true 2) Leave the terminal open, and switch to an empty workspace 3) Alt+tab or Super+tab makes the shell crash instantly Stack trace is attached, one interesting line : > (gnome-shell:1870): Clutter-ERROR **: ClutterBoxLayout child ShellGenericContainer minimum width: -8,000000 < 0 for height 40
Created attachment 257955 [details] Stack trace
Created attachment 258044 [details] [review] add a test to avoid creating switcher when we have no items
Created attachment 258045 [details] [review] add tests to avoid creating switcher when we have no items sorry it was half the solution, but i still have all windows in windows switcher with curent-workspace-only, and you ?
The patch fixes the problem, awesome! Can't wait for a new point release integrating the fix. I think you have to change : org.gnome.shell.window-switcher.current-workspace-only instead of : org.gnome.shell.app-switcher.current-workspace-only
Review of attachment 258045 [details] [review]: Fixes the problem, entirely functionnal. Would be nice to add an empty line between the two returns like this > return false; > + > return true;
Created attachment 258139 [details] [review] same patch with style correction
Reviewed and then pushed immediately with a better commit message.
Looks like this patch hasn't been merged into gnome-3.10 branch. :(
It didn't made it to gnome-shell 3.10.2... Please fix it!
*** Bug 723046 has been marked as a duplicate of this bug. ***