Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Gala.WorkspaceManager.cleanup method which causes SIGABRT by tryi…
…ng to get non-existing workspaces
- Loading branch information
a2ad783
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue:
Gala still crashes on startup.
Description of the fix:
Ok so fine, workspaces are removed properly but this still crashes. Let's go back to the
Gala.WorkspaceManager.cleanup ()
function:This seems to differ from the old behaviour:
We are now looping with indexes directly in order to delete workspaces. This is problematic: the loop delete workspaces, and so the workspace indexes may changes at each loop count. We need to replicate the old behaviour: