PDA

View Full Version : Trying to setup Compiz Fusion


yinglcs
June 23rd, 2007, 10:34 PM
Hi,
I am trying to following the instructions here to setup compiz fusion on ubuntu 7.0.4:
http://ubuntuforums.org/showthread.php?t=481615&page=6

When I start compiz -replace, I get this error:
[code:ca65b]Adding plugin tile (tile)
Adding plugin inotify (inotify)
Adding plugin annotate (annotate)
Adding plugin thumbnail (thumbnail)
Adding plugin move (move)
Adding plugin rotate (rotate)
Adding plugin water (water)
Adding plugin showdesktop (showdesktop)
Backend : ini
Integration : true
Profile : default
Initializing core options...done
Initializing zoom options...done
Initializing place options...done
Initializing minimize options...done
/usr/bin/compiz.real: symbol lookup error: /usr/lib/compiz/libdecoration.so: undefined symbol: decor_apply_gravity[/code:ca65b]


can you please tell me how can I fix it?
Thank you.

crdlb
June 24th, 2007, 07:50 AM
Try a: [code:ff1bb]sudo apt-get dist-upgrade[/code:ff1bb] It seems that sometimes the libdecoration0 package isn't upgraded from 0.3.6 to 0.5.x, and that may be the cause of that issue.

darkhack
June 24th, 2007, 08:27 AM
Hi,
I am trying to following the instructions here to setup compiz fusion on ubuntu 7.0.4:
http://ubuntuforums.org/showthread.php?t=481615&page=6

When I start compiz -replace, I get this error:
[code:57068]Adding plugin tile (tile)
Adding plugin inotify (inotify)
Adding plugin annotate (annotate)
Adding plugin thumbnail (thumbnail)
Adding plugin move (move)
Adding plugin rotate (rotate)
Adding plugin water (water)
Adding plugin showdesktop (showdesktop)
Backend : ini
Integration : true
Profile : default
Initializing core options...done
Initializing zoom options...done
Initializing place options...done
Initializing minimize options...done
/usr/bin/compiz.real: symbol lookup error: /usr/lib/compiz/libdecoration.so: undefined symbol: decor_apply_gravity[/code:57068]


can you please tell me how can I fix it?
Thank you.

I think the way to fix all of that is:

1. Go to System - Administration - Synaptic Package Manager
2. Click on Search
3. Do a search for compiz and beryl
4. Removed all the related compiz and beryl package
5. Go to Place - Home Folder
6. Hold or push ctrl+h to show all hidden file in Home Folder
7. Delete .beryl, compiz or compizconfig folder
8. Reinstall compiz fusion from the install instruction
9. Hold or push alt+f2 and type in compiz --replace
10. Click OK

After all that, everything should be able to work.

Jupiter
June 26th, 2007, 12:17 AM
yinglcs is this problem solved for you?

Jupiter
June 29th, 2007, 07:25 PM
yinglcs if this is solved for you please prefix the thread title with [SOLVED]. This will
help other users to find this solution when doing a search in the forum. You can edit
the first post in the thread to edit the title.

Thanks
Jupiter

motch
July 5th, 2007, 12:56 AM
Jupiter, I had the same symptoms as yinglcs. Your suggested fix worked perfectly. Thanks for your help.