diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-28 09:00:17 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-28 09:00:17 +0000 |
commit | 178e31dade9f1acb07c2e01a9556b924f0106467 (patch) | |
tree | 0488af970fdbf112017244f995548b124dbd6502 /chroot/zoom_wrapper | |
parent | update (diff) | |
download | scripts-178e31dade9f1acb07c2e01a9556b924f0106467.tar.gz scripts-178e31dade9f1acb07c2e01a9556b924f0106467.zip |
zoom in ubuntu chroot
Diffstat (limited to 'chroot/zoom_wrapper')
-rwxr-xr-x | chroot/zoom_wrapper | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chroot/zoom_wrapper b/chroot/zoom_wrapper new file mode 100755 index 0000000..1905318 --- /dev/null +++ b/chroot/zoom_wrapper @@ -0,0 +1,6 @@ +#!/bin/sh +# host needs to have xhost enabled,i.e.: +# xhost + +# enable anyone to use pulseaudio over tcp: +# load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.1.0/24 auth-anonymous=1 +env DISPLAY=:0.0 PULSE_SERVER=127.0.0.1 zoom --disable-gpu-sandbox |