Tag Archives: Ubuntu 14.10

Should you install Ubuntu Mate?

With Ubuntu’s release a few weeks ago of Ubuntu 14.10, Mate has now become an official flavor of Ubuntu.

There are two pieces of bad news that relate to this that we’ll get out of the way. First Ubuntu’s default distribution, which uses the Unity Desktop by default, broke a key Linux feature. If you install Ubuntu with Unity, you can’t easily change your desktop. Or, if you try, you’ll break your system. Ubuntu seems to want you to use Unity no matter what. Second, while at one time all flavors of Ubuntu were treated more or less alike (though the “Default” was gnome) now, the non-Unity distros are called “Older and other” and you have to dig around to find them. Apparently, Ubuntu wants you to use Unity no matter what. Where have I heard that before?

So, long term, don’t expect Mate, or KDE, or any of the other non-Unity distributions to remain as Ubuntu Flavors. I strongly suspect Ubuntu will eventually boot out all the non Unity distros. This will happen about the time Ubuntu gets past a certain percentage of the portable device market (which, at this time, it is not really part of) and it becomes in the interest of Ubunut’s backers to unify the look and feel, with Ubuntu Unityish being the operating system for the next generation of smart phones of which they will sell many. I assume. Or maybe not, we’ll see.

So, why should you install mate? Consider the following two reasons:

1) It isn’t Unity, it works better if you like the traditional Gnome 2.0 style of a desktop. This is really the only way to get that style desktop.

2) It isn’t Unity, and at this point as many of us as possible have to be using something other than Unity (unless of course you happen to like Unity in which case you’ve probably stormed off by now so good bye) in order to send the message that no, we won’t have the Linux Desktop broken by a big gorilla that first takes over the whole Linux thing by being so good at it then tells us what we have to eat for dinner every day thereafter. Thank you very much.

Beyond that, the reason to install the Ubuntu flavor of Mate instead of Mate on some other distro is that, like it or not, Ubuntu has the best distro if you don’t want to totally roll your own or fiddle a lot. You still have to fiddle (see here for example) but most will get their computer off the ground a lot faster and less painfully with Ubuntu.

I was not really happy with some of the earlier incarnations of Mate, partly because this Gnome fork seemed to have broken a lot of nice Gnome features, rather than just forking them. Now, however, either they have stopped doing that or I’ve forgotten what features Gnome had that I liked and don’t care any more. But seriously, Mate as implemented (version 17) on Ubuntu Linux (14.10) is a clean and nice installation.

To install go here, download the appropriate file, then make a bootable DVD or USB. The USB is easier. You can use the ddrescue command indicated here to make a bootable USB. Don’t make the mistake I did. I forgot that not all USB ports on your computer are created equal. Even if your bios is configured to allow you to boot from USB, that may refer to only some of the USB ports. Your computer might even be labeled to indicate this (mine was, but the labeling was tiny and criptic so I was unaware of it!) If you think you’ve got a working boot USB, and it does not work, move it to a different port.

Then, after you have installed Mate, you may want to mess around with it to make it work better.

10+ Things To Do After Installing Ubuntu 14.10 Utopic Unicorn

NEW: Very first look at Ubuntu Linux 15.04 Vivid Vervet Beta Mate Flavor

See: Ubuntu Unleashed

Here is a list of things to do after you have installed Ubuntu 14.10 Utopic Unicorn.

There is some discussion of whether or not you should upgraded to 14.10 here, but the short version is, for most people an upgrade from 14.04 is not necessary but not a bad idea, and an upgrade from any earlier version is a very good idea. Mostly, though, you should just upgrade.

One could ask the question, should you be installing Ubuntu with Unity. You have to like Unity. I personally like to have a wider range of desktop options than Ubuntu with Unity allows, but for a notebook or laptop where you are going to be using one application at a time, usually use GUI apps, and like to have your computer integrated fairly seamlessly to social networking services, etc., it is a good option.

But, as is always the case with any operating system, you can either use it out of the box or change a few things. Because of OpenSource related licensing things a few things need to be done by you that would normally be done by the provider of the OS (but this is a free OS so you don’t get that) but most of these changes are just to make the OS more like you like it. So pick and choose.

First, before you do anything…

Run these commands to bring your system up to date, even if you just installed Ubuntu 14.10.


sudo apt-get update
sudo apt-get dist-upgrade

Reminder: When you start a command with “sudo” you will be asked to enter your password. If you use “sudo” again soon after, the system figures a bad guy did not konk you on the head to take over your computer, and it is probably you issuing the command so it does not ask for your password again. After a while, the system figures you probably did get konked on the head and will attempt to verify your identity by asking for your password.

Also, for the various commands being suggested here (and I should say you are totally on your own and I take no responsibility if you muck up your system, good luck and have a nice day) you may have to enter a “y” (for yes) or do some other things, so keep an eye on your computer.

Install Better or More Appropriate Graphics Card Drivers

Using Software & Updates ~ “Additional Drivers” tab ~ Do what it says there

Install Ubuntu Restricted Extras

This includes some fonts, java, the flash plugin, DVD playback ability, and so on. You need some of this stuff. Use this command:


sudo apt-get install ubuntu-restricted-extras

Install additional extras for multimedia

To install DVD playback ability:

sudo /usr/share/doc/libdvdread4/install-css.sh

Some, many, users will want additional codecs:

sudo apt-get install gstreamer0.10-plugins-ugly gxine libdvdread4 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 libavcodec-extra

Adjust the degree to which the Ubuntu Unity Dashboard annoys you and violates your privacy

Method 1

System Settings ~ Privacy and Security ~ Turn stuff off, especially the online items.

Unity now has the settings people usually turn off unset by default, so you may not need this.

Method 2

If you do need to turn off all the settings check out Fix Ubuntu has a nice script that will maximally crack down on Unity. You can get the script and run it right away, if you are trusting (it looks trustworthy to me) with this nifty one liner:


wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash

While you are addressing privacy, you may or may not want to disable system crash reports. Sending system crash reports to Ubuntu is probably the polite thing to do, but you may not want to. You will need to edit a file to do this.

Open the file with sudo because it is a file you can only modify and save as a quasi-super-user:


sudo gedit /etc/default/apport

Then find the line that says

enabled=1


and change it to


enabled=0

Save the file, close the text editor, and now at the terminal enter:


sudo service apport stop

Put your name back on the top menu bar panel

You might like the name of the user showing, especially if more than one entity uses your machine.

Name on:

gsettings set com.canonical.indicator.session show-real-name-on-panel true

Name off:

gsettings set com.canonical.indicator.session show-real-name-on-panel false

Put the damn menus where they are supposed to be

Ubuntu Macified their Unity experience a while back by moving the menus that go with applications to the menu bar on the top of the screen. This breaks the Linux Philosophy by requiring a menu bar in a particular place. Then, they made it even more useless by making the menus disappear until you run at them with the mouse. With 14.04 and now 14.10 you can undo this travesty.

System Settings ~ Appearance ~ Behavior ~ Show the menus for a window ~ In the window’s title bar

Resize menu bars and panels

Linux users apparently would not stand for having panels and menu bars unscalable. Another feature taken away by Ubuntu Unity, but now with 14.10, you can make this adjustment.

System Settings ~ Displays ~ Scale for menu and title bars ~ Use the slider thingies

Install TweakTools or Unity Tweak Tools

This will allow you to tweek things. TweakTools is a Gnome tool, Unity Tweak Tools is specificall for the Unity Desktop (that yo just installed). They are not the same, you may want both. They merely give you access to things that are already there that you can tweak.


sudo apt-get install unity-tweak-tool gnome-tweak-tool

Turn off the most annoying scrollbars ever invented

Some say you let designers design your operating system, and users will later catch up. I say to them, Baaaaa.

The odd weird looking essentially useless scrollbars that plague Ubuntu Unity can be gotten ride of by typing this command:


gsettings set com.canonical.desktop.interface scrollbar-mode normal

If you realize you like these new fangled scrollbars later, you can put them back like this:


gsettings reset com.canonical.desktop.interface scrollbar-mode

Turn Nautilus Recursive vs Typeahead Search Off and ON

After you play around with the newest version of the file manager Nautilus, you may find that you prefer one or the other behaviors in the search bar. I’ve not decided. Switch recursive search on:


Terminal Command:
gsettings set org.gnome.nautilus.preferences enable-interactive-search false

Switch to typeahead search:


