wilfm / GnomeExtensionMaximusTwo

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

update signals for shell 3.18 #41

Open dffischer opened 8 years ago

dffischer commented 8 years ago

Since gnome-shell version 3.18, the 'maximize' and 'unmaximize' signals were replaced by a single 'size-change' signal. The extension seems to work without fixing these errors, but makes gnome-tweak-tool and extensions.gnome.org refuse to activate it.

This is an extension of #40. As I do not know whether it is possible to push commits onto a pull request that I do not own, I created this new pull request containing both changes.

dffischer commented 8 years ago

It is now backwards compatible by adapting the signals to the current shell version.

beatgammit commented 8 years ago

@wilfm Any chance in merging this?

jcuenod commented 8 years ago

It would be useful to support 3.20 as well since it's in the wild (I'm using it).

dffischer commented 8 years ago

This repository seems quite inactive. I recommend using danielkza's fork instead, which currently seems most up to date.