flathub / im.riot.Riot

https://flathub.org/apps/details/im.riot.Riot
32 stars 44 forks source link

Window controls missing on Linux #377

Closed julianfairfax closed 1 year ago

julianfairfax commented 1 year ago

Since the last update, the window controls are missing on Linux

Screenshot from 2023-06-29 15-13-04

cc https://github.com/flathub/org.signal.Signal/issues/475; this is probably an Electron issue

bbhtt commented 1 year ago

Electron regression https://github.com/electron/electron/issues/38786

You can run it with --nosocket=wayland to 'fix' it.

(I think it'd be best to keep wayland related flags under an environment variable like Signal does in their script, until Electron starts defaulting to native wayland)

daenney commented 1 year ago

It also seems to have resulted in all text, including that in the Electron chrome, to become fuzzy. Not sure if anyone else is seeing that but disabling the Wayland socket fixed that too.

julianfairfax commented 1 year ago

Electron regression https://github.com/electron/electron/issues/38786

Closing in favour of that issue then

bbhtt commented 1 year ago

Fixed in 1.11.37 released last week.