gsettings set org.gnome.nautilus.preferences enable-interactive-search true

Set up your online accounts (facebook, twitter, etc)

Seetings ~ Online Accounts ~ Then do obvious stuff there

Laptop users: Power Management

There are things one did with 14.04 to enable power management and related features, or to improve them. I am not certain what the best course of action is for 14.10, so I’m not going to suggest anything here. I’ll update this section at a later time. (Feel free to make suggestions below.)

Meanwhile, you may have a look at this, which covers 14.04 and other distributions.

Install a bunch of stuff

Ubuntu is a bit light on file archiving software. You may want to install more:


sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller

Adobe Flash Plugin


sudo apt-get install flashplugin-installer

Install the latest version of Google Chrome. I don’t think it will be found in the software center, so check here, or go here and press the right buttons. Then you can Watch Netflix on Linux!

Install Dropbox

and/or

Install Copy, which is similar to Dropbox. Slower, but you get more storage for free. I’ve been using it for a while and I like it. (I actually use both.)

Cleanup

Some people like to clean up after themselves. I tend not to, but I know I should. These commands will get rid of some of the chaff you may have created while messing around with your system.


echo "Cleaning Up" &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
sudo apt-get -y autoclean &&
sudo apt-get -y clean

So, you totally screwed up your installation, what do you do now?

Not everything you broke above can be undone easily, but you can reset some of it. Use the following commands. Then see what happens. Good luck. Did I mention that you are totally on your own here and I take no responsibility for anything that goes wrong?


sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
setsid unity
unity --reset-icons


Other posts of interest:

Also of interest: In Search of Sungudogo: A novel of adventure and mystery, set in the Congo.

The Ubuntu 14.10 Upgrade: What to do

The Ubuntu 14.10 Release October 23, 2014

Ubuntu 14.10 will be released shortly and I know you are chomping at the bit and want to know all about it.

There is some important news, for some, and there is some exciting news for others, and there is some boring news, and frankly, some bad news.

Before diving into the shallow pool of Ubuntu 14.10 (shallow in a good way) I want to go over some other ground first. I want to address this question:

“I have installed Linux and I don’t like the default desktop. How do I change that without ruining stuff?”

If you are a long time Linux user you know the answer has two parts. First, “Oh, hey, don’t worry, this is why Linux is so great!” and second, something like “sudo apt-get install yadayada, then log out and then log back in again with your new desktop” where “yadayada” is the new desktop. Easy peasy.”

Now, let is rephrase the question, and in so doing reveal the bad news.

“I have installed Ubuntu 14.04 and I don’t like the default desktop. How do I change that to gnome?”

The answer to the question is actually pretty simple, but has a very different form that I find deeply disturbing. Again, there are two parts. First, “Well, Ubuntu comes default with Unity, and Ubuntu with Unity and some other stuff under the hood does not actually allow you to just swap around desktops like you could in the old days without messing around a lot and depending on exactly how good the information you get on this is, and which desktop you replace Unity and all that with, you will probably break something.” Putting this another way, Ubuntu has broken one of the most important features of Linux, one of the features that makes Linux cool, and in so doing, Ubuntu has made Linux more like Windows. Ubuntu/Unity/Etc as a “distribution” is now vertically integrated across the usual layers to the extent that it is either take it or leave it (I oversimplify but not by much).

And of course, you can leave it. That is the second part of the answer. “You will need to essentially replace your current distro with another distro.”

How to replace Unity with Gnome on Ubuntu

There is a tool to do this, available from Ubuntu. This is actually a pretty amazing tool. It allows you to take a current distribution of Ubuntu and convert it to a different flavor. Ubuntu comes in many flavors. The default is with Unity and it is a desktop environment designed for the average user. Then there are alternatives that have either different desktops or that serve very different purposes, and mixing and matching is allowed to some extent. For example, Ubuntu can be a basic server, or a web server (called a LAMP server), or a mail server (or all three) perhaps without any desktop at all. Or, you can pick any of several distinct desktops like Kubuntu (uses KDE, which a lot of people like) or XFCE, which is what Linus Torvalds and I use, or Gnome 3, and so on.

The tool is called tasksel

You install and run tasksel (sudo apt update; sudo apt upgrade; sudo apt install tasksel; sudo tasksel) and you get a thingie that lets you pick a “Package Configuration,” which looks like this:

Screen Shot 2014-10-04 at 11.46.51 AM

You then very carefully follow the instructions or you will ruin everything! But if you do it right, it should very cleanly remove Ubuntu’s default desktop and install Gnome 3 or whatever. HERE are the instructions and HERE is an excellent episode of the Linux Action Show that goes into detail.

Important additional information: First, this information is current in early October 2014. If you are reading this much later than that, re-research because things may change. Second, it is not perfectly true that Ubuntu does not let you install new desktops and use them. It is true, however, that this is not seamless, harmless, or even recommended. A clue to the seriousness of this is that if you use tasksel to remove Unity and install Gnome 3, you can’t then install Unity because Unity will not cohabit with the version of Gnome you’ve installed. There is too much stuff in the middle that does not work right.

I have installed multiple desktops on top of Ubuntu 14.04, including Mate, Gnome 3 and Gnome Panel. It was the first time for me that playing with desktops broke my system and I’ve been using Linux (and Ubuntu) for a long time, and I mess around with desktop a lot. This is the new normal (for Ubuntu). You will see instructions on what you need to do to switch around desktops on Ubuntu, but frankly, that boat may have sailed other than the use of extreme measures such as tasksel.

I will give you a recommendation below if you are confused or uncertain about what form of Linux you might want to install, based on my own experiences.

Now, back to what you need to know about Ubuntu 14.10.

The first thing you need to know is that Ubuntu 14.10 is almost exactly like 14.04. There are virtually no visible meaningful differences as far as I can tell. So if you are using Ubuntu and are sticking with Ubuntu, don’t expect pretty fireworks. This will not be an exciting upgrade.

Second, 14.10 has an updated version of the kernel, the deep guts of the operating system, and this is important. It is good to have a current kernel. Also, this kernel has some important new hardware support. Some Dell laptops have the ability to turn off your hard drive if it feels itself falling, so the drive is not running when your laptop hits the ground. The new kernel actually supports this feature so if you have a newer Dell laptop, you might want that. There is some improvement in the handling of Dell touchpads as well. The point is, you should absolutely upgrade to 14.10 for a number of unexciting but still potentially important reasons.

Want a better desktop, mate?

No, we are not in Australia. The third item is the big exciting news. If you think Unity sucks, and you liked the old fashioned Gnome desktop (back in the days of Gnome 2.0) you will find this cool. Gnome 2.0 was the best Linux desktop for most purposes, in my opinion. With the new approaches taken by both Unity and Gnome 3, and since forever with KDE, I get the sense that the purpose of the computer is to have a cool desktop. For me, the purpose of my computer is to run certain software and manage files. The purpose of the desktop is to facilitate that, ideally in a way that allows me some customization, but that stays consistent over time so an upgrade does not break my workflow or force me to relearn how to use the hardware, and often, that means just staying out of the way. For me, Gnome 2.0 was the sweet spot in meeting those requirements.

But Gnome has moved on. The current thing that looks and acts like Gnome 2 is called Gnome Panel. It kinda works but it has problems, especially (in my experience) on a laptop. It is not being kept up like it should be to be a current usable desktop. So, sadly, Gnome is no longer recommended for those who liked traditional Gnome. This not to say that Gnome 3 (or for that matter Unity) aren’t great. But they aren’t. Just sayin’

But then there is mate.

Mate is a fork of Gnome that intends to maintain Gnome 2 coolness. It has been around for a while now. It has been updated regularly, and the tradition seems to be to come up with the newest version of the mate desktop in sync with Ubuntu’s release schedule. I’ve tried mate a few times, and I’ve had mixed experiences with it, but in the end it is probably the desktop you want to install if you want Gnome 2-osity on any form of Linux.

This is a bit confusing unless you are already used to concepts like the difference between the terms “desktop,” “desktop,” “desktop,” and “desktop.” Mate is a desktop. Most desktops come along with software that is not strictly desktop but works with the desktop. There are two ways to get many (but not all) desktops. One is to install a “distribution” that uses that desktop, like installing Kubnutu to get the KDE desktop. The other way is to have some normal form of Linux on your computer, then you install the desktop onto that and later, you can chose to log into the newly installed desktop, or some other desktop that happens to be on your system.

