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, I'm trying to run an app distributed as an AppImage and I'd like to pass a command line flag to the underlying (Electron) app. In my particular case, I'd like to pass --disable-gpu to Electron to work around a well known bug in Electron's hardware acceleration. Is there a way to do this, or a way to patch the .AppImage to do this?