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

After peeking, Neither hot-corner nor OS key works for toggling overview #7

Closed bkurdali closed 1 year ago

bkurdali commented 1 year ago

This is happening on fedora 38, Gnome 44.2 on Wayland, I've attached a couple of screenshots. You can see that the layout of the top bar has changed subtly as there is now a new invisible button on the far left where the hot-corner and activities button is. This sometimes 'fixes' itself, but I've no idea why. It only happens after I full screen an application and use the peek. before after

marcinjahn commented 1 year ago

Hi @bkurdali. Unfortunately, this extension does not play well with Hot Corners enabled. I probably should add a remark about that to the README.md. I guess there is some possibility to keep hot corners working, but I didn’t have time to figure that out.

The invisible button you see is a “trick” I used to get this extension to work in Wayland sessions. The panel would not appear at all unless some action on the panel is invoked. That’s why an artificial button is created and clicked on the panel when the panel shows up.

tinkermakar commented 1 year ago

isn't this resolved with v8?

marcinjahn commented 1 year ago

Yeah, it seems that this issue got fixed by #9. Thanks @tinkermakar :slightly_smiling_face: