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 most of the times can't be resized #5337

Closed
drainpixie opened this issue Apr 25, 2024 · 4 comments
Closed

Wezterm most of the times can't be resized #5337

drainpixie opened this issue Apr 25, 2024 · 4 comments
Labels
bug Something isn't working waiting-on-op Waiting for more information from the original poster X11

Comments

@drainpixie
Copy link

drainpixie commented Apr 25, 2024

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

Linux X11

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

2bwm (master)

WezTerm version

20240203-110809-5046fc22

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

Most of the times the spawned window can't be resized.

To Reproduce

Spawn Wezterm (be it through Rofi or a keybinding), try resizing by dragging or keybindings, fail to do so.

Configuration

local wezterm = require "wezterm"
local config = wezterm.config_builder()

config.font_size = 10.0
config.window_padding = {
    left = 8,
    right = 8,
    top = 8,
    bottom = 8
}

config.front_end = "OpenGL"
config.color_scheme = "Gruvbox dark, medium (base16)"
config.enable_tab_bar = false

return config

Expected Behavior

Should spawn as a window & be resizeable

Logs

Debug Overlay
wezterm version: 20240203-110809-5046fc22 x86_64-unknown-linux-gnu
Window Environment: X11
Lua Version: Lua 5.4
OpenGL: Mesa Intel(R) UHD Graphics 620 (KBL GT2) 4.6 (Compatibility Profile) Mesa 24.0.3
Enter lua statements or expressions and hit Enter.
Press ESC or CTRL-D to exit
16:11:51.012 ERROR window::os::x11::connection > error fetching window manager name: empty list of windows
16:11:51.027 WARN window::os::x11::connection > Unable to resolve appearance using xdg-desktop-portal: get_appearance.read_setting: Reading xdg-portal org.freedesktop.appearance color-scheme: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

Anything else?

simplescreenrecorder-2024-04-25_12.13.27.mp4
@drainpixie drainpixie added the bug Something isn't working label Apr 25, 2024
@wez
Copy link
Owner

wez commented May 5, 2024

Please try the latest nightly build

@wez wez added waiting-on-op Waiting for more information from the original poster X11 labels May 5, 2024
@duganchen
Copy link

This is a duplicate of #5332

@wez
Copy link
Owner

wez commented May 9, 2024

I don't think this is a duplicate of #5332 because this issue is encountered on X11 whereas the other one is Wayland.

Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting-on-op Waiting for more information from the original poster X11
Projects
None yet
Development

No branches or pull requests

3 participants