From 062d08778e9be0da4627557736207a4f73405c57 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 31 Dec 2022 11:29:59 -0500 Subject: [PATCH] app_containers: pulse socket is not in $container_xdg_runtime :D --- app_containers/.local/bin/run_app_container | 1 - 1 file changed, 1 deletion(-) diff --git a/app_containers/.local/bin/run_app_container b/app_containers/.local/bin/run_app_container index 13f8215..9bd1a27 100755 --- a/app_containers/.local/bin/run_app_container +++ b/app_containers/.local/bin/run_app_container @@ -36,7 +36,6 @@ else # default guess fi [ -S $host_pulse ] || die "PulseAudio UNIX socket not found" -mkdir $container_xdg_runtime/pulse # Default username (assume `user` always has the same uid as the host user) run_as=user