Skip to content

Commit f57750a

Browse files
author
Alexia Michelle
committed
feat: Add GNOME installation guide and adjust sidebar positions.
1 parent 12167f7 commit f57750a

8 files changed

Lines changed: 128 additions & 2 deletions

File tree

docs/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
15
# Welcome to the GoldenDog Linux Documentation
26

37
Welcome to the official documentation platform for **GoldenDog Linux**. Whether you are a newcomer looking to install your first Linux distribution or a power user seeking to optimize your setup, you'll find everything you need here.

docs/popular-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 4
2+
sidebar_position: 5
33
title: Popular Apps
44
description: Guide to installing third-party applications on Goldendog.
55
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Tweaking GoldenDog",
3+
"position": 6,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Guides for advanced configurations and system tweaks."
7+
}
8+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Installing GNOME
6+
7+
This guide explains how to install the GNOME desktop environment on GoldenDog Linux.
8+
9+
:::warning Unsupported Configuration
10+
Installing additional desktop environments via `tasksel` is **not officially supported**. While GNOME and other environments will likely run without issues, using this method may produce unexpected behavior that we cannot offer formal support for.
11+
12+
We may provide volunteer guidance if you run into problems, but please be aware that this is an unsupported setup. You can reach out via the [support tickets](/community) for community help.
13+
:::
14+
15+
## Installation Steps
16+
17+
1. **Update your system:**
18+
Open a terminal and run:
19+
```bash
20+
sudo apt update
21+
```
22+
23+
2. **Launch Tasksel:**
24+
Run the task selector tool:
25+
```bash
26+
sudo tasksel
27+
```
28+
29+
3. **Configure desktop environments:**
30+
In the `tasksel` interface:
31+
- **Uncheck** the option `debian desktop environment`.
32+
- **Check** the option `GNOME`.
33+
- *(Optional)* If you are running on a laptop, check the `laptop` option.
34+
35+
4. **Important Notes:**
36+
KDE Plasma and the SSH Server are already installed. **Do not re-select** the following:
37+
- `KDE Plasma`
38+
- `SSH Server`
39+
40+
Re-selecting these tools when they are already present may produce unexpected results.
41+
42+
5. **Reboot and Select GNOME:**
43+
Once the installation is complete, reboot your system:
44+
```bash
45+
sudo reboot
46+
```
47+
At the login screen:
48+
1. Select your user.
49+
2. Before entering your password, click the **cog wheel icon** in the bottom-right corner of the screen.
50+
3. Select **GNOME** from the list.
51+
4. Enter your password and log in.

i18n/es/docusaurus-plugin-content-docs/current/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
15
# Bienvenido a la Documentación de GoldenDog Linux
26

37
Bienvenido a la plataforma oficial de documentación de **GoldenDog Linux**. Tanto si es un recién llegado que busca instalar su primera distribución Linux como si es un usuario experimentado que desea optimizar su configuración, aquí encontrará todo lo que necesita.

i18n/es/docusaurus-plugin-content-docs/current/popular-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 4
2+
sidebar_position: 5
33
title: Aplicaciones Populares
44
description: Guía para instalar aplicaciones de terceros en Goldendog.
55
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Personalización de GoldenDog",
3+
"position": 6,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Guías para configuraciones avanzadas y ajustes del sistema."
7+
}
8+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# Instalación de GNOME
6+
7+
Esta guía explica cómo instalar el entorno de escritorio GNOME en GoldenDog Linux.
8+
9+
:::warning Configuración no Soportada
10+
La instalación de entornos de escritorio adicionales a través de `tasksel` **no cuenta con soporte oficial**. Aunque GNOME y otros entornos probablemente funcionarán sin problemas, el uso de este método puede producir comportamientos inesperados para los cuales no podemos ofrecer soporte formal.
11+
12+
Podemos proporcionar orientación voluntaria si tiene problemas, pero tenga en cuenta que esta es una configuración no soportada. Puede solicitar ayuda a la comunidad a través de los [tickets de soporte](/community).
13+
:::
14+
15+
## Pasos de Instalación
16+
17+
1. **Actualice su sistema:**
18+
Abra una terminal y ejecute:
19+
```bash
20+
sudo apt update
21+
```
22+
23+
2. **Inicie Tasksel:**
24+
Ejecute la herramienta de selección de tareas:
25+
```bash
26+
sudo tasksel
27+
```
28+
29+
3. **Configurar entornos de escritorio:**
30+
En la interfaz de `tasksel`:
31+
- **Desmarque** la opción `debian desktop environment`.
32+
- **Marque** la opción `GNOME`.
33+
- *(Opcional)* Si está utilizando una laptop, marque la opción `laptop`.
34+
35+
4. **Notas Importantes:**
36+
KDE Plasma y el servidor SSH ya están instalados. **No vuelva a seleccionar** lo siguiente:
37+
- `KDE Plasma`
38+
- `SSH Server`
39+
40+
Volver a seleccionar estas herramientas cuando ya están presentes puede producir resultados inesperados.
41+
42+
5. **Reinicie y seleccione GNOME:**
43+
Una vez finalizada la instalación, reinicie su sistema:
44+
```bash
45+
sudo reboot
46+
```
47+
En la pantalla de inicio de sesión:
48+
1. Seleccione su usuario.
49+
2. Antes de ingresar su contraseña, haga clic en el **icono de la rueda dentada** en la esquina inferior derecha de la pantalla.
50+
3. Seleccione **GNOME** de la lista.
51+
4. Ingrese su contraseña e inicie sesión.

0 commit comments

Comments
 (0)