Mate was available as an Unofficial Ubuntu Desktop. This means that the mate people would take the guts of a current Ubuntu distribution, and replace various parts with other parts so when you download and install the unofficial Ubuntu mate desktop you get Ubuntu with mate as your desktop.

Now, after a period of regular development, mate is an official flavor of Ubuntu. This means that you can do exactly what you could do before, install Ubuntu with mate instead of Unity or KDE or whatever. But it probably has other implications. I assume that being an official desktop enhances the degree to with an Ubuntu Mate distribution will install cleanly and function well.

It does not exist yet. I understand Ubuntu Mate as such will be released on October 23rd, the same day as Ubuntu. And it comes at a time when Ubuntu continues in the process of seriously downplaying the non-Unity desktops. If you go to the Ubuntu site and see what is there and download and install it, you can be forgiven for not ever knowing that you could have installed Edubuntu, Kubuntu, Lubuntu, Mythbuntu, Ubuntu GNOME, UbuntyKylin, Ubuntu Studio or Xubuntu. You have to dig through a couple of layers of the site and then you get to a scary page that most people will think is just for techies. In the old days, Ubuntu highlighted the diverse alternatives. Now, the bury them. That concerns me.

What you should do instead of automatically installing Ubuntu

There are a lot of Linux distributions out there, and you are of course free to mess around with them. But I’m happy to give you my current advice (subject to change frequently!) about what you might consider doing.

A given Linux distribution, which includes its own distribution materials, may or may not work fully and easily on a given piece of hardware. Considering that when you are looking at or working in a browser or your favorite text editor, the system you are using isn’t that important most of the time, the ease and seamlessness of the installation is really one of the most important features of a distribution. It is my belief based on recent experience messing around with installing several different distributions on five different computers (four laptops, one desktop) that Ubuntu, in one form or another, will generally install the easiest. This includes getting the install medium, doing the installation, and getting help when something goes wrong.

Having said that, installing debian, a traditional well developed form of Linux, on which Ubuntu is based (as are many other distros and most installations worldwide, I think) is pretty easy. Having said that, I quickly add that you probably really want to install one of the “extras” versions of debian, which includes “non free” material and is stored in a scary place and not so well documented.

So, my first piece of advice is this. Get two sets of installation media (this is not hard). One for Ubuntu, the other for debian. Try to install debian. If you run into trouble, switch to Ubuntu. You’ll get the job done. The installation process is not too time consuming or difficult, so this is not a big deal.

My second piece of advice is to figure out what desktop you like. If you actually like Unity, then by all means go over to the dark side and install default Ubuntu. Have a nice time communing with the devil. See you on Halloween!

But if you prefer a different desktop, like Gnome 3 or whatever, then follow my first piece of advice, trying debian than Ubuntu. If debian installs well, then go to town installing your preferred desktop if it wasn’t the default during your install. If debian does not work, then pick the flavor of Ubuntu that has your preferred desktop.

My third piece of advice I’m giving with an important caveat. The caveat is that I’ve not tried this yet so I have no business telling you to do it. But I am going to try this and I think it might be cool. If a Gnome 2 style desktop is your preference, then either install debian and then install mate on top of that, or install Ubuntu Mate 14.10 when it comes out. Just for fun. It might work great.

My fourth piece of advice is this. If you like the Gnome 2.0 desktop and you want to use a well tested and tried interface, consider using XFCE instead. XFCE is quite like Gnome 2 in many ways, but even less in your face. You could install Xubuntu, the Ubuntu flavor with XFCE as the default (or if you have Ubuntu Unity maybe you can use tasksel to switch, depending on things I don’t want to advice you on). Or, and this is probably the ultimate solution, you can instal debian with XFCE. Which, tellingly, is the default desktop for the canonical Linux distribution that is not Canonical. (See what I did there?@?)

And remember, there are only two things you need to keep your eye on. First, you need a computer that will run your software, and pretty much all of these solutions should do that equally well; the only difficulty here is the match between the distro and the hardware, and for a desktop computer, any Linux flavor with any desktop will probably work so you won’t be pounding your desktop in frustration. For laptops you may want to be more conservative and go with the herd (Ubuntu). Second, whatever you do, have fun. And there is nothing in the world more fun than repeatedly reinstalling your operating system, right????