raonetwo / MaximizeToWorkspace

Moves windows to new workspace when Maximized and moves them back when Unmaximized. Inspired by https://github.com/rliang/gnome-shell-extension-maximize-to-workspace with history support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag and drop causes gnome shell to crash forcing a log out

raonetwo opened this issue · comments

Tested on Ubuntu 19.10 Gnome version 3.34.3

Whenever we try to drag and drop anything, it crashes the gnome shell triggering a log out pop up. I believe the offending line is

_display_handles.push(global.display.connect('window-created', (_, win) => {
which connects to the window-created signal.

This commit b916d5c fixes it on my local system, didn't test in newer gnome version.

The fix has been reviewed and is now available for download from gnome extensions, closing this.