pop-os / gnome-shell

Pop!_OS fork of https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-shell
GNU General Public License v2.0
25 stars 4 forks source link

Disable Window Re-Org when the Applications Panel is Opened. #70

Closed WatchMkr closed 3 years ago

WatchMkr commented 3 years ago

Though not a fix for https://github.com/pop-os/cosmic/issues/88, it's the intended behavior when Applications is opened.

ids1024 commented 3 years ago

Just disabling the zooming, windows appear in the same places, but are draggable like in the workspaces overview. Presumably not quite what we want (also the dock appears on the second monitor, which seems a bit odd).

Exactly what is the desired behavior for interacting with additional monitors? No interaction? Clicking anywhere on the second monitor closes the overview?

jackpot51 commented 3 years ago

@ids1024 I think your intuition is right. It should be similar to when the Launcher is open

ids1024 commented 3 years ago

Yeah, I was thinking it should match the behavior of the launcher.

ids1024 commented 3 years ago

Implemented in https://github.com/pop-os/cosmic/pull/116.