marcinjahn / gnome-peek-top-bar-on-fullscreen-extension

Gnome Extension that triggers top panel to show up on full screen apps when cursor hovers the top edge of the screen
MIT License
22 stars 0 forks source link

Gnome 46? #17

Closed kbdragon closed 4 months ago

kbdragon commented 5 months ago

An update to 46 would be really appreciated!

marcinjahn commented 5 months ago

@kbdragon Are you able to test if the extension works on Gnome 46 as it is? I do not have any machine running on 46 yet, and I know that testing this particular extension on a VM is not really gonna work. If you had upgraded to Gnome 46, you should be able to find the file $HOME/.local/share/gnome-shell/extensions/peek-top-bar-on-fullscreen@marcinjahn.com/manifest.json. In that file, you'd just change one line:

  "shell-version": ["46"], // on line 5

Then, log out and log back in. If the extension continues to work, please do let me know, and I will update it.

kbdragon commented 5 months ago

@marcinjahn I've disabled version validation instead (it should have the same effect as spoofing the version number, right?), and I get this error: image If I actually need to spoof the version number, let me know and I will - but disabling validation worked for many extensions for me.

marcinjahn commented 5 months ago

Yeah, it should have the same effect. Hmm, then it looks like some work will be required here, potentially the shape of some Shell classes has changed. I can't say when I'd be able to take this.

kbdragon commented 5 months ago

@marcinjahn Thanks. I'll hold my breath for a while ;)

marcinjahn commented 4 months ago

I've just submitted an updated version to EGO, will post here when it gets accepted.

marcinjahn commented 4 months ago

The 46-compatible version (v14) is live on https://extensions.gnome.org/extension/6048/peek-top-bar-on-fullscreen/, closing.