Cleanup GNOME Shell article

This commit is contained in:
Joshua Strobl 2017-04-19 02:45:27 +03:00
parent 18f6b3f257
commit 79410aff60
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 2 additions and 12 deletions

View File

@ -7,17 +7,7 @@ Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Be
## Install
Switch to TTY1 (Ctrl Alt F1) and login.
``` bash
sudo eopkg rm lightdm
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
```
```