Skip to content

Instantly share code, notes, and snippets.

@AubreyHewes
Created May 11, 2017 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AubreyHewes/4bf5b7c17f29a7ac850bb9ba303f9af7 to your computer and use it in GitHub Desktop.
Save AubreyHewes/4bf5b7c17f29a7ac850bb9ba303f9af7 to your computer and use it in GitHub Desktop.
Install Budgie Desktop on Ubuntu

Budgie on Ubuntu

Source: http://tipsonubuntu.com/2016/11/09/install-budgie-desktop-ubuntu-16-04-16-10/

Ubuntu Budgie now is an official Ubuntu flavor. For those who want to try this Gnome 3 based desktop environment, here is how to install Budgie Desktop in Ubuntu 16.04, Ubuntu 16.10. Also a complete uninstall guide is available. Budgie Desktop is a modern desktop features heavy integration with the GNOME stack. It’s the default desktop environment of Ubuntu Budgie (formerly known as Budgie Remix), which now is an official Ubuntu flavor.

Install Budgie Desktop in Ubuntu:

Budgie Remix Team has an official PPA repository. So far Ubuntu 16.04, Ubuntu 16.10, and their derivatives are supported.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:budgie-remix/ppa

Type in your password (no visual feedback) when it asks and hit Enter.

2. Then update and install the desktop via:

sudo apt update
sudo apt install budgie-desktop-environment

The commands will install the new desktop environments along with new startup splash, GTK login greeter, recommended Gnome libraries, etc.

3. Once installed, log out and select Budgie Desktop session by clicking the logo icon after your username.

How to Completely Uninstall / Remove Budgie Desktop:

1. To uninstall the desktop environment, open terminal and run command:

sudo apt remove budgie-desktop-environment budgie-desktop && sudo apt autoremove

And the PPA can be removed by going to System Settings -> Software & Updates -> Other Software tab.

2. To restore the default login screen (Unity Greeter), run command to remove GTK greeter:

sudo apt remove lightdm-gtk-greeter && sudo apt autoremove

3. To restore the default start-up splash logo, run command:

sudo update-alternatives --config default.plymouth

Type the number that indicates Ubuntu logo and hit enter.

And apply the plymouth changes via command:

sudo update-initramfs -u

The command takes a few seconds depends on your machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment