Installing from source
Let's jump into our first method "Installing from sources". I found this method yesterday on Ubuntuforums.org, so please refers to the appropriate thread for further information.
Open the Terminal and type the following command to install applications and tools for compiling Emerald from sources:
Once installed, you must download the Emerald source and patche to work on Unity (Ubuntu 11.04 and Ubuntu 11.10), compile and then install it. Those steps can be done by typing the following commands:
- sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev
Installing via PPA
- wget http://cgit.compiz.org/fusion/decorators/emerald/snapshot/emerald-0.9.4.tar.gz
- tar -xf emerald-0.9.4.tar.gz
- cd emerald-0.9.4
- cd src
- rm main.c
- wget http://www.learn-digital.com/ubuntu/emerald-0.9.4/src/main.c
- cd ..
- ./autogen.sh && make clean && make distclean && ./configure --prefix=/usr && make && gksu make install
Thanks to Andrew @WebUpd8 who provides PPA for Emerald so we can install it easily on Ubuntu 11.10 Oneiric Ocelot. Type the following command to install Emerald via PPA:
Once Emerald installed on your system, please select a theme from Emerald Theme Manager and activate by typing:
- sudo add-apt-repository ppa:nilarimogard/webupd8
- sudo apt-get update
- sudo apt-get install emerald
To have Emerald run at startup you must configure it via CompizConfig Settings Manager a.k.a CCSM. Have not installed CCSM yet? Type this command:
- emerald --replace
Then open CompizConfig Settings Manager (CCSM), on the left pane select "Window Decoration" plugin and under "Command", enter: "emerald --replace".
- sudo apt-get install compizconfig-settings-manager
Regards.
0 comments:
Post a Comment