Open vaxerski opened 1 month ago
Hi, thanks for the report!
There things could help us to analyze the issue:
I've tried the appimage before and it seems to work fine (the dialog is quite inconsistent in timing). I'll do more testing.
Terminal output is empty.
I'll try to catch it sooner next time as for the first few seconds it seems it's just extremely laggy but not hung?
Okay, I tried to login on my laptop and it popped up the thing. I clicked send and nothing else happened. App became laggy.
However, I think I have narrowed it down from limited testing:
./tutanota-desktop-linux.AppImage --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime
works fine
./tutanota-desktop-linux.AppImage --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime & disown
then I close the terminal (so it's not annoying) and it breaks shortly after.
Describe the bug When launching tutanota in native wayland (
tutanota-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
) after some time (a few minutes) tutanota pops up this message:The process goes to 100% CPU and the app hangs. Can't click anything, even that popup.
To Reproduce Steps to reproduce the behavior:
Expected behavior Should just work
Screenshots
Desktop (please complete the following information):
Additional context Problem does not happen when tuta is in XWayland, but I'd prefer avoiding XWayland where I can.
If there's anything else needed, or further debugging steps I can take, please do let me know
Edit I've launched tutanota in xwayland now and got the same thing after a while... I think something broke completely..