-
-
Notifications
You must be signed in to change notification settings - Fork 842
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
fullscreen & maximize mode leaves some empty space #6256
Comments
Same issue. Did a bisect and found the first bad commit to be c75d300. @aliaksandr-trush, you seem to be the author of that change. Could you please take a look?
|
There is some issue with Wayland configure event that I am still investigating. Created issue for it: #6262 |
I'm not sure if this belongs over in #6262 , but I think the issue (for me) is that my display is set to 125% scaling When I reconfigure my compositor to use 100% scaling, the "inner window" much more closely fits the "outer window" But for 125% or 200% scaling, the inner window only seems to fill the top-left quarter of the outer window It's less obvious when you have tiling or maximised the window, but very obvious when the window is floating (but I think the problem is still present when tiled/maximised) |
@jokeyrhyme yes it's, I have the issue when the window is maximised. |
I have the same issue on Fedora 41 with Wayland and KDE 6.2.4. As a temporary fix, the flatpak version is not affected (guessing it uses wayland-x11) :( |
Looks like issue with refresh_frame() call. Could you verify how #6545 works for you? |
I no longer see any gaps with #6545 applied, under Plasma 6.2.5. |
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
kwin 6.2.0, KDE Plasma 6.2.0
WezTerm version
wezterm 20241007_103714_ed430415
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
i can resize the window to fill the screen, and i do that every time because the max/fullscreen mode has an empty space below, i thought it is because of kde panel on the left screen , but it still show the same result when i put the panel on top, i tried no config with flag "-n", the space is still there,
maximize:
fullsceen:
To Reproduce
Configuration
no config
Expected Behavior
wezterm full/maximize mode take the empty space
Logs
17:33:45.638 INFO wezterm_gui > Spawned your command via the existing GUI instance. Use wezterm start --always-new-process if you do not want this behavior. Result=SpawnResponse { tab_id: 3, pane_id: 3, window_id: 3, size: TerminalSize { rows: 24, cols: 80, pixel_width: 640, pixel_height: 384, dpi: 0 } }
Anything else?
No response
The text was updated successfully, but these errors were encountered: