We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c77c103 + 30c939c commit 7cfda42Copy full SHA for 7cfda42
sandbox/src/usr/bin/runappimage
@@ -27,7 +27,7 @@ else
27
loopmounter "${APPIMAGE}" "${MOUNT}"
28
if [ -x /usr/bin/bwrap ] ; then
29
# http://www.galago-project.org/specs/notification/0.9/index.html
30
- notify-send "Runninng sandboxed" "${APPIMAGE}"
+ notify-send "Running sandboxed" "${APPIMAGE}"
31
# TODO: More elaborate sandboxing
32
# See https://github.com/flatpak/flatpak/wiki/Sandbox and
33
# https://github.com/projectatomic/bubblewrap/blob/master/demos/xdg-app-run.sh
0 commit comments