mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 09:53:20 +03:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -300,7 +300,7 @@ https://github.com/rustdesk/rustdesk/discussions/5095#discussioncomment-8768671
|
|||||||
> ```
|
> ```
|
||||||
> sudo pacman -S xorg-xhost
|
> sudo pacman -S xorg-xhost
|
||||||
> ```
|
> ```
|
||||||
> add below in my .bashrc solve my problem
|
> add below in my `.bashrc` solve my problem (which enables root can access you X11 even without $XAUTHORITY)
|
||||||
> ```
|
> ```
|
||||||
> xhost +local:root > /dev/null 2>&1
|
> xhost +local:root > /dev/null 2>&1
|
||||||
> ```
|
> ```
|
||||||
|
|||||||
Reference in New Issue
Block a user