From 647705fb5884a5f92fe82506a8fb6e52df5ba11b Mon Sep 17 00:00:00 2001 From: NureddinSoltan Date: Tue, 17 Feb 2026 01:25:06 +0300 Subject: [PATCH] docs: add troubleshooting for Linux sandbox error --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b510d1a..ba776fc 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ chmod +x Openscreen-Linux-*.AppImage You may need to grant screen recording permissions depending on your desktop environment. +**Note:** If the app fails to launch due to a "sandbox" error, run it with --no-sandbox: +```bash +./Openscreen-Linux-*.AppImage --no-sandbox +``` + ## Built with - Electron - React