Review of "Disable unredirect fullscreen windows" version 1

Details Page Preview

Disables unredirect fullscreen windows in gnome-shell to prevent artifacts when in fullscreen. This version makes sure the unredirect option is not re-enabled automatically by the shell.

Extension Homepage
https://github.com/aunetx/gnome-shell-extension-disable-unredirect

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
You should remove the timeout in disable(): https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Disconnect_all_signals
aunetx posted a review
Sorry, did not know there was an external way to remove timeout (though only the called function could do it) :p
JustPerfection posted a review
Yes! It is and you should do that with `GLib.source_remove(sourceId);`