I've also run into this on Ubuntu 24.04.4 LTS, GNOME Shell 46.0, Ubuntu
Tiling Assistant v46 (Wayland).

What I noticed: the extension grabs Super+Left/Super+Right via its own
schema, which shadows the workspace shortcut before it can fire:

  org.gnome.shell.extensions.tiling-assistant tile-left-half  = ['<Super>Left', 
'<Super>KP_4']
  org.gnome.shell.extensions.tiling-assistant tile-right-half = 
['<Super>Right', '<Super>KP_6']

So reassigning "Switch to workspace left/right" to Super+Left/Right in
Settings is written correctly but never takes effect. gnome-control-
center doesn't see the extension's grab, so it shows no conflict
warning.

Instead of disabling the whole extension, clearing just those two keys
fixes it and leaves the rest of the tiling working:

  gsettings set org.gnome.shell.extensions.tiling-assistant tile-left-half "[]"
  gsettings set org.gnome.shell.extensions.tiling-assistant tile-right-half "[]"

After that, Super+Left/Right fall through to switch-to-workspace-
left/right as configured.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064077

Title:
  Overridding <Super>Left and <Super>Right do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant/+bug/2064077/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to