Launch apps with a shortcut and snap windows into grid positions
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-C49-003 error
extensions targeting GNOME 49 must not call maximize or unmaximize with Meta.MaximizeFlags
This extension explicitly targets GNOME Shell 49 but still passes `Meta.MaximizeFlags` to `maximize()` or `unmaximize()`.
compat.js:10
win.unmaximize(Meta.MaximizeFlags.BOTH)
EGO-L-007 warning
main loop sources should be removed before being recreated
Main loop sources should be removed before creating a new source on the same field.
extension.js:417
this._navGrabId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 100,
() => this._grabPendingNav())
Please ignore this version, I'm going to remove gnome 45 support and resubmit.