Update README.md

This commit is contained in:
Lemniskett 2020-12-12 02:04:08 +07:00 committed by GitHub
parent 80a41ceb9b
commit f0a0d5bfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,12 @@ Although /run is mounted in chroot enviroment on boot, XDG_RUNTIME_DIR is not vi
``` ```
archbox --remount-run archbox --remount-run
``` ```
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```. 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, You need to reinstall archbox with ```--exp``` flag and use ```startx-killxdg``` instead of ```startx```, or run :
```
/usr/local/share/archbox/bin/remount_run killxdg
```
on logout. you can put it in ```/etc/gdm/PostSession/Default``` if you use GDM
Tested in Void Linux musl and Alpine Linux. Tested in Void Linux musl and Alpine Linux.
#### Polkit #### Polkit