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

AppImage on kali linux not working #1

Closed
Mohmad012 opened this issue Jan 23, 2021 · 1 comment
Closed

AppImage on kali linux not working #1

Mohmad012 opened this issue Jan 23, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Mohmad012
Copy link

Mohmad012 commented Jan 23, 2021

AppImage on kali linux not working

Screenshot_2021-01-23_13-24-35

@Mohmad012 Mohmad012 changed the title AppImage on .... not working AppImage on kali linux not working Jan 23, 2021
@nbebaw nbebaw added the help wanted Extra attention is needed label Jan 24, 2021
@nbebaw
Copy link
Owner

nbebaw commented Jan 24, 2021

Thank you to report this issue. This is a common problem with AppImage.
For this problem there are 3 solutions:

  1. chown and chmod the file
sudo chown root chrome-sandbox
chmod 4755 chrome-sandbox
  1. you can run it directly with ( Change the label PROGRAMM_NAME )
./PROGRAMM_NAME --no-sandbox arguemnt
  1. enables the user namespaces feature ( This could be the best option )
sudo sysctl kernel.unprivileged_userns_clone=1

Use one of them and please try to run the Application again.

@nbebaw nbebaw pinned this issue Jan 24, 2021
@nbebaw nbebaw closed this as completed Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants