HOWTO: Install simple-ccsm to LMDE

Archived topics about LMDE 1 and LMDE 2
Locked
kelebek333
Level 4
Level 4
Posts: 419
Joined: Sat Jun 25, 2011 11:57 am

HOWTO: Install simple-ccsm to LMDE

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: HOWTO: Install simple-ccsm to LMDE

Post 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.
Arran

Re: HOWTO: Install simple-ccsm to LMDE

Post 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.
kelebek333
Level 4
Level 4
Posts: 419
Joined: Sat Jun 25, 2011 11:57 am

Re: HOWTO: Install simple-ccsm to LMDE

Post by kelebek333 »

Added install from source.
zerozero

Re: HOWTO: Install simple-ccsm to LMDE

Post by zerozero »

kelebek333 wrote:Added install from source.
tks 8)
Locked

Return to “LMDE Archive”