You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System(s) are you seeing this problem on?
Arch Linux (KDE)
Which Wayland compositor or X11 Window manager(s) are you using?
Wayland
WezTerm version
20240922-151228-2b76c63b
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 set the wezterm gui to start maximized using window:gui_window():maximize() and the whole config is in the screenshot. Nothing happened and it started in a normal small window. I then replaced that line with toggle_fullscreen(). This time it started almost fullscreen except of the bottom edge. I thought first @wez has added a copyright border and I took a couple of seconds to realize that was firefox running in the background. I changed the theme to show the problem in a better way and attached a fullscreen of my display
What Operating System(s) are you seeing this problem on?
Fedora 40 (Gnome)
Which Wayland compositor or X11 Window manager(s) are you using?
Wayland
WezTerm version
wezterm-nightly-fedora40
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, I only have the nightly build available for my device.
What Operating System(s) are you seeing this problem on?
Arch Linux (KDE)
Which Wayland compositor or X11 Window manager(s) are you using?
Wayland
WezTerm version
20240922-151228-2b76c63b
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 set the wezterm gui to start maximized using
window:gui_window():maximize()
and the whole config is in the screenshot. Nothing happened and it started in a normal small window. I then replaced that line withtoggle_fullscreen()
. This time it started almost fullscreen except of the bottom edge. I thought first @wez has added a copyright border and I took a couple of seconds to realize that wasfirefox
running in the background. I changed the theme to show the problem in a better way and attached a fullscreen of my displaywezterm-maximize.log
To Reproduce
With my config, I set a keyboard shortcut to start
wezterm
. Every time I start it I get that problem.Configuration
wezterm.on('gui-startup', function(cmd)
local tab, pane, window = mux.spawn_window(cmd or {})
--window:gui_window():maximize()
window:gui_window():toggle_fullscreen()
end)
Expected Behavior
To maximize in case of
maximize()
and really fullscreen in case oftoggle_fullscreen()
Logs
Attahced: WEZTERM_LOG=debug wezterm start --always-new-process 2> /tmp/wezterm-maximize.log
Anything else?
No response
The text was updated successfully, but these errors were encountered: