peppermint 3 go's compiz and emerald

Опубликовано: 13 Июль 2026
на канале: joe linux
567
4

installing emerald
(sudo apt-get install build-essential git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev)

(sudo apt-get install compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-main)

(cd /tmp && wget -O emerald-0.9.5.tar.gz http://goo.gl/3liwk)

(tar -xf emerald-0.9.5* && cd emerald-0.9.5)

(./autogen.sh)

(make clean)

(make distclean)

(./configure --prefix=/usr)

(make)

(sudo make install)

make sure you install it with out the () these or it will not install properly