You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the core problem is that electron does not default to using wayland, but if you add these flags wayland will be used. --enable-features=UseOzonePlatform --ozone-platform=wayland
Since a prebuilt binary is being used, the system's electron-flags config file is not read. I am not sure if there is a way to create a local electron-flags config file and add these flags to it. The flags can also be used as command line arguments, so a desktop file could be created that launches electron with these flags.
The text was updated successfully, but these errors were encountered:
Looked at making Wayland the default, but it seems that Electron still does not support hardware acceleration for video decoding yet: electron/electron#36633
Will re-evaluate when Electron supports hardware acceleration for Wayland.
I know the core problem is that electron does not default to using wayland, but if you add these flags wayland will be used.
--enable-features=UseOzonePlatform --ozone-platform=wayland
Since a prebuilt binary is being used, the system's electron-flags config file is not read. I am not sure if there is a way to create a local electron-flags config file and add these flags to it. The flags can also be used as command line arguments, so a desktop file could be created that launches electron with these flags.
The text was updated successfully, but these errors were encountered: