electron: Flash is not working (webview + pepperflash)

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Issue Details

  • Electron Version:
    • 6.0.10
  • Operating System: *Solus 4.0 with kernel 5.2

Expected Behavior

Game should actually load

Actual Behavior

Game doesn’t load. If you open the dev tools and in console type “navigator.plugins” you will be able to see the flash, but for some reason game isn’t working.

To Reproduce

Additional Information

Can anyone help me? Thanks!

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 24 (1 by maintainers)

Most upvoted comments

Just ran into this myself. Apparently there is an issue with sandboxing. See #17034

The Flash Player under Linux never worked in a mixed-sandbox or (full-)sandbox environment. As of v5.0.x, mixed-sandbox is forced. This prevents the plugin from loading.

The work around is to add app.commandLine.appendSwitch('no-sandbox')

Worked for me v8.0.x custom build. Now to look into the associated risks of running ‘no-sandbox’.

The Electron version reported on this issue is no longer supported. See our supported versions documentation.

If this is still reproducible on a supported version, please open a new issue with any other new information that a maintainer should know.

Thank you for taking the time to report this issue and helping to make Electron better! Your help is appreciated.