You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/INSTALL.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,8 @@ See also:
118
118
119
119
### AppImage
120
120
121
-
Note that the `chown` and `chmod` solution doesn't work with AppImages, and the
122
-
`--no-sandbox` requires [extra steps][appimage-fix], so the simplest solution
123
-
is to use the `sysctl` option *or* use a different release format (AUR, Brew,
124
-
Deb, or Snap).
121
+
Note that the `chown` and `chmod` solution doesn't work with AppImages, but you can launch the AppImage with the `--no-sandbox` flag appended to the command.
122
+
123
+
You can permanently patch the AppImage to add `--no-sandbox`, but that change is experimental and requires some [extra steps][appimage-fix].
0 commit comments