From 7e8cce3e105a4c04158887cfd768728c7bd3a100 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:57:53 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/FAQ.md b/FAQ.md index e2ab7bb..8c1c3fc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -293,5 +293,18 @@ https://github.com/rustdesk/rustdesk/discussions/6444#discussioncomment-8521217 > The paid version also provides a number of security features not available with the free version, such as extensive logging (login attempts, time/date stamp, originating IP) and client machine management. +# Some X11 connection connection refused issue +https://github.com/rustdesk/rustdesk/discussions/5095#discussioncomment-8768671 + +> i asm also hit this in arch kde x11 session. + +> ``` +> sudo pacman -S xorg-xhost +> ``` +> add below in my .bashrc solve my problem +> ``` +> xhost +local:root > /dev/null 2>&1 +> ``` +