added gnome-xwayland post and this blog is now reuse specification compliant

This commit is contained in:
germedeb 2022-09-14 18:55:07 -03:00
parent 82f3d46f5a
commit b882eb41bf
17 changed files with 126 additions and 0 deletions

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# How to add *Custom Songs* to *Vib-Ribbon* (emulator)
[Versión en español](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-ES.md)

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Cómo añadir *Canciones Custom* a *Vib-Ribbon* (Emulador)
[English version](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md)

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0

View File

@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Gnome isn't able to enter wayland: solution
[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.
This is the problem: You try to open gnome (wayland) and at the first second, it closes and it drops you at GDM again.
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`.
## Solution:
Aas we say, the thing that makes problems is the user and group of the `/tmp/.X11-unix` folder, that should be `root`.
This can be changed with two 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.
## 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

View File

@ -0,0 +1,34 @@
<!--
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Gnome no puede entrar a wayland: solución
[English version](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md)
Ok, este va a ser un post muy corto, pero la intención es salvarle la culata a muchos de esta situación por la que tuve que pasar.
El problema es el siguiente: Intentas abrir gnome (wayland) y al segundo se cierra, y te lanza a GDM de vuelta.
Si te fijas bien en los logs, hay una entrada que dice que hay una falla en los permisos de la carpeta `/tmp/.X11-unix`.
## Solución
Como dijimos antes, lo que nos está dando problemas es que el grupo y el usuario a cargo de `/tmp/.X11-unix` está mal asignado, y deberían estar en `root`.
Esto se cambia con estos dos comandos:
```
sudo chown root /tmp/.X11-unix
sudo chgrp root /tmp/.X11-unix
```
Con eso debe estar. Yo lo he ejecutado en sway, y no estoy seguro de qué pasará si se ejecuta dentro de usa sesión de X11, pero por si acaso, hazlo en una TTY o en un wm o escritorio que no usen Xorg.
## Bye bye!
Con esto me despido. Espero haberles ayudado
Sientete libre de [contactarme](t.me/debgerme) si tienes preguntas o algo que decir. Puedes enviar un commit aquí si quieres.

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Luci-Blogpost
[View in English](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost)
@ -8,6 +14,8 @@ POSTS:
[Cómo añadir *Música Custom* a *Vib-Ribbon*](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-ES.md)
[Gnome no puede entrar a wayland](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Gnome-Xwayland/Gnome-Xwayland-ES.md)
## License
Este trabajo está licenciado bajo la [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Luci-Blogpost
[Ver en Español](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/README-ES.md)
@ -8,6 +14,8 @@ POSTS:
[How to add *Custom Songs* to *Vib-Ribbon*](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Custom-songs-Vib-Ribbon/Custom-songs-Vib-Ribbon-EN.md)
[Gnome isn't able to enter wayland](https://gitea.sergiotarxz.freemyip.com/germedeb/Luci-Blogpost/src/branch/master/Posts/Gnome-Xwayland/Gnome-Xwayland-EN.md)
## License
This work is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)