Warp
Warp copied to clipboard
Contents reverse-stretched while resizing
Dupe Check
- [X] I have searched Warp bugs and there are no duplicates
Describe the bug
when resizing Warp window and make it smaller, contents zoomed in until mouse stopped, wise versa.
To reproduce
just resize Warp window
Expected behavior
No response
Screenshots
Screencast from 2024-08-16 11-42-21.webm
Operating system
Linux
Operating system and version
Ubuntu 24
Shell Version
zsh 5.9
Current Warp version
v0.2024.08.13.08.02.stable_03
Regression
Yes, this bug started recently or with an X Warp version
Recent working Warp date
not remembered
Additional context
X11 with default Gnome(replaced default terminal with Warp)
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None
Hi @epiciskandar sorry to hear about this, you can try some of the following workarounds to see if that helps.
- Try to force the use of Wayland. e.g.
WARP_ENABLE_WAYLAND=1 warp-terminal - Or you can try forcing the use of OpenGL backend for rendering instead of Vulkan.
WGPU_BACKEND=gl warp-terminal. - If on of those last two worked, you can add them as environmental variables in your
~/.zprofile. i.e.export WARP_ENABLE_WAYLAND=1&export WGPU_BACKEND=gl
Please see more in our docs and let me know if that helps. https://docs.warp.dev/help/known-issues#linux-1. If not please let us know.
- force enable wayland: no
- force using OpenGL: init failed, log attached. warp_gl.log
According to the known-issue doc, I've tried install/update associated packages, still have this problem.