From f2a2beb67291f084cc5b909168eb61921c2f00b4 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Thu, 12 Nov 2020 17:06:20 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6943e3e..0b51b0b 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ An example with multiple enviroment variables. ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct GTK_CSD=0 LD_PRELOAD=/var/home/lemniskett/git_repo/gtk3-nocsd/libgtk3-nocsd.so.0" ``` ### Known issues -#### Void Musl +#### Musl-based distros. Although /run is mounted in chroot enviroment on boot, XDG_RUNTIME_DIR is not visible in chroot enviroment, remounting /run will make it visible. do : ``` archbox --remount-run ``` -after user login, Also you need to kill every process that runs in XDG_RUNTIME_DIR when you log out, if you use ```startx``` you need to reinstall archbox with ```--exp``` flag and use ```startx-killxdg``` instead of ```startx```. -Tested in Void Linux musl. +after user login, Also if you use Void Musl, you need to kill every process that runs in XDG_RUNTIME_DIR when you log out, if you use ```startx``` you need to reinstall archbox with ```--exp``` flag and use ```startx-killxdg``` instead of ```startx```. +Tested in Void Linux musl and Alpine Linux.