franglais125 / no-title-bar

Integrates maximized windows with the top panel
https://extensions.gnome.org/extension/1267/no-title-bar/
GNU General Public License v2.0
279 stars 40 forks source link

Gnome 3.24 compatibility improvement #1

Closed franglais125 closed 7 years ago

franglais125 commented 7 years ago

@jhasse I reworked your fix and included it in my master [03cfa652acf1fec617db8a36524a81c1ba1d9f9b]. I essentially added a version compatibility function to check if the unmax/max function needs to be triggered.

Does this work for you on 3.24? This way we are compatible with Shell versions below or above 3.24.

franglais125 commented 7 years ago

I also pushed two more of your fixes:

Thanks a lot for the heads up! If you don't mind testing, it would be great to know that this fork is compatible with your Gnome 3.24 setup.

I do intend to maintain this.

jhasse commented 7 years ago

Awesome stuff! That version check is a good idea.

I've just tried it on 3.24 and it worked (no restore/maximize of all maximized windows taking place when unlocking the screen).

franglais125 commented 7 years ago

Great to hear! I'll close this issue now, but feel free to open new ones of course :)

Cheers!