-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PopOS Navigation in Stacking (Super+S) breaks when having a terminal open #970
Comments
I don't know if this is considered a bug or feature and if there are other windows that have the same kind of special priority. |
I'm not seeing the same issue on my end, yet. However, I'm using the latest version of pop-shell but on gnome 3.38 (not sure if it matters) I'll see if I can get a bit closer to your setup and test again. |
Now after identifying the issue I've been more vigilant and I haven't found another application that behaves like that. But it's very easily and consistently reproducible for me. It probably has something to do with the gnome-terminal. I'll see if it has something to do with the settings. |
Honestly I don't know if it is worth the risk resetting my
My
|
This might be related to #712 as for me the stack automatically switch to the terminal. |
have the same "feature". |
I've seen this behaviour on IntelliJ IDEA too. It seems to be a hit and miss though. Often it happens, but every now and then it's fine. |
PR #1007 fixes this issue. |
@lhotari I am not seeing this fixed by #1007 on an Ubuntu system. This is caused by GNOME Terminal in Ubuntu locking its width to the nearest character, causing its width to be less than that of the Files windows it's stacked with. When navigating leftward from the right-most window, Pop Shell sees that the Files windows are "closer" since they're slightly larger. This is not an issue in Pop!_OS because we patch GNOME Terminal to not lock its size to character increments (specifically for better tiling support.) |
(1) Issue/Bug Description:
When having a stack and a normal window running next to each other (horizontally) in tiling mode, the navigation from the window outside the stack into the stack will be inconsistent when having a gnome-terminal instance running inside the stack, as the focus will jump to the terminal instead of the left- / rightmost window.
(2) Steps to reproduce (if you know):
Open a gnome-terminal and 3 files windows in the following orientation:
Navigate from the window outside the stack into the stack (for me it was
Super+H
)Your current window should now be the gnome-terminal independent where it is positioned inside the stack.
(3) Expected behavior:
When navigating from the window outside the stack into the stack, the left- or rightmost window should be shown first. Independent if the terminal is open or not.
(4) Distribution (run
cat /etc/os-release
):(5) Gnome Shell version:
(6) Pop Shell version (run
apt policy pop-shell
or provide the latest commit if building locally):My PopOS Shell is a local build from the commit
9507dc38f75f56e657cf071d5f8dc578c5dc9352
. It was installed usingmake local-install
and no further changes.I've changed the
Super+/
hotkey toSuper+R
using dbus config.(7) Where was Pop Shell installed from:
Directly from the GitHub repo
(8) Monitor Setup (2 x 1080p, 4K, Primary(Horizontal), Secondary(Vertical), etc):
One 4K Monitor running with 200% (non-fractional) scaling under wayland.
(9) Other Installed/Enabled Extensions:
(10) Other Notes:
When only using gnome-terminals with no other windows mixed in the back, the navigation works as one would expect.
The text was updated successfully, but these errors were encountered: