Page 1 of 2

Compiz-AddonAnimation gone-[SOLVED]

PostPosted: Thu Aug 06, 2009 3:39 am
by jai
Hi,

I recently updated Compiz through Ubuntu Tweak and my AddonAnimation is gone. How do I get it back. Should I re-install plugins-main again(older version).

Thanks...

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 4:22 am
by Admin-Amir
bro just one sec please.
see if you have made all the process with all the support in advanced.
just install all the commands before you run in to problems again.

here we go:

Code: Select all
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/medibuntu.list


Code: Select all
sudo apt-get update


Code: Select all
sudo apt-get -y --force-yes install medibuntu-keyring


Code: Select all
sudo apt-get upgrade -y


Code: Select all
sudo apt-get install ubuntu-restricted-extras libdvdcss2


Code: Select all
sudo apt-get remove flashplugin-* --purge


Code: Select all
sudo apt-get install non-free-codecs flashplugin-nonfree



part-2

Code: Select all
sudo apt-get remove -y icedtea6-plugin openjdk-6-jre openjdk-6-jre-lib


Code: Select all
sudo apt-get install --reinstall -y sun-java6-jre sun-java6-plugin sun-java6-fonts


Code: Select all
sudo update-alternatives --auto java


Code: Select all
sudo update-alternatives --auto xulrunner


Code: Select all
pkill firefox



part-3 compiz

Code: Select all
sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-fusion-plugins-extra fusion-icon


well let's see if that help you bro ;)

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 6:41 am
by JOHNNYG
jai wrote:Hi,

I recently updated Compiz through Ubuntu Tweak and my AddonAnimation is gone. How do I get it back. Should I re-install plugins-main again(older version).

Thanks...



HI, did Amir's advice solve your problem? I to have had this happen and I think it is in compiz-fuzion-plugins extra,update,after you ether update or install restricted extras the paper plane in ccsm is gone, let us know if Amir's advice worked, so far I have kept from updating the plugin.
viewtopic.php?f=39&t=3303

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 8:00 am
by DarkChild
If Admin-Amir suggestion didn't work for you, please have a look at the screen shot below & make sure that you have all installed!!

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 8:10 am
by jai
Admin-Amir wrote:bro just one sec please.
see if you have made all the process with all the support in advanced.
just install all the commands before you run in to problems again.

here we go:

Code: Select all
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/medibuntu.list


Code: Select all
sudo apt-get update


Code: Select all
sudo apt-get -y --force-yes install medibuntu-keyring


Code: Select all
sudo apt-get upgrade -y


Code: Select all
sudo apt-get install ubuntu-restricted-extras libdvdcss2


Code: Select all
sudo apt-get remove flashplugin-* --purge


Code: Select all
sudo apt-get install non-free-codecs flashplugin-nonfree



part-2

Code: Select all
sudo apt-get remove -y icedtea6-plugin openjdk-6-jre openjdk-6-jre-lib


Code: Select all
sudo apt-get install --reinstall -y sun-java6-jre sun-java6-plugin sun-java6-fonts


Code: Select all
sudo update-alternatives --auto java


Code: Select all
sudo update-alternatives --auto xulrunner


Code: Select all
pkill firefox



part-3 compiz

Code: Select all
sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-fusion-plugins-extra fusion-icon


well let's see if that help you bro ;)



All this is already done except re-installing Compiz. :cry:

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 8:13 am
by jai
DarkChild wrote:If Admin-Amir suggestion didn't work for you, please have a look at the screen shot below & make sure that you have all installed!!



All that is installed alrady. Check my screenshot
Image

Should I reinstall all of them through Synaptic...???

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 8:20 am
by DarkChild
Tell you what i would do, i would uninstall everything related to compiz & along with the removal/delettion of the hidden ".compiz" that can be found in your "Home" directory, then restart the machine & do a clean installation of Compiz along with the plugin/extras!!

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 9:32 am
by jai
DarkChild wrote:Tell you what i would do, i would uninstall everything related to compiz & along with the removal/delettion of the hidden ".compiz" that can be found in your "Home" directory, then restart the machine & do a clean installation of Compiz along with the plugin/extras!!



I think I am missing System Restore feature of Windows... :?

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 10:16 am
by Admin-Amir
bro allot of learning today ha.

here is something to try :

Open a terminal (Applications -> Accessories -> Terminal for GNOME users or KMenu -> System -> Konsole for KDE users) and type:

Code: Select all
sudo apt-get -y remove compiz-core desktop-effects


Leave the terminal open and go to System -> Administration -> Software Sources, click on the second tab (Third-Party Software), then click on the "Add" button and paste the following code:

Code: Select all
deb http://download.tuxfamily.org/3v1deb feisty eyecandy


Click the "Add Source" button after you pasted the above code and do the same for the following code:

Code: Select all
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy


Don't close the Software Sources window yet!

In the terminal window, type:

Code: Select all
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg


Code: Select all
sudo apt-key add DD800CD9.gpg


Now click the "Close" button on the Software Sources window and you will be asked if you want to reload the information about available software, so click the "Reload" button and wait for the window to disappear.

Copy/Paste the following lines in the terminal window:

Code: Select all
sudo apt-get update

sudo apt-get -y upgrade


FOR GNOME USERS:

Code: Select all
sudo apt-get -y install compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-gconf


FOR KDE USERS:


Code: Select all
sudo apt-get -y install compiz compiz-kde compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-kconfig


Now, if everything was correctly installed and you didn't encounter errors, press ALT+F2 and type:

Code: Select all
compiz --replace


bro tell me what happen after that please.

Some quick tricks:

- Hold CTRL + ALT keys and with the left mouse button rotate the cube
- Super + E activates the Expo plugin
- Hold Super + Shift and with your mouse paint fire on your desktop
- Super + Shift + C will erase the fire paint
- Super + Tab activates the Ring Switcher plugin


And some more help for ALL users on the site:

STEP 1: Install/Enable nVidia drivers
spaGo to System->Administration->Restricted Drivers Manager and enable the nvidia driver.

STEP 2: Lets Go!
spaGo to System->Preferences->Desktop Effects, click the 'Enable Desktop Effects' button.

To get the cube to work do this:

Code: Select all
gconftool-2 --type int --set /apps/compiz/general/screen0/options/hsize 4
gconftool-2 --type int --set /apps/compiz/general/screen0/options/number_of_desktops 1



STEP 1: Install/Enable ATI drivers
spaGo to System->Administration->Restricted Drivers Manager and enable the ATI driver.

STEP 2: Lets Go!
spaGo to System->Preferences->Desktop Effects, click the 'Enable Desktop Effects' button.

Code: Select all
gconftool-2 --type int --set /apps/compiz/general/screen0/options/hsize 4
gconftool-2 --type int --set /apps/compiz/general/screen0/options/number_of_desktops 1



Help Guides for you in the links here:

http://nouveau.freedesktop.org/wiki/UbuntuPackages

https://launchpad.net/ubuntu

http://forlong.blogage.de/entries/2007/ ... ntu-Feisty

Re: Compiz - AddonAnimation gone

PostPosted: Thu Aug 06, 2009 10:17 am
by stanca
viewtopic.php?f=47&t=3437
I too had this problem after a compiz update and I found it's all related to the latest beta compiz-fusion release.So before you remove and reinstall all the compiz-fusion package go in ubuntu-tweak and uncheck the third-party for compiz. <BREW>