Skip to content

Instantly share code, notes, and snippets.

@geedelur
Created July 30, 2012 16:18
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save geedelur/3208149 to your computer and use it in GitHub Desktop.
Save geedelur/3208149 to your computer and use it in GitHub Desktop.
Ubuntu Server 12.04 + MATE + LightDM

Starting with a clean Ubuntu Server 12.04…

MATE (from http://www.noob2geek.com/linux/how-to-install-mate-desktop-environment-in-ubuntu-12-04/)

Install add-apt-repository

  • sudo apt-get install python-software-properties

Add the repository to the source list:

Install:

  • sudo apt-get update
  • sudo apt-get install mate-archive-keyring
  • sudo apt-get update
  • sudo apt-get install mate-core
  • sudo apt-get install mate-desktop-environment

LightDM (from http://conocimientoadictivo.blogspot.com/2012/06/instalar-lightdm-en-linux-mint-13.html)

Install

  • sudo apt-get install lightdm-gtk-greeter

Configure

  • sudo nano /etc/lightdm/lightdm.conf

> [SeatDefaults]
> greeter-session=unity-greeter
> user-session=mate

That’s all!

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