From a980c47351689157d23bb99d18f6fcfaf080f556 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:01:25 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5db8613..1b71525 100644 --- a/FAQ.md +++ b/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 > ```