Skip to content

Instantly share code, notes, and snippets.

@drodsou
Forked from Frandy/ubuntu12server_mate.textile
Last active July 30, 2016 08:58
Show Gist options
  • Save drodsou/6361262 to your computer and use it in GitHub Desktop.
Save drodsou/6361262 to your computer and use it in GitHub Desktop.
[linux, procedure] From ubuntu server to mate desktop

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=lightdm-gtk-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