Updated FAQ (markdown)

RustDesk
2024-03-15 01:01:25 +08:00
parent a68631e0e7
commit a980c47351

2
FAQ.md

@@ -300,7 +300,7 @@ https://github.com/rustdesk/rustdesk/discussions/5095#discussioncomment-8768671
> ```
> sudo pacman -S xorg-xhost
> ```
> add below in my `.bashrc` solve my problem (which enables root can access you X11 even without $XAUTHORITY)
> add below in my `.bashrc` solve my problem (which enables local root can access you X11 even without $XAUTHORITY)
> ```
> xhost +local:root > /dev/null 2>&1
> ```