Sida 1 av 1

How To: Move Unity Launcher Panel To Bottom Of Screen On Ubu

Postat: 29 okt 2011, 09:28
av Kurdistan
You can now move the Unity launcher panel from the left side of your screen to the bottom thanks to an unofficial Compiz plugin. Please note that this only works on Unity 3D.

First open your Home folder and create a new folder and name the folder: unityshell

You may need to install lzma, to install lzma open a terminal windw (press SuperKey and type: terminal) and copy+paste the following line:

sudo apt-get install lzma

Now download the Unity plugin and when downloaded extract the content of the downloaded unityshell.tar.lzma into the unityshell you just made.

To install the plugin copy+paste the following lines in your terminal window:

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/

Now log out and back in again.

If you use the launcher with autohide, make sure you set the reveal mode to bottom in CompizConfig Settings Manager.

Revert the changes

To revert the changes and get the default (on the left) Unity Launcher back, run the following command in a terminal:

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

Then log out and log back in.

Länk:
http://www.n00bsonubuntu.net/content/ho ... ntu-11-10/

Re: How To: Move Unity Launcher Panel To Bottom Of Screen On

Postat: 30 okt 2011, 00:19
av ubot
Intressant tips Kurdistan!