alecdotninja / no-titlebar-when-maximized

A GNOME Shell 👣 extension that hides the titlebar of maximized windows
https://extensions.gnome.org/extension/4630/no-titlebar-when-maximized/
GNU General Public License v2.0
35 stars 4 forks source link

Doesn’t work on GNOME 41 #1

Closed ai closed 3 years ago

ai commented 3 years ago

I have GNOME 41, Fedora 35 and VS Code. After extension was enabled (from extensions.gnome.org), I still have old behavior.

Снимок экрана от 2021-11-29 01-13-26

alecdotninja commented 3 years ago

Hmm, I am using GNOME 41 and VSCodium, and it works for me. Do you have xprop installed and in your path (Can you run xprop -version from the terminal?)?

Also, do you see any errors in GNOME Shell's log (journalctl --user -f /usr/bin/gnome-shell) while maximizing/restoring the window?

ai commented 3 years ago

Got it. My mistake was in not installing xprop.

Can we add xprop note to extension description and to the top of GitHub docs to prevent others from the same mistake?

alecdotninja commented 3 years ago

That's a great idea. I've updated the README and the description on the GNOME extentions website to try to make the xprop requirement more clear. If you have any suggestions for additional changes, let me know :smile:

ai commented 3 years ago

Thanks for useful extension