From ef00dafc74c4669980b70ca33b888c691f353eed Mon Sep 17 00:00:00 2001 From: germedeb Date: Wed, 14 Sep 2022 22:02:24 -0300 Subject: [PATCH] Updated some paragraphs --- Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md index 65f4af9..4d6c09a 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -16,16 +16,16 @@ If you can see the logs, there's an entry that says there is an error with the g ## Solution: -There's an explanation for this, an error occurs with the group and user access of ´/tmp/.X11-unix´, the owner of this folder should be 'root'. +As I said, the error is the ´/tmp/.X11-unix´ folder, because the user and group isn't correct. It should be 'root'. -This can be solved with the next commands: +That can be changed with the next commands: ``` sudo chown root /tmp/.X11-unix sudo chgrp root /tmp/.X11-unix ``` -After that, it would be over. I launched the commands in 'sway', but I'm not sure if there would be any side-effects if you launch the commands in a X11 session. I recommend you to launch the commands in TTY mode, or a WM-session that doesn't use X11. +That's it. I launched the commands in sway, but I'm not sure if there would be any problems if you launch the commands in a X11 session. I recommend you to launch the commands in a TTY, or a wm or desktop that doesn't use Xorg. ## Bye bye!