minor details changed, resumed

This commit is contained in:
xp0sed_relay43 2022-09-14 21:46:36 -03:00
parent 3306150d7a
commit 7701062ddc
1 changed files with 2 additions and 2 deletions

View File

@ -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!