flathub / com.vscodium.codium

https://flathub.org/apps/details/com.vscodium.codium
94 stars 19 forks source link

Crash on maximizing window since last update (Fedora 39, Wayland) #302

Closed Altonss closed 4 months ago

Altonss commented 4 months ago

Seems also related to #301

Altonss commented 4 months ago

Ok, fixed the crash by commenting out this line in settings.json:

"window.titleBarStyle": "custom" 

So now it's not possible to use the custom title bar anymore ^^

noonsleeper commented 4 months ago

So now it's not possible to use the custom title bar anymore ^^ You mean the native titlebar?

I also use Fedora 39 and Gnome 45 and also native and custom titlebar work without problems with maximize see https://github.com/flathub/com.vscodium.codium?tab=readme-ov-file#wayland-vs-x11

maybe you need to close every instance of codium

flatpak kill com.vscodium.codium

and then run

flatpak permission-reset com.vscodium.codium

and then try to run again codium, if these not fix the problem you can follow the readme and override wayland to return to x11

Altonss commented 4 months ago

I also use Fedora 39 and Gnome 45 and also native and custom titlebar work without problems with maximize see https://github.com/flathub/com.vscodium.codium?tab=readme-ov-file#wayland-vs-x11

maybe you need to close every instance of codium

flatpak kill com.vscodium.codium

and then run

flatpak permission-reset com.vscodium.codium

This didn't work for me