From 178e31dade9f1acb07c2e01a9556b924f0106467 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 28 Apr 2022 13:30:17 +0430 Subject: zoom in ubuntu chroot --- chroot/ubuntu2204.sh | 2 +- chroot/zoom_wrapper | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 chroot/zoom_wrapper (limited to 'chroot') diff --git a/chroot/ubuntu2204.sh b/chroot/ubuntu2204.sh index 8721218..0d9c125 100755 --- a/chroot/ubuntu2204.sh +++ b/chroot/ubuntu2204.sh @@ -7,4 +7,4 @@ sudo mount -t sysfs sys $CHROOT_DIR/sys/ # sudo mount -o bind /tmp $CHROOT_DIR/tmp/ # sudo mount -o bind /dev $CHROOT_DIR/dev/ sudo mount -t devpts none "$CHROOT_DIR/dev/pts" -o ptmxmode=0666,newinstance -sudo chroot $CHROOT_DIR +sudo xchroot $CHROOT_DIR 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 -- cgit v1.2.3