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
Note: this is not the first time Electron blindly updated Chromium without having any backward-compatibility or regression testing for existing users (example: tray issues)
Workarounds
Workaround is to pass ./ipfs-desktop --gtk-version 3 or hardcode app.commandLine.appendSwitch('gtk-version', '3') in app code.
Both bad UX, brittle, and not future-proof.
Plan
We will downgrade Electron to 35 until this mess is fixed upstream (electron/electron#46538).