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

append the --no-sandbox when running with root user #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cnjack
Copy link

@cnjack cnjack commented Sep 21, 2023

Description

The latest electron requires --no-sandbox argument if running with root user

Additional context

N/A


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

@alex8088
Copy link
Owner

@cnjack

Thank you for your contribution.

I think this is a bad choice because development with or without sandbox enabled makes a big difference. Developers are not clear about this setting, which will lead to some unknown problems after packaging. It should be up to the developer to clearly enable or disable it through code settings.

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.

None yet

2 participants