Skip to content
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

Wezterm takes half of screen when entering overview mode on GNOME #4569

Closed
Naadiyaar opened this issue Nov 12, 2023 · 7 comments
Closed

Wezterm takes half of screen when entering overview mode on GNOME #4569

Naadiyaar opened this issue Nov 12, 2023 · 7 comments
Labels
bug Something isn't working Stale waiting-on-op Waiting for more information from the original poster Wayland

Comments

@Naadiyaar
Copy link

What Operating System(s) are you seeing this problem on?

Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

GNOME Mutter 44.6

WezTerm version

20231107-082518-f0e3eecb

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

When full screen and entering overview mode on gnome wezterm occupies most of screen
Screencast from 2023-11-12 18-09-09.webm

To Reproduce

open wezterm
make it full-screen
enter overview mode

Configuration

THIS IS FULL CONFIG

local cfg = {
	window_close_confirmation = "NeverPrompt",
	check_for_updates = false,

	-- Avoid unexpected config breakage
	automatically_reload_config = false,

	exit_behavior = "Close",

	-- Disable all noises
	audible_bell = "Disabled",

	-- remove terminal top bar
	window_decorations = "NONE",

	-- setup color theme
	color_scheme = "Solarized Light (Gogh)",
}
cfg.hide_tab_bar_if_only_one_tab = true

cfg.window_padding = {
	left = 3,
	right = 3,
	top = 3,
	bottom = 3,
}

cfg.inactive_pane_hsb = {
	saturation = 0.9,
	brightness = 0.6,
}

-- set cursor shape to a Blinking Bar
cfg.default_cursor_style = "BlinkingBar"
cfg.animation_fps = 1
cfg.cursor_blink_ease_in = "Constant"
cfg.cursor_blink_ease_out = "Constant"

return cfg

plus some things about font

Expected Behavior

Stay in the workspace area

Logs

No response

Anything else?

It's not happening with no configuration

@Naadiyaar Naadiyaar added the bug Something isn't working label Nov 12, 2023
@Naadiyaar
Copy link
Author

If it helps to solve the problem, also moving the terminal window to another workspace fixes the problem.
Like
opening the terminal
make it full screen
move it to another workspace

@Naadiyaar
Copy link
Author

same thing here #4568 (comment)

@jokeyrhyme
Copy link
Contributor

I'm on Arch Linux, GNOME 45.1 (wayland), wezterm 20230712-072601-f4abf8fd and I can't reproduce this, so I wonder if this has been fixed on the GNOME side? Are you able to boot GNOME OS or some other live USB with a newer GNOME to check?

@wez wez added the Wayland label Jan 21, 2024
@ricog
Copy link

ricog commented Mar 6, 2024

If it helps, setting enable_wayland to false is a workaround that resolves the issue for me.

@B1kku
Copy link

B1kku commented Jun 7, 2024

I'm on Arch Linux, GNOME 45.1 (wayland), wezterm 20230712-072601-f4abf8fd and I can't reproduce this, so I wonder if this has been fixed on the GNOME side? Are you able to boot GNOME OS or some other live USB with a newer GNOME to check?

Using NixOS 24.05.0b8e7a1, Gnome 46.2 (wayland), wezterm 20240203-110809-5046fc22, this still happens.

If it helps, setting enable_wayland to false is a workaround that resolves the issue for me.

This also works as a workaround for #4568, I assume they're probably the same issue.

@wez
Copy link
Owner

wez commented Sep 22, 2024

Please try the latest nightly build

@wez wez added the waiting-on-op Waiting for more information from the original poster label Sep 22, 2024
@github-actions github-actions bot added the Stale label Oct 6, 2024
Copy link
Contributor

github-actions bot commented Oct 6, 2024

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale waiting-on-op Waiting for more information from the original poster Wayland
Projects
None yet
Development

No branches or pull requests

5 participants