[GH-ISSUE #138] cannot run on linux #16

Open
opened 2026-03-02 23:31:16 +03:00 by kerem · 1 comment
Owner

Originally created by @feelancer21 on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/Aetherinox/ntfy-desktop/issues/138

Ubuntu 24.04

downloaded zip and unzip

# /opt/ntfy/ntfy-desktop --hidden --hotkey
[33274:1015/212049.251576:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:169] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/ntfy/chrome-sandbox is owned by root and has mode 4755.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

# ll /opt/ntfy/
insgesamt 363748
drwxr-xr-x  4 root root      4096 Okt 15 21:17 ./
drwxr-xr-x 14 root root      4096 Okt 15 21:16 ../
-rw-r--r--  1 root root    167677 Jun 26 20:32 chrome_100_percent.pak
-rw-r--r--  1 root root    259832 Jun 26 20:32 chrome_200_percent.pak
-rwxr-xr-x  1 root root   1576864 Jun 26 20:32 chrome_crashpad_handler*
-rwxr-xr-x  1 root root     48256 Jun 26 20:32 chrome-sandbox*
-rw-r--r--  1 root root  10467680 Jun 26 20:32 icudtl.dat
-rwxr-xr-x  1 root root    266024 Jun 26 20:32 libEGL.so*
-rwxr-xr-x  1 root root   2782808 Jun 26 20:32 libffmpeg.so*
-rwxr-xr-x  1 root root   6512816 Jun 26 20:32 libGLESv2.so*
-rwxr-xr-x  1 root root   4797088 Jun 26 20:32 libvk_swiftshader.so*
-rwxr-xr-x  1 root root   2309144 Jun 26 20:32 libvulkan.so.1*
-rw-r--r--  1 root root      1096 Jun 26 20:32 LICENSE
-rw-r--r--  1 root root  15270664 Jun 26 20:32 LICENSES.chromium.html
drwxr-xr-x  2 root root      4096 Jun 26 20:32 locales/
-rwxr-xr-x  1 root root 203054408 Jun 26 20:32 ntfy-desktop*
-rw-r--r--  1 root root 117615940 Jun 26 20:37 ntfy-desktop-2.2.0-linux-amd64.zip
drwxr-xr-x  2 root root      4096 Jun 26 20:32 resources/
-rw-r--r--  1 root root   6222460 Jun 26 20:32 resources.pak
-rw-r--r--  1 root root    340718 Jun 26 20:32 snapshot_blob.bin
-rw-r--r--  1 root root    718769 Jun 26 20:32 v8_context_snapshot.bin
-rw-r--r--  1 root root         6 Jun 26 20:32 version
-rw-r--r--  1 root root       107 Jun 26 20:32 vk_swiftshader_icd.json
Originally created by @feelancer21 on GitHub (Oct 15, 2025). Original GitHub issue: https://github.com/Aetherinox/ntfy-desktop/issues/138 Ubuntu 24.04 downloaded zip and unzip ``` # /opt/ntfy/ntfy-desktop --hidden --hotkey [33274:1015/212049.251576:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:169] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/ntfy/chrome-sandbox is owned by root and has mode 4755. Trace/Breakpoint ausgelöst (Speicherabzug geschrieben) # ll /opt/ntfy/ insgesamt 363748 drwxr-xr-x 4 root root 4096 Okt 15 21:17 ./ drwxr-xr-x 14 root root 4096 Okt 15 21:16 ../ -rw-r--r-- 1 root root 167677 Jun 26 20:32 chrome_100_percent.pak -rw-r--r-- 1 root root 259832 Jun 26 20:32 chrome_200_percent.pak -rwxr-xr-x 1 root root 1576864 Jun 26 20:32 chrome_crashpad_handler* -rwxr-xr-x 1 root root 48256 Jun 26 20:32 chrome-sandbox* -rw-r--r-- 1 root root 10467680 Jun 26 20:32 icudtl.dat -rwxr-xr-x 1 root root 266024 Jun 26 20:32 libEGL.so* -rwxr-xr-x 1 root root 2782808 Jun 26 20:32 libffmpeg.so* -rwxr-xr-x 1 root root 6512816 Jun 26 20:32 libGLESv2.so* -rwxr-xr-x 1 root root 4797088 Jun 26 20:32 libvk_swiftshader.so* -rwxr-xr-x 1 root root 2309144 Jun 26 20:32 libvulkan.so.1* -rw-r--r-- 1 root root 1096 Jun 26 20:32 LICENSE -rw-r--r-- 1 root root 15270664 Jun 26 20:32 LICENSES.chromium.html drwxr-xr-x 2 root root 4096 Jun 26 20:32 locales/ -rwxr-xr-x 1 root root 203054408 Jun 26 20:32 ntfy-desktop* -rw-r--r-- 1 root root 117615940 Jun 26 20:37 ntfy-desktop-2.2.0-linux-amd64.zip drwxr-xr-x 2 root root 4096 Jun 26 20:32 resources/ -rw-r--r-- 1 root root 6222460 Jun 26 20:32 resources.pak -rw-r--r-- 1 root root 340718 Jun 26 20:32 snapshot_blob.bin -rw-r--r-- 1 root root 718769 Jun 26 20:32 v8_context_snapshot.bin -rw-r--r-- 1 root root 6 Jun 26 20:32 version -rw-r--r-- 1 root root 107 Jun 26 20:32 vk_swiftshader_icd.json ```
Author
Owner

@feelancer21 commented on GitHub (Oct 15, 2025):

worked with --no-sandbox option

<!-- gh-comment-id:3408016653 --> @feelancer21 commented on GitHub (Oct 15, 2025): worked with --no-sandbox option
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#16
No description provided.