PDA

View Full Version : [ubuntu] cannot enable manually installed plugins after update


ramkumail
June 6th, 2008, 02:24 AM
I installed 3d windows plugin and snow plugin long ago in gutsy.I upgraded to hardy and I cannot enable those two plugins. If i check them in ccsm it automatically gets unchecked. uninstalling and reinstalling compiz did not help.
I guess my plugins is in ~/.compiz because snow picture path in ccsm point to it and in ~/.compiz/plugins i see two files lib3d.so and libsnow and in ~/.compiz/metadata 3d.xml and snow.xml.
I see 3d.xml as well in /usr/share/compiz but not snow.xml. What should i do to correct this problem. I can as well live without these plugins if necessary. please don't hesitate to ask for more info if necessary. Thanks in advance.

Gourgi
June 6th, 2008, 06:39 AM
try reinstalling the plugins
http://wiki.compiz-fusion.org/Install/PluginsFromGit

sudo apt-get install git-core
git clone git://anongit.compiz-fusion.org/fusion/plugins/3d
cd 3d
make
make install
git clone git://anongit.compiz-fusion.org/fusion/plugins/snow
cd snow
make
make install

ramkumail
June 7th, 2008, 06:09 AM
hi, thanks for the reply. I got this error. what should i do.
Initialized empty Git repository in /home/goal/snow/.git/
fatal: Unable to look up anongit.compiz-fusion.org (port 9418 ) (Name or service not known)
fetch-pack from 'git://anongit.compiz-fusion.org/fusion/plugins/snow' failed.

If i create a directory named snow and try it gives
destination directory 'snow' already exists.

Gourgi
June 7th, 2008, 09:23 AM
says that git servrice on server is down
try again later
and remove the folder , it is created automatically

ramkumail
June 8th, 2008, 11:37 PM
Thanks. May be the proxy I am behind is restricting. I went to http://gitweb.compiz-fusion.org/?p=fusion/plugins/snow;a=summary and downloaded the master snapshot and installed. It works fine now.