Move Unity Launcher To The Bottom Of The Desktop ~ Ubuntu 11.10

  • Ubuntu users have been clamoring for a way to move the Unity launcher to the bottom of the desktop. Well, Ubuntu user Paullo has created an unofficial Compiz plugin that does just that!

    The launcher has all the same configurability features as the regular launcher, minus a few quirks/bugs. As you see in the screenshot below, the dash looks a little out of place because it is not up against the top panel. Having the dash full screen fixes this.

    Installation

    *** NOTE: Huge FYI, this is for 32-bit systems ONLY at the moment. Paullo is still working on a 64-bit version. If you have a 64-bit system, DO NOT proceed. I did and broke my Unity. ***

    The Compiz plugin can be downloaded from here.

    To be able to extract it, you will need to install lzma. This can be done via the terminal:

    sudo apt-get install lzma

    Extract the downloaded package to your home folder. There should then be a folder called “unityshell” there.

    Finally, run the following commands in the terminal, one line at a time:

    mkdir -p ~/.compiz-1/plugins
    cd ~/unityshell
    cp libunityshell.so ~/.compiz-1/plugins/
    mkdir /tmp/unityshell
    cp *.png /tmp/unityshell/
    cd /tmp/unityshell/
    chmod 644 *.png
    sudo chown root:root *.png
    sudo cp *.png /usr/share/unity/4/

    Once you have run all those commands, log out and log back in. The launcher will then be moved to the bottom of the desktop.

    Remove

    To revert back to having the launcher on the left of the desktop, run this command:

    rm ~/.compiz-1/plugins/libunityshell.so

    Log out and log back in and it will be back on the left.

    Source: Webupd8

    Share


    November 6th, 2011 | Joe Steiger | 6 Comments | Tags: , , , , , , , , ,

About The Author

Joe Steiger

The owner and chief editor of JoeSteiger.com. Ubuntu user, android fanatic, tech enthusiast, Baltimore Ravens fan,...

  • William

    This is not working for me (on Ubuntu 11.10). I followed the steps in the text, logged out and back in, but nothing has changed. Rebooting doesn’t do the trick either. The launcher is still to the left. 

  • William

     Update: I think it is because I have the 2D launcher. Possibly the solution outlined above only applies to the 3D launcher. Is this correct?

  • http://www.joesteiger.com Joe Steiger

    Yes. that’s correct.  And only 32-bit Ubuntu.

  • AYMANE

    the solution outlined above only applies to the 3D launcher.? why i dont have a 3d launcher?

  • pustiu314p

    that works with 13.4?

  • http://www.joesteiger.com Joe Steiger

    No