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
Hi there, there seems to be a bug in version 1:1.2.8-1, causing Electron Based Apps to fail using Hardware Acceleration, leading to them taking multiple minutes for startup on hybrid gpu systems. Disabling the GPU for a specific App lets them load normally (e.g. using code --diasble-gpu).
This issue occured after a system update today. While downgrading the updated packages one-by-one, I found that downgrading cachyos-settings from 1:1.2.8-1 to 1:1.2.7-1 resolves the issue, so the new version introduces this bug.
The following line in etc/profile.d/electron-ozone.sh added in commit e28772a seems to be the culprit here (as its the only change between the two versions and related to Electron):
export ELECTRON_OZONE_PLATFORM_HINT=auto