Every 6 months, I try to reinstall my laptop with the latest version of Ubuntu. Below are my notes on how I like my laptop.

Every 6 months, I try to reinstall my laptop with the latest version of Ubuntu. Below are my notes on how I like my laptop.
I keep seeing this message periodically when launching things from the command line. For example, I launched keepass2, and I get this message:
Gtk-Message: 20:24:04.576: Failed to load module "canberra-gtk-module"
Here’s the simple fix … install the libcanberra-gtk-module. Here’s the command-line:
sudo apt install libcanberra-gtk-module
That fixed my problem! Note: the only symptom was just the warning on the console. I didn’t notice any other issues caused by not having that module.
I’m a little later than I wanted to be, but I’ve finally installed a fresh copy of Ubuntu 18.10: Bionic Beaver. I like to do a fresh install to test my backup skills and to try to get rid of extra stuff I may have installed that I don’t need anymore.
This article is my install notes.
I’ve had a number of major issues with Ubuntu 17.10 (Artful Aardvark). I thought I would catalog them and I’ll update as I find out more. Please comment if you find solutions!
Today is my first day without my X! I’ve officially installed Ubuntu 17.10 – Artful Ardvark. So, instead of X Windows, I am using Wayland.
There are some issues, but it is a nice new look and feel. This article is my install notes.
Zesty Zapus / Ubuntu 17.04 is finally installed. Below are all of my notes on how I got it to work!
I think it works better than the previous installation. So far, my bluetooth headset pairs better. I haven’t had the clipboard issues that I had before. It’s definitely a step forward.
This is a continuation of my notes on installing Ubuntu 16.04. In this post, I install the programs that I use for working with different kinds of media like recording audio or creating videos.
Series Navigation:
This is a continuation of my notes on installing Ubuntu 16.04. In this post, I install the programs that I use for programming and technical work.
Series Navigation:
This is a continuation of my notes on installing Ubuntu 16.04. In this post, I install the programs that I use to work (aside from programming).
Series Navigation:
Continuing on with outfitting my new Ubuntu 16.04 install, this post contains my notes for installing the utilities that didn’t really fit into another post. I have some configuration changes that I like to make it my own.
Series Navigation:
The MenuLibre tool makes it easy to add shortcuts that allow you to launch programs from the Unity menu. It is a must have if you install anything manually without using a deb pacakge.
Install:
sudo apt-get install menulibre
Note: If you have shortcuts from an old installation, those would be located in the ~/.local/share/applications directory. (That helped me with shortcuts for which I forgot all of the command line parameters)
I use the File Roller application usually. But, I wanted the 7zip and rar libraries available:
sudo apt-get install p7zip-full p7zip-rar
For my dual screen setup at my desk, I have a few tweaks that I like to make. I can open the “Displays” settings app to make these changes:
With as much trouble as I am having with the Ubuntu Software app, I want the power of Synaptic.
sudo apt-get install synaptic
Another tool is the Y PPA Manager from Web Upd8:
sudo add-apt-repository ppa:webupd8team/y-ppa-manager sudo apt-get update sudo apt-get install y-ppa-manager
The Compiz Settings Manager is a handy tool to tweak the compiz settings. I installed the compizconfig-settings-manager package from the Software Center.
sudo apt-get install compizconfig-settings-manager sudo apt-get install compiz-plugins
If you search for “compiz” in the Unity menu, you can easily open it.
I like the Wobbly Windows, so I enabled that. It requires disabling Snappy Windows, which it will do for you.
I installed the Unity Tweak Tool for a few more changes:
sudo apt-get install unity-tweak-tool
Then, under “Panel”, I added the seconds, date, and weekday to the clock. And, I checked “Display remaining battery life”. Under scrolling, I changed the scrollbars to legacy. I don’t like the Overlay ones that hide.
In the Appearance Settings app, I made 2 changes:
There are times that I don’t want my computer to lock. I am finally installing the caffeine indicator to make that easy.
Previously, you had to add a repository. I found in this bug report, that caffeine has been brought into the main Ubuntu repositories.
sudo apt-get install caffeine
After installing, I added the indicator to the startup applications. I opened “Startup Applications” from the dash. “Caffeine” was already in the list. The indicator was not. I added “caffeine-indicator” to the list.