Leleat / Tiling-Assistant

An extension which adds a Windows-like snap assist to GNOME. It also expands GNOME's 2 column tiling layout.
GNU General Public License v2.0
1.12k stars 64 forks source link

Tile to top is overridden by fullscreen Ubuntu 24.04 #358

Closed ajlamarc closed 3 months ago

ajlamarc commented 3 months ago

Describe the bug

When performing the "tile to top" action, I would expect the window to only cover the top half, but it jumps to fullscreen. Note that "tile to top-left" does work as expected.

Apologies if this is a basic question :). I fiddled with the settings for Tiling Assistant and tried following instructions here to fully remove the native Ubuntu tiling manager. However, the default "orange box" preview at the edge of the screen to snap to position still appears, which I'm guessing conflicts with this shortcut.

Thanks in advance for any suggestions!

Steps To Reproduce

With Tiling Assistant installed, perform the hotkey for "tile to top" on Ubuntu 24.04.

System Info:

Journalctl logs

Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
Leleat commented 3 months ago

Maybe whatever shortcut you've set for tile to top is already taken. Please check GNOME Settings to see if there are any conflicts. If you have other extensions installed, that might implement a 'fullscreen' shortcut, you should check them as well. Unfortunately, there isn't a (good) way to detect collisions for shortcuts in an extension.

ajlamarc commented 3 months ago

That seems to be it, Super + Up triggers fullscreen without the tiling assistant keybinding, and it works properly when I choose a different set of keys.

Thank you for the fast response and the awesome extension!