alexandervdm / gummi

Simple LaTeX editor
https://gummi.app
MIT License
738 stars 94 forks source link

No scrolling the preview under wayland #146

Open maymage opened 3 years ago

maymage commented 3 years ago

Hi,

when in a Wayland session I cannot scroll the preview with my touchpad, which should work with 2Fingers moving up or down.

Note, that

Looking glass tells me, that gummi is running natively under wayland, no xwayland involved.

System info

Sys_Info

maymage commented 3 years ago

I attach the output of gummi -d. From line 52 on is the output generated, when scrolling...

gummi-d.txt

maymage commented 3 years ago

Also

RiedleroD commented 3 years ago

Same experience in Sway on Arch Linux: scrolling doesn't work, but click+drag does. Here's the output of gummi -d: https://pastebin.com/dxEw77kZ

VinceUB commented 2 years ago

I have the same issue with GNOME on Arch Linux. Once again, click+drag works fine, scroll does not. Here is the output of gummi -d: https://pastebin.com/i4zmhSn2. The "preview scrollbar position" was changed through click+drag.

RoySRC commented 2 years ago

Has anyone found a fix for this yet, if not I probably have to go back to texmaker

RiedleroD commented 2 years ago

@RoySRC starting it with GDK_BACKEND=x11 works ig, but that's more of a workaround than a fix.