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
MIT License
32 stars 10 forks source link

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

Closed raonetwo closed 4 years ago

raonetwo commented 4 years ago

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 https://github.com/raonetwo/MaximizeToWorkspace/blob/ba1d88f3a8c1c22e79fb2c86235c356aedb52fca/extension.js#L84 which connects to the window-created signal.

raonetwo commented 4 years ago

This commit https://github.com/raonetwo/MaximizeToWorkspace/commit/b916d5c3f32d3e4f290ddf1aa3e49b40062ae398 fixes it on my local system, didn't test in newer gnome version.

raonetwo commented 4 years ago

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