GNOME Bugzilla – Bug 318306
metacity crashes when removing workspaces with windows
Last modified: 2006-02-11 15:54:44 UTC
Looks like this was a side-effect of the patch in bug 156182; interesting that no one appears to have run across it until now (I only did because I was trying to test the patch in bug 151183). Anyway, the patch is trivial and I'll attach it momentarily.
Created attachment 53243 [details] [review] Remove the window, then add it (can't have windows on more than one workspace)
Since I believe this qualifies as an obvious fix, I commited this patch to both HEAD and gnome-2-12. 2005-10-08 Elijah Newren <newren@gmail.com> Fix a crash that occurs when removing some virtual desktops and windows happen to be on those desktops. #318306. * src/workspace.c (meta_workspace_relocate_windows): Since windows cannot be on more than one workspace at a time, remove the window from the old workspace before adding it to the new one.
*** Bug 330801 has been marked as a duplicate of this bug. ***