From 4e35d617401f9df3e054b269956f8970d0944430 Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 20:58:58 -0300 Subject: [PATCH 1/7] english correction --- Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md index cf484d6..d7f7c3f 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -8,27 +8,29 @@ SPDX-License-Identifier: CC-BY-SA-4.0 [Versión en español](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Gnome-Xwayland/Gnome-Xwayland-ES.md) -Ok, this will be a short post, but I hope this can help you if you stop at the same situation. +Ok, this will be a short post, but I hope this can help you if someone has the same problem as I had. -This is the problem: You try to open gnome (wayland) and at the first second, it closes and it drops you at GDM again. +Here's the problem we been dealing: You try to open a session with Gnome (Wayland WM) but it closes right at the moment. After this, you are at the same we started, the GDM (Gnome Display Manager). -If you see the logs, there is an entry that says that there is an error with the group and user of the folder `/tmp/.X11-unix`. +If you can see the logs, there's an entry that says there was an error with the group and user of the folder '/tmp/.X11-unix'. ## Solution: -Aas we say, the thing that makes problems is the user and group of the `/tmp/.X11-unix` folder, that should be `root`. +There's a strange explanation for this, a error occurs with the group and user access of ´/tmp/.X11-unix´, the owner of this folder should be 'root'. -This can be changed with two commands: +The moment that you have been waiting for, the solution. This can be solved with the next commands: ``` sudo chown root /tmp/.X11-unix sudo chgrp root /tmp/.X11-unix ``` -It should be done. I launched that in sway, but I'm not sure about what can happens if you run that inside a X11 session. Try to run it only in a TTY or in a wm that don't use Xorg. +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! With that, I leave. Hope I helped you feel free to [contact me](t.me/debgerme) If you have questions or something to say. You can send a commit here if you want + +English version corrected by: @xp0sed_relay43 -- 2.43.2 From 8abb17286dd7a1fe1a5f2ee1afe8dea67ca425fa Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:05:58 -0300 Subject: [PATCH 2/7] more english corrections --- 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 d7f7c3f..5e8a121 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -10,13 +10,13 @@ SPDX-License-Identifier: CC-BY-SA-4.0 Ok, this will be a short post, but I hope this can help you if someone has the same problem as I had. -Here's the problem we been dealing: You try to open a session with Gnome (Wayland WM) but it closes right at the moment. After this, you are at the same we started, the GDM (Gnome Display Manager). +Here's the problem we been dealing: You try to open a session with Gnome (Wayland) but it closes right at the moment. After this, you are at the same we started, the GDM (Gnome Display Manager). If you can see the logs, there's an entry that says there was an error with the group and user of the folder '/tmp/.X11-unix'. ## Solution: -There's a strange explanation for this, a error occurs with the group and user access of ´/tmp/.X11-unix´, the owner of this folder should be 'root'. +There's a strange 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: -- 2.43.2 From 7427965af10527b26bbee5e348f348f2abd56ea6 Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:07:30 -0300 Subject: [PATCH 3/7] more and more english corrections --- Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md index 5e8a121..0ac16f4 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -12,7 +12,7 @@ Ok, this will be a short post, but I hope this can help you if someone has the s Here's the problem we been dealing: You try to open a session with Gnome (Wayland) but it closes right at the moment. After this, you are at the same we started, the GDM (Gnome Display Manager). -If you can see the logs, there's an entry that says there was an error with the group and user of the folder '/tmp/.X11-unix'. +If you can see the logs, there's an entry that says there is an error with the group and user of the folder '/tmp/.X11-unix'. ## Solution: -- 2.43.2 From f02b388f43c49530c9ddf88cb055c61454e26d49 Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:09:00 -0300 Subject: [PATCH 4/7] =?UTF-8?q?WIPEHFNkedfmsd=C3=B1feiowfjkl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md index 0ac16f4..c301502 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -16,7 +16,7 @@ If you can see the logs, there's an entry that says there is an error with the g ## Solution: -There's a strange explanation for this, an error occurs with the group and user access of ´/tmp/.X11-unix´, the owner of this folder should be 'root'. +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: -- 2.43.2 From 3306150d7a69a146e7873199b2fef7139574998f Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:11:41 -0300 Subject: [PATCH 5/7] =?UTF-8?q?o=C3=BAsafja=C3=B1nkljdfhqw=C2=B4jo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md index c301502..688ac30 100644 --- a/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md +++ b/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md @@ -25,7 +25,7 @@ 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! -- 2.43.2 From 7701062ddcbef70564095bec90b847fabacef91a Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:46:36 -0300 Subject: [PATCH 6/7] 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! -- 2.43.2 From 7b77c4327e8529b8223c0892989e59dcffbd21a4 Mon Sep 17 00:00:00 2001 From: xp0sed_relay43 Date: Wed, 14 Sep 2022 21:51:27 -0300 Subject: [PATCH 7/7] minor details changed --- Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md b/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md index 348fc4c..342fd17 100644 --- a/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md +++ b/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md @@ -19,7 +19,7 @@ First, I will show you the list of steps to follow: * Make the CUE file * How to use it -## Have the required programs +## Required programs You need this pieces: @@ -112,7 +112,7 @@ Now you can play your song!!! ## Credits: -[sys128](https://www.youtube.com/c/sys128) - He Helped me to make my music work on Vib-Ribbon. +[sys128](https://www.youtube.com/c/sys128) - He helped me to make my music work on Vib-Ribbon. ## Bye bye! -- 2.43.2