Instead of waiting for a fix to be released you can actually hack it
into your /usr/share/gnome-shell/extensions/auto-move-windows@gnome-
shell-extensions.gcampax.github.com/extension.js

@@ -72,7 +72,7 @@ class WindowMover {
     }
 
     _moveWindow(window, workspaceNum) {
-        if (window.skip_taskbar)
+        if (window.skip_taskbar || window.is_on_all_workspaces())
             return;
 
         // ensure we have the required number of workspaces

[https://gitlab.gnome.org/GNOME/gnome-shell-
extensions/-/merge_requests/157]

** Changed in: gnome-shell-extensions (Ubuntu)
       Status: In Progress => Fix Committed

** Tags added: fixed-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911921

Title:
  auto-move-windows extension crashes gnome-shell with SIGABRT in
  src/core/workspace.c:375:meta_workspace_add_window: assertion failed:
  (g_list_find (workspace->mru_list, window) == NULL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1911921/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to