Install Gnome Classic (Flashback) on Ubuntu 14.10 / Linux Mint 17

What is Gnome Flashback?

Gnome Flashback it's a great and simple way to go back to the old classic desktop environment if you don't like Unity (as many do), but want to keep enjoying Ubuntu.

Gnome Flashback it's based on gtk3 and provides a visually similar desktop interface to the old interface of GNOME. Other alternatives to Gnome Flashback it's the desk MATE de Linux Mint or the desk XFCE, but both are based on gtk2.

Install Gnome Flashback

Install the following package on your Ubuntu system and you are done.

$ sudo apt-get install gnome-session-flash-back

Now we close the session, press the login settings button in the box that asks for the password and we find 2 options, Gnome Flashback (Metacity) and Gnome Flashback (Compiz). Metacity is lighter and faster, while Compiz achieves the fanciest stationery.

Ubuntu Gnome Flashback

Now, we will see how to remove the bottom panel and install Plank in the purest eOS style.

1. Install Gnome Tweak Tool

Gnome Tweak Tool allows you to customize things like fonts, themes, etc., which are difficult or impossible with the "unity-control-center" Unity tool.

$ sudo apt-get install gnome-tweak-tool

We can find it in Applications »System Tools» Preferences »Tweak Tool

2. Add applets to the panel

By default right clicking on the panels will have no effect. Press the key Alt + Super on your keyboard while right-clicking on the panels and you will get the relevant options for customizing the panel.

You can modify the panel, remove it, and also add applets. In this example we are going to remove the bottom panel and replace it with dock Plank. We add a date and time applet in the top panel, right in the center and we can configure it to show the time, date and weather conditions.

We can also add an applet to change the workspace in the upper panel and create as many workspaces as necessary.

3. Put the window buttons to the right

In Ubuntu, the minimize, maximize, and close buttons in the window's title bar are on the left by default. It takes a little trick to get them right. We must open a terminal and execute the following command:

$ gsettings set org.gnome.desktop.wm.preferences button-layout 'menu:minimize,maximize,close'

4. Install Plank

As we know Plank is a dock that is positioned at the bottom and has application launchers and window launchers to run applications. It hides when it is not needed and appears again when it is needed. It is the same dock used by eOS.

To install it, we open the terminal and execute the following commands:

$ sudo add-apt-repository ppa: ricotz / docky -y $ sudo apt-get update $ sudo apt-get install plank -y

Search in Applications »Accessories» Plank. To configure it to start automatically with the system, go to System Tools »Preferences» Startup Applications and add the command «plank» to the list.

5. Install the Conky System Monitor

Conky is a good way to decorate your desktop with system statistics, like CPU and memory usage. It is lightweight and works most of the time without any discomfort.

Run the following commands -

$ sudo apt-add-repository -y ppa: teejee2008 / ppa $ sudo apt-get update $ sudo apt-get install conky-manager

Now we go to Applications »Accessories» Conky Manager and select the widget that you want to display on your desktop. Conky Manager also allows you to configure it to launch at system startup.

6. Install CompizConfig Settings Manager

If you want to use the GNOME Flashback session with Compiz, it would be helpful to use the compiz configuration manager to configure the desktop effects. We install it with the following command:

$ sudo apt-get install compizconfig-settings-manager

We start it from System Tools »Preferences» CompizConfig Configuration Manager.

And that's it.

Taken from BinaryTides


Add as preferred source in Google