Ubuntu 16.04 — Utilities and Configuration

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:

MenuLibre

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)

Compression

I use the File Roller application usually. But, I wanted the 7zip and rar libraries available:

sudo apt-get install p7zip-full p7zip-rar

Monitor Settings

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:

  • Sticky edges: off
  • Launcher placement: only 1 screen

Package Managing Tools

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

Compiz Settings 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.

Unity Tweak Tool

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.

Settings

In the Appearance Settings app, I made 2 changes:

  • Show the menus for a window: In the window’s title bar
  • Menus visibility: Always displayed

Caffeine

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.

Resources

Leave a Comment

Your email address will not be published. Required fields are marked *