Linux Help configuring freewins plugin of Compiz fusion

rbk

Disciple
I installed Freewins plugin for compiz fusion as per this instruction I found on a website.(given below: )

Code:
sudo apt-get install compiz-bcop compiz-dev build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libmetacity-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev libgnome-window-settings-dev gitweb curl autoconf automake automake1.9 libtool intltool libxslt1-dev xsltproc
wget -O /tmp/freewins.zip [url]http://smspillaz.googlepages.com/freewins-0.3-0.6.zip[/url]
mkdir -p  ~/compiz/ && cd ~/compiz
unzip /tmp/freewins.zip
cd ~/compiz/freewins-0.3-0.6
make clean
make
make install

I have it enabled but I'm not able to set any key to initiate it.
Even if I try to change the key it remains as none.

screenshotcompizconfigszm5.png


& I'm not able to remove it also. When I give the make uninstall command it says
bharat@bharat-desktop:~/compiz/freewins-0.3-0.6$ make uninstall
make: *** No rule to make target `uninstall'. Stop.
 
Thanks for the link. I got it to work :)

The plugin wasn't working by default. I had to edit the xml file manually & make a few changes.
 
Back
Top