wilfm / GnomeExtensionMaximusTwo

Removes the title bar on maximised windows. See: https://extensions.gnome.org/extension/844/maximus-two/
63 stars 27 forks source link

add support for gnome 3.18 #40

Closed gab1one closed 8 years ago

gab1one commented 8 years ago

This enables the extension on gnome 3.18.

dffischer commented 8 years ago

For me, the extension works with your change, but still throws an error about the nonexistent maximize and unmaximize which are replaced by a single 'size-change' signal in gnome-shell versin 3.18. The functionality itself seems unimpaired, but the error renders the extension unable to be activated or disabled via gnome-tweak-tool.

The dash-to-dock extension also encountered this change in commit 4eadd6eba8c2104a3b203ff86a115a1723e9b7d7. I took their solution and ported it upon your patch to create pull request #41.

gab1one commented 8 years ago

Thank you @dffischer