Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json: add linux-start script #19

Merged

Conversation

tmatth
Copy link
Contributor

@tmatth tmatth commented Dec 6, 2022

Note: "--no-sandbox" is needed on some distros to avoid crashing with "GPU process isn't usable", see:
Automattic/simplenote-electron#3044 (comment)

Note: "--no-sandbox" is needed on some distros to avoid crashing with
"GPU process isn't usable", see:
Automattic/simplenote-electron#3044 (comment)
@billorcutt billorcutt merged commit fcf5614 into billorcutt:master Jan 5, 2023
@billorcutt
Copy link
Owner

Thanks!

@tmatth tmatth deleted the scripts/add-linux-start-script branch January 5, 2023 12:21
@ghost
Copy link

ghost commented Jan 11, 2023

Not a good idea disabling sandbox entirely. Prefer --in-process-gpu instead

@tmatth
Copy link
Contributor Author

tmatth commented Jan 11, 2023

Not a good idea disabling sandbox entirely. Prefer --in-process-gpu instead

Oh good call, will do a PR for that.

@billorcutt
Copy link
Owner

hmm, electron/electron#18048

@tmatth
Copy link
Contributor Author

tmatth commented Jan 11, 2023

hmm, electron/electron#18048

#20 seems to be working fine locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants