Provide a Desktop Environments article, replacing the previous GNOME Shell article.

Start of desktop agnostic documentation, as per #44.
This commit is contained in:
Joshua Strobl 2017-05-26 18:49:15 +03:00
parent b0cc1dc347
commit 29a5a60ee4
2 changed files with 32 additions and 13 deletions

View File

@ -0,0 +1,32 @@
+++
title = "Desktop Environments"
aliases = ["/articles/software/gnome-shell/en/"]
+++
# Desktop Environments
Solus offers a [multitude of desktop environments](/solus/experiences/), ranging from the feature-rich and modern Budgie to the traditional MATE experience.
## Budgie
The flagship desktop environment / experience of Solus is Budgie. If you have installed either our MATE or GNOME editions, you can try out and install Budgie by running the following command:
``` bash
sudo eopkg install -c desktop.budgie
```
## Gnome Shell
Solus offers a GNOME Shell experience that ships out-of-the-box with a variety of extensions. If you have installed either our Budgie or MATE editions, you can try out and install GNOME Shell by running the following commands:
``` bash
sudo eopkg rm lightdm
sudo eopkg install gdm gnome-shell gnome-desktop-branding
```
## MATE
Solus offers the MATE desktop environment / experience, tailored to advanced users and older hardware, as well as shipping with our modern menu called [Brisk Menu](https://github.com/solus-project/brisk-menu). If you have installed either our Budgie or GNOME editions, you can try out and install MATE by running the following command:
``` bash
sudo eopkg install -c desktop.mate
```

View File

@ -1,13 +0,0 @@
+++
title = "Gnome Shell"
+++
# Gnome Shell
Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Below are installation instructions for installing GNOME Shell and necessary components:
## Install
``` bash
sudo eopkg rm lightdm
sudo eopkg install gdm gnome-shell gnome-desktop-branding
```