MATE Desktop 1.14 for Ubuntu MATE 16.04 is available now

Can you guys name some of the features in the release notes that make this update worthwhile?

It seems that most of what makes 1.14 a valuable Mate version is the definite move to GTK3, but since our PPA includes a version built against GTK2+, until we get Ubuntu-Mate 16.10 and GTK3 by default, we are only left with those features in the release notes that improve the current MATE applications. But I can’t find anything worthwhile in there.

At first glance I’m not seeing an advantage in adding this PPA to the 16.04 line. Would you agree?

4 Likes

Hi @marfig,

I installed it and didn’t notice any change whatsoever to be honest!. :smiley:

1 Like

I think the GTK2 build is basically a bugfix release. I didn’t come across any new features either.

1 Like

I with change, Ubuntu Mate starts and better off, now turn off in 5 seconds

2 Likes

Is it possible to add it manually to the advanced menu like in the classic menu?

I think there is an options button on the advanced menu, “Preferences”?. :smiley:

1 Like

Thank you . Installing now.

You can get it by pressing ALT+F2 and entering mate-about .

1 Like

There seems to be an issue with the PPA, see UM 16.04 update broken with Mate 1.14.1 PPA

The PPA is fixed :slight_smile:

1 Like

Just installed the PPA for MATE 1.14 and so far I’m impressed. The only bug I’ve found is that it seems MATE is picky on where you can use apt update && apt upgrade && apt dist-upgrade.

If I enter the terminal and paste sudo apt update && sudo apt upgrade && sudo apt dist-upgrade, I get the following:

santafe@santafe-Dell-DXP051:~$ sudo apt update && apt upgrade && apt dist-upgrade
[sudo] password for santafe: 
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Ign:2 http://dl.google.com/linux/earth/deb stable InRelease                                        
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease                                 
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease                               
Hit:5 http://dl.google.com/linux/earth/deb stable Release                                          
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease                                         
Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]                        
Hit:8 http://ppa.launchpad.net/appgrid/stable/ubuntu xenial InRelease                              
Hit:9 http://ppa.launchpad.net/embrosyn/cinnamon/ubuntu xenial InRelease                           
Ign:10 http://download.videolan.org/pub/debian/stable  InRelease                                   
Hit:11 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial InRelease              
Hit:12 http://download.videolan.org/pub/debian/stable  Release           
Hit:13 http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu xenial InRelease 
Hit:14 http://ppa.launchpad.net/no1wantdthisname/ppa/ubuntu xenial InRelease
Hit:15 http://ppa.launchpad.net/rvm/smplayer/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/trebelnik-stefina/solaar/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/ubuntu-mate-dev/welcome/ubuntu xenial InRelease
Hit:19 http://ppa.launchpad.net/ubuntu-mate-dev/xenial-mate/ubuntu xenial InRelease
Hit:20 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 94.5 kB in 2s (37.1 kB/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
santafe@santafe-Dell-DXP051:~$ 

However, I have an alias in my .bash_aliases file called DUpdate that looks like this: alias DUpdate=‘sudo apt update && sudo apt upgrade && sudo apt dist-upgrade’ and when I run it this happens:

santafe@santafe-Dell-DXP051:~$ DUpdate
Ign:1 http://dl.google.com/linux/earth/deb stable InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease                                         
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease                                 
Hit:4 http://dl.google.com/linux/earth/deb stable Release                                          
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease                               
Hit:6 http://ppa.launchpad.net/appgrid/stable/ubuntu xenial InRelease                              
Hit:7 http://archive.canonical.com/ubuntu xenial InRelease                                         
Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]                        
Ign:9 http://download.videolan.org/pub/debian/stable  InRelease                                    
Hit:10 http://ppa.launchpad.net/embrosyn/cinnamon/ubuntu xenial InRelease                          
Hit:11 http://download.videolan.org/pub/debian/stable  Release                                     
Hit:12 http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial InRelease                            
Hit:13 http://ppa.launchpad.net/mc3man/mpv-tests/ubuntu xenial InRelease             
Hit:15 http://ppa.launchpad.net/no1wantdthisname/ppa/ubuntu xenial InRelease
Hit:16 http://ppa.launchpad.net/rvm/smplayer/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/trebelnik-stefina/solaar/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/ubuntu-mate-dev/welcome/ubuntu xenial InRelease
Hit:19 http://ppa.launchpad.net/ubuntu-mate-dev/xenial-mate/ubuntu xenial InRelease
Hit:20 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Fetched 94.5 kB in 2s (36.4 kB/s)                   
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
santafe@santafe-Dell-DXP051:~$ 

Is this a bug, or what? Seems to me if it gives me errors when I run it in the terminal, but doesn’t when it’s in an alias command, that’s a bit confusing. :wink:

sudo apt update && sudo apt upgrade, and sudo apt update && sudo apt dist-upgrade works normally though.

EDIT: Ignore this post, it was a brain fart. As it was pointed out to me, I forgot two pesky SUDOs. :dizzy_face:

1 Like

Hey
According to your first log you forgot two "sudo"s in your first command. :)

1 Like

So I did! Thanks for pointing that out. Them pain pills for post Pace Maker operation are rather potent. :wink:

1 Like

Hello. I was distracted while installing this upgrade. I missed this note about pressing Enter to accept at the prompt. I typed Y to install the package maintainers version.

Do I need to reinstall the upgrade or will it be okay to leave it as it is.

Thanks.

2 Likes

I did the same thing, I would like to know as well.

1 Like

No problem @AmalMI and @kuwoodsays as far as i know the mate indicator applet wont show rhythmbox and other multimedia players playing list rather only a volume slider. However you can reenable it by going to MATE tweak and changing your current panel layout to some other and then revert back to your original panel make sure you tick the enable indicator box if it is not enabled…

2 Likes

I’ve just done the upgrade and I love it… no problems. My thoughts on where the upgrade should be placed… the system tools or more software section within the software boutique application… just a thought.

2 Likes

Thank you very much. Easy to follow instruction Sir.

Could it perhaps be integrated in the “Software Update” button in the Welcome Center? The backend magic could just add the PPA and perform a dist-upgrade, I guess, but I’m not sure how any of this computery stuff works. :stuck_out_tongue: