Paul Frazee

Results 872 comments of Paul Frazee

Oof, this is a bummer. Related issues: - https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/433 - https://github.com/electron-userland/electron-builder/issues/3872 Looks like neither snap or appimage can run with process sandboxing enabled. Based on https://github.com/electron-userland/electron-builder/blame/fc311995c196f1063ceb2d0bb0af61beac6038e8/packages/app-builder-lib/src/targets/snap.ts#L188 it looks like they...

Okay interesting. It may be time to deprecate the appimage

Are you running from source using `npm start`? It might be related to that.

Hey @xswx, do you still get this with the 1.0 release?

The 1.0 just came out, it's latest!

Added to our feature requests. We'll see if I can find the time for something like this.

Thanks for filing, I'll look into it

The video thing is a known issue, we've got an electron PR waiting What I'm seeing right now is an error being emitted from Electron/Chromium's internals: ``` [51254:0603/111731.403067:INFO:CONSOLE(259)] "Refused to...

Thanks for reporting, I'll check into it

Yep you've identified the issue. If you can start Beaker with an env var set, you can work around this. See https://github.com/beakerbrowser/beaker#env-vars. You'll want to set `BEAKER_USER_DATA_PATH` to somewhere for...