From e76b16ea5a92bcdc3d4095ce40843b652eca81a5 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Wed, 1 May 2024 16:52:41 +0200 Subject: [PATCH] docs: update xhost command to be silent. Fix #1350 Signed-off-by: Luca Di Maio --- docs/posts/steamdeck_guide.md | 4 ++-- docs/useful_tips.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/posts/steamdeck_guide.md b/docs/posts/steamdeck_guide.md index 87441ee..f3dfcf6 100644 --- a/docs/posts/steamdeck_guide.md +++ b/docs/posts/steamdeck_guide.md @@ -49,7 +49,7 @@ Once `distrobox` is upgraded, you can use it as normal. To run GUI application, add following line to `~/.distroboxrc`. ```sh -xhost +si:localuser:$USER +xhost +si:localuser:$USER >/dev/null ``` This is needed to ensure the graphical apps can talk to the Xwayland session. @@ -113,7 +113,7 @@ correctly in SteamOS Ensure your `~/.distroboxrc` has this content: ```sh -xhost +si:localuser:$USER +xhost +si:localuser:$USER >/dev/null export PIPEWIRE_RUNTIME_DIR=/dev/null export PATH=$PATH:$HOME/.local/bin ``` diff --git a/docs/useful_tips.md b/docs/useful_tips.md index cc66f7e..db25c47 100644 --- a/docs/useful_tips.md +++ b/docs/useful_tips.md @@ -211,7 +211,7 @@ to your `~/.distroboxrc` ```console -$ cat ~/.distroboxrc -xhost +si:localuser:$USER +xhost +si:localuser:$USER >/dev/null ``` ## Enable SSH X-Forwarding when SSH-ing in a distrobox