Sunday, September 23, 2012

Mate 1.4 on Lubuntu 12.04

I strongly prefer Ubuntu to Mint since Mint doesn't provide an install-time option for an encrypted LVM, i.e., full-disk encryption. This just seems to be a basic requirement, especially for a laptop. However, Ubuntu has gone along with the Gnome 3 atrocity, and compounded the matter with Ubuntu Shell. So, how to get a usable UI with Ubuntu? I've been playing around with LXDE on Lubuntu, and it has considerable appeal. However, when all is said and done, it is too bare-bones. What I really want is Mate, except not bloated.

What I have done this afternoon is a fresh Lubuntu 12.04 install, and then I installed Mate 1.4 on that. This is a newer version of Mate than I have on my Mint 13 systems; that is possibly a good thing--I'm hoping for fewer bugs.

How did I install Mate on Lubuntu? It's pretty simple--the first page Google pointed me to was the right one, at Ubuntu Geek. It was not quite right, but the solution was in the comments following the article. My summary, combining the above-mentioned article with one of the corrections in comments:

sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
sudo apt-get install mate-archive-keyring
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

The weird thing above is the repeated install of mate-archive-keyring and update. What I was seeing was that, as expected, apt was unable to verify the packages in the Mate archive without its public key. So the first time I installed mate-archive-keyring, there was a warning message indicating a missing key. Then I did the update, and received a similar warning message. The next time I installed mate-archive-keyring and update, each worked. Everything else was smooth and easy.

So, how badly bloated is the result? I'm not yet sure, but I will be going over it in the near future making a list of what to remove.

4 comments:

pcm_man said...

I intend to install Lubuntu 12.10 today and then install MATE. If this works it will be fantastic because it will give me a non-bloated Ubuntu supported up to date operating system. I have stayed on 10.10 because of the Gnome3 issues.

Send me email at pcm_man@yahoo.com

pcm_man said...

I intend to install Lubuntu 12.10 today and then install MATE. If this works it will be fantastic because it will give me a non-bloated Ubuntu supported up to date operating system. I have stayed on 10.10 because of the Gnome3 issues.

Send me email at pcm_man@yahoo.com

pcm_man said...

I intend to install Lubuntu 12.10 today and then install MATE. If this works it will be fantastic because it will give me a non-bloated Ubuntu supported up to date operating system. I have stayed on 10.10 because of the Gnome3 issues.

Send me email at pcm_man@yahoo.com

Jeff Martens said...

My experience has been good, though my microphone doesn't seem to work on any of my Ubuntu/Mint systems at this point. So it goes.