no-title-bar
no-title-bar copied to clipboard
Not working with GNOME 42 on PopOS 22.4
Great work. Would be very grateful if you could update to be compatible again with GNOME 42. Thanks.
+1
adding Gnome v42 to ~/.local/share/gnome-shell/extensions/[email protected]/metadata.json
, so it looks like this
"shell-version": [
"3.36",
"3.38",
"40",
"42"
],
and logout + login solved the issue for me.
"shell-version": [ "40", "42", "44" ], would be better :D
You do what @lpryszcz said but then just restart the GNOME session by Alt+F2 and r instead of logout + login
Not sure if it's something else on my system (Fedora with Gnome 43.2), but adding 43
in shell-version
and then enabling the extension completely bricked Gnome. Had to use a live USB to manually delete the extension. Just warning others to have a live USB handy if you're going to try this method (perfectly fine after deleting the folder in .local/share/gnome-shell/extensions
). You'll know this has happened if your mouse just stops moving entirely when you enable the modified extension.
If anyone has a solution for that, that would be greatly appreciated! (I assume there's a genuine compatibility somewhere in this extension with Gnome 43.)