Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have tried the sudo apt-get install compiz-fusion-plugins-extra in the terminal window but it said that it can't find it, so if anyone of you know a way to get the extra animations I would be thankful for an answer!

I am using Ubuntu 12.10.

share|improve this question

1 Answer

The package contents have been moved to compiz-plugins and the dummy package was removed in 12.10.

This was the state in 12.04:

$ aptitude show compiz-fusion-plugins-extra 
Package: compiz-fusion-plugins-extra     
[...]
Depends: compiz-plugins-extra
Description: transitional dummy package.

 This package ensures a clean upgrade path, and can be safely removed after the
 upgrade.
Homepage: http://www.compiz.org/

$ aptitude show compiz-plugins-extra 
Package: compiz-plugins-extra            
[...]
Description: Collection of extra plugins from OpenCompositing for Compiz
 The OpenCompositing Project brings 3D desktop visual effects that improve
 usability of the X Window System and provide increased productivity. 

 This package contains extra plugins and themes contributed by the community
 giving a rich desktop experience.
Homepage: http://www.compiz.org/

Note that compiz-plugins-extra now is a dummy package in 12.10, too.

share|improve this answer
2  
There sadly are no extra animantions in the compiz-plugins package. So this answer doesn't help. – jP_wanN Nov 30 '12 at 20:51
Why is that??? Aren't they build yet? – Naveen May 2 at 7:09

protected by Community Nov 6 '12 at 21:37

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.