Comment 10 for bug 1911921

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Instead of waiting for a fix to be released you can actually hack it into your /<email address hidden>/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]