diff --git a/software/desktop-environments/en.md b/software/desktop-environments/en.md new file mode 100644 index 0000000..f2ae397 --- /dev/null +++ b/software/desktop-environments/en.md @@ -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 +``` \ No newline at end of file diff --git a/software/gnome-shell/en.md b/software/gnome-shell/en.md deleted file mode 100644 index e4500b8..0000000 --- a/software/gnome-shell/en.md +++ /dev/null @@ -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 -``` \ No newline at end of file