added chrome-gnome-shell
This commit is contained in:
parent
58ec0b418a
commit
93edf70666
|
@ -10,7 +10,7 @@ Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Be
|
||||||
Switch to TTY1 (Ctrl Alt F1) and login.
|
Switch to TTY1 (Ctrl Alt F1) and login.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo eopkg install gdm gnome-shell gnome-shell-extensions
|
sudo eopkg install gdm gnome-shell gnome-shell-extensions chrome-gnome-shell
|
||||||
```
|
```
|
||||||
|
|
||||||
You must also disable lightdm and enable gdm
|
You must also disable lightdm and enable gdm
|
||||||
|
@ -20,4 +20,4 @@ sudo systemctl disable lightdm
|
||||||
sudo systemctl stop lightdm
|
sudo systemctl stop lightdm
|
||||||
sudo systemctl enable gdm
|
sudo systemctl enable gdm
|
||||||
sudo systemctl start gdm
|
sudo systemctl start gdm
|
||||||
```
|
```
|
||||||
|
|
Reference in New Issue