Skip to content

Some fixes for long-standing issues#1821

Open
siddhpant wants to merge 5 commits into
pop-os:master_noblefrom
siddhpant:master_resolute
Open

Some fixes for long-standing issues#1821
siddhpant wants to merge 5 commits into
pop-os:master_noblefrom
siddhpant:master_resolute

Conversation

@siddhpant

Copy link
Copy Markdown
Contributor

No description provided.

The first window is fully maximized, and then later when a second
window is opened, we don't get border for the first window when it
is in focus because after tiling the first window has stale value
for smart_gapped, and thus is_single_max_screen() returns true,
causing permitted in show_border() to be false.

Let's set smart_gapped for each window in a tree each time we tile.

Closes: pop-os#1758
Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
It caused GNOME crash due to bug in mutter, which was fixed in v49.

But regardless, we should not spam the close signal. Also people might
be using versions before 49.

Closes: pop-os#1794
Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
Entering window-management mode removed the normal bindings and
re-added the management bindings, then did the inverse on exit.
This leads to journalctl spam since we overwrite a keybinding,
and mutter logs overwrite warnings.

Register the window-management mode bindings once with it being
inactive initially (Shell.ActionMode.NONE), and later enable it
(Shell.ActionMode.NORMAL) when entering the management mode, and
then disabling on exit.

Closes: pop-os#1820
Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
The API had changed here:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4415

Thus we had warnings being logged when in stacked mode. The commit
which added support for GNOME 49 forgot to change that.

Also, to be in line with the fixes commit, we remove the
	unmaxize(HORIZONTAL);
	unmaximize(VERTICAL);
	unmaximize(BOTH);
code to checking for whether the window is maximized and then using
BOTH (i.e. its replacement) directly.

Closes: pop-os#1801
Fixes: d22d2ff ("fix: update window maximization logic to use new properties and added gnome 49 shell version in metadata")
Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant