When i do
i get the error "Segmentation fault"
To fix that I had to follow these steps.
1. Remove emerald completely
and it worked.
Source
> emerald --replace
i get the error "Segmentation fault"
To fix that I had to follow these steps.
1. Remove emerald completely
2. Install some deps packages> sudo apt-get purge emerald
3. Fetch emerald via GIT> sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev libemeraldengine0
4. Compile and install it!> git clone git://anongit.compiz.org/fusion/decorators/emerald
> cd emerald
> git checkout -b compiz++ origin/compiz++After that i ran
> ./autogen.sh> ./configure --prefix=/usr/local> make> sudo make install
> emerald --replace
and it worked.
Source