This repository has been archived on 2024-04-14 . You can view files and clone it, but cannot push or open issues or pull requests.
2017-02-10 16:36:42 +00:00
---
title: Gnome Shell
---
2017-02-03 08:38:34 +00:00
# Gnome Shell
2017-01-05 02:56:10 +00:00
Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Below are installation instructions for installing GNOME Shell and necessary components:
## Install
Switch to TTY1 (Ctrl Alt F1) and login.
``` bash
sudo eopkg install gdm gnome-shell gnome-shell-extensions
```
You must also disable lightdm and enable gdm
``` bash
sudo systemctl disable lightdm
sudo systemctl stop lightdm
sudo systemctl enable gdm
sudo systemctl start gdm
```