NOTE: not maintained (by me) since 3.8 or so, looking for new maintainers! Contact me through the repo. You may have some luck with changing the version in 'metadata.json' to your gnome-shell version. Undecorate maximized windows, like Ubuntu's old 'Maximus' package. See readme at extension homepage.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
9 | Inactive |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Rejected |
1 | Rejected |
This is a quick bugfix for e.g.o v5 (GNOME3.4 version) - I accidentally left a line out of metadata.json that was causing the prefs widget to fail (it couldn't find the gettext-domain field in metadata.json). Only changes: * added '"gettext-domain": "maximus"' to metadata.json * changed `imports.gettext.domain('gnome-shell-extensions')` to `imports.gettext.domain('maximus')`