hoream
hoream
I encountered this issue on Linux as well. After binary searching, I found that it was introduced by this commit: 3c04a7a380a5a27630193e8805ef5f9d249cecb3. before this commit:  after this commit: 
同样的问题 搜索关键词为:oh-my-zsh 
Indeed, Expo does not support interrupting animations with mouse clicks. However, at the moment the animation ends, the Expo plugin exhibits incorrect behavior. My expectation is that the Expo plugin...
The same issue occurs in the dual-screen configuration with 1x scaling.  `wf-recorder -g "0,0 1000x1000" -c hevc_vaapi`
> Hello, I've submitted a PR for this issue. Please take a look. Thanks. @gabm #52 I tried your PR, and setting `GTK_IM_MODULE=fcitx` under x11 and wayland works, but it...
In Wayland, using --gtk-version=4 to enable the GTK4 input method module support in Chromium also has a similar position offset issue. https://issues.chromium.org/issues/40929728
Thank you for your quick response. I will try to add the DRM_FORMAT_MOD_INVALID modifier to the cursor based on the Hyprland patch.
I wrote the following patch, which fixes this issue. ```patch diff --git a/render/allocator/gbm.c b/render/allocator/gbm.c index da035c668..056c99ca6 100644 --- a/render/allocator/gbm.c +++ b/render/allocator/gbm.c @@ -113,7 +113,15 @@ static struct wlr_gbm_buffer *create_buffer(struct wlr_gbm_allocator...
The upstream issue still exists, so it's better to reopen it and close it after the upstream issue is fixed.
The issue is still there > Does it make a difference if you try running wayfire with `WLR_DRM_NO_MODIFIERS=1` set? Adding this environment variable did not fix the issue.