Updated some paragraphs
This commit is contained in:
parent
7108d30f1d
commit
ef00dafc74
@ -16,16 +16,16 @@ If you can see the logs, there's an entry that says there is an error with the g
|
|||||||
|
|
||||||
## Solution:
|
## 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 chown root /tmp/.X11-unix
|
||||||
sudo chgrp 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!
|
## Bye bye!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user