#Minimize App Bug On Linux (Ubuntu with Wayland)

9 messages · Page 1 of 1 (latest)

gilded sun
#

A random bug I found messing around is when you minimize a tauri window and then you open the window back up there can be a large chance the window just stops updating. Resizing the window will not change the size of the elements on screen. Instead filling the rest of the window with just black. The only thing you can do is close the window if you want it to fix itself. You can still drag the window around when it's in it's bugged state, which is weird. This NEVER happened to me so far.

I'm slowly starting to dislike tauri even though I love it so much. I know it's webkit's fault but when my app freezes constantly it's not going to be a good user experience. If someone can provide a fix, thank you for your time.

hybrid helm
#

Not the same symptom but maybe related?

eager parrot
#

Yeah, testing GDK_BACKEND=x11 (or wayland if you're on x11 session) would be cool.
Also WEBKIT_DISABLE_COMPOSITING_MODE=1 and/or WEBKIT_DISABLE_DMABUF_RENDERER=1 would also be good to test.

gilded sun
gilded sun
eager parrot
#

But yeah, user wide / per terminal session is enough, no need to set it system wide

gilded sun