From 1024c91cd10cc485da91efbc5655610128682f13 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Thu, 1 Feb 2024 23:16:20 +0100 Subject: [PATCH] docs: fix linting Signed-off-by: Luca Di Maio --- docs/posts/steamdeck_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/posts/steamdeck_guide.md b/docs/posts/steamdeck_guide.md index 65705b056c..0d0e79e406 100644 --- a/docs/posts/steamdeck_guide.md +++ b/docs/posts/steamdeck_guide.md @@ -1,9 +1,11 @@ Latest SteamOS (version 3.5 and later) already pre-installed `distrobox` and `podman`. To run GUI application, add following line to `~/.distroboxrc`. + ```sh xhost +si:localuser:$USER ``` + This is needed to ensure the graphical apps can talk to the Xwayland session. You can now start using `distrobox` on the deck, open the terminal and go: @@ -15,7 +17,6 @@ distrobox create && distrobox enter Refer to the [quickstart guide](../README.md#quick-start) and to the [usage docs](../usage/usage.md) And don't forget the [useful tips](../useful_tips.md)! - ## SteamOS 3.4 and earlier To install Distrobox on the steamdeck, we can install both `podman` and `distrobox`