Page 1 of 1

HOWTO: Install simple-ccsm to LMDE

Posted: Mon Oct 17, 2011 8:03 pm
by kelebek333
Method 1 Install from source

Step 1) First install intltool package

Code: Select all

sudo apt-get install intltool
Step 2) Install compiz-fusion-plugins-main, compiz-fusion-plugins-extra packages.

Code: Select all

sudo apt-get install compiz-fusion-plugins-main compiz-fusion-plugins-extra
Step 3) Install simple-ccsm from source as below.

Code: Select all

wget http://cgit.compiz.org/compiz/compizconfig/simple-ccsm/snapshot/simple-ccsm-0.8.4.tar.gz

Code: Select all

tar xf simple-ccsm-0.8.4.tar.gz

Code: Select all

cd simple-ccsm-0.8.4

Code: Select all

sudo python setup.py install --prefix=/usr/local

Method 2 Install from Ubuntu repo

Step 1) Install compiz-fusion-plugins-main, compiz-fusion-plugins-extra packages.

Code: Select all

sudo apt-get install compiz-fusion-plugins-main compiz-fusion-plugins-extra
Step 2) Install simple-ccsm package.

Code: Select all

wget archive.ubuntu.com/ubuntu/pool/universe/s/simple-ccsm/simple-ccsm_0.8.2-0ubuntu1_all.deb

Code: Select all

sudo dpkg -i simple-ccsm_0.8.2-0ubuntu1_all.deb
Step 3) Install fusion-icon (Optional)

Code: Select all

sudo apt-get install fusion-icon
Source

Re: HOWTO: Install simple-ccsm to LMDE

Posted: Mon Oct 17, 2011 8:22 pm
by zerozero
having ccsm in the repos i fail to see what's the advantage to install an alien pkg, that sooner or later will be the reason of incompatibilities or even breakages.

Re: HOWTO: Install simple-ccsm to LMDE

Posted: Tue Oct 18, 2011 8:10 am
by Arran
Just for the not so intelligent, read computer savvy: what the hell is ccsm and for what is it helpful? It might be a good practice to have such information in one or two lines as first lines on every Howto.

Thanks for thinking a bit about what I am asking.

Re: HOWTO: Install simple-ccsm to LMDE

Posted: Thu Nov 10, 2011 2:09 pm
by kelebek333
Added install from source.

Re: HOWTO: Install simple-ccsm to LMDE

Posted: Thu Nov 10, 2011 8:12 pm
by zerozero
kelebek333 wrote:Added install from source.
tks 8)