I’m a newbie On rebornos and wondering how to Uninstall Gnome DE and install Budgie DE the easy way
Thanks
I’m a newbie On rebornos and wondering how to Uninstall Gnome DE and install Budgie DE the easy way
Thanks
Open a tty (Ctrl Alt F3 or Ctrl Alt Fn F3) and run the below commands:
sudo pacman -Rnc $(pacman -Qq | grep -E 'gnome' | xargs)
sudo pacman -S budgie budgie-extras budgie-desktop-view budgie-backgrounds network-manager-applet materia-gtk-theme arc-gtk-theme papirus-icon-theme gtk-engine-murrine
sudo pacman -S --needed gdm
sudo systemctl enable gdm
sudo systemctl restart gdm
Afterwards on the login screen, find the gear button which gives you a menu to select Budgie
You can also switch to lightdm:
sudo pacman -S lightdm lightdm-gtk-greeter lightdm-slick-greeter
sudo systemctl disable gdm
sudo systemctl enable lightdm
sudo nano /etc/lightdm/lightdm.conf
Change
greeter-session=something
to
greeter-session=lightdm-slick-greeter
Save and exit with Ctrl X
sudo systemctl restart lightdm
that worked very well
Thanks
You’re welcome . Enjoy!