minor fix

This commit is contained in:
valoq 2022-11-22 06:24:56 +01:00
parent c313ad534c
commit 808e94598e
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8
3 changed files with 2 additions and 7 deletions

View File

@ -18,5 +18,5 @@ set -euo pipefail
--new-session \
--seccomp 10 \
10< /usr/local/bin/seccomp_default_filter.bpf \
/usr/bin/evince "$@"
/usr/bin/evince "$@"
)

View File

@ -15,12 +15,10 @@ set -euo pipefail
--ro-bind /run/user/"$(id -u)"/"$WAYLAND_DISPLAY" /run/user/"$(id -u)"/"$WAYLAND_DISPLAY" \
--bind-try ~/.cache/fontconfig ~/.cache/fontconfig \
--bind-try ~/.config/libreoffice ~/.config/libreoffice \
--ro-bind-try "${@: -1}" "${@: -1}" \
--bind-try "${@: -1}" "${@: -1}" \
--unshare-all \
--new-session \
--seccomp 10 \
10< /usr/local/bin/seccomp_default_filter.bpf \
/usr/bin/libreoffice "$@"
)

View File

@ -26,8 +26,5 @@ set -euo pipefail
/usr/bin/vlc "$@"
)
## todo:
# - find a way to mount pipewire socket dynamically
## requires qt5-wayland to run on wayland
## wayland support in vlc is currently still under development