From 0abef5e0669834ae0f635693a90af40383790e58 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Mon, 4 Jan 2021 12:08:39 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8f5b66..818602a 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ $ echo $XDG_RUNTIME_DIR $ echo $DBUS_SESSION_BUS_ADDRESS unix:path=/run/user/1000/bus ``` - +Or alternatively if you use WM-only, just disable mounting ```/run``` entirely and manually set XDG_RUNTIME_DIR into ```/tmp``` like ```/tmp/$(whoami)```. #### PulseAudio refused to connect This can be caused by different dbus machine-id between chroot and host, copying ```/etc/machine-id``` from host to chroot should do the job. #### Musl-based distros