From 7701062ddcbef70564095bec90b847fabacef91a Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:46:36 -0300 Subject: [PATCH] minor details changed, resumed --- Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md index 688ac30..65f4af9 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -18,14 +18,14 @@ If you can see the logs, there's an entry that says there is an error with the g 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'. -The moment that you have been waiting for, the solution. This can be solved with the next commands: +This can be solved 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. +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. ## Bye bye!