PDA

View Full Version : compiz fc12 no window decorations...


Camberwell
14th October 2009, 01:15 AM
Hi all,

I've looked every were and I find all sortes of stuff about "Couldn't load plugin 'ccp'" but I cant find anything about the reason why mine wont load this plugin.

has anyone got an ideas??

thankyou


[martin@localhost ~]$ fusion-icon
* Detected Session: kde
* Searching for installed applications...
* NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
* Using the GTK Interface
* Interface not installed
... Trying another interface
* Using the Qt4 Interface
* KWin is already running
* Setting window manager to Compiz
... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (core) - Error: Couldn't load plugin '/usr/lib64/compiz/libccp.so' : /usr/lib64/libprotobuf.so.4: undefined symbol: pthread_once
compiz (core) - Error: Couldn't load plugin 'ccp'
compiz (core) - Error: Couldn't load plugin '/usr/lib64/compiz/libccp.so' : /usr/lib64/libprotobuf.so.4: undefined symbol: pthread_once
compiz (core) - Error: Couldn't load plugin 'ccp'

glennzo
14th October 2009, 09:43 AM
libccp.so is part of the package libcompizconfig. Maybe you need to install it to compliment the compiz installation?
su -c 'yum install libcompizconfig'
At least this is what I find on 32Bit Fedora 12. I'm not using 64Bit.
yum whatprovides */libccp.so

libcompizconfig-0.8.2-7.fc12.i686 : Configuration backend for compiz
Repo : koji-i386
Matched from:
Filename : /usr/lib/compiz/libccp.so

libcompizconfig-0.8.2-7.fc12.i686 : Configuration backend for compiz
Repo : rawhide
Matched from:
Filename : /usr/lib/compiz/libccp.so

leigh123linux
14th October 2009, 09:53 AM

Hi all,

I've looked every were and I find all sortes of stuff about "Couldn't load plugin 'ccp'" but I cant find anything about the reason why mine wont load this plugin.

has anyone got an ideas??

thankyou


[martin@localhost ~]$ fusion-icon
* Detected Session: kde
* Searching for installed applications...
* NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
* Using the GTK Interface
* Interface not installed
... Trying another interface
* Using the Qt4 Interface
* KWin is already running
* Setting window manager to Compiz
... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (core) - Error: Couldn't load plugin '/usr/lib64/compiz/libccp.so' : /usr/lib64/libprotobuf.so.4: undefined symbol: pthread_once
compiz (core) - Error: Couldn't load plugin 'ccp'
compiz (core) - Error: Couldn't load plugin '/usr/lib64/compiz/libccp.so' : /usr/lib64/libprotobuf.so.4: undefined symbol: pthread_once
compiz (core) - Error: Couldn't load plugin 'ccp'



Protobuf is broken, update it.


su
rpm -Uvh http://kojipkgs.fedoraproject.org/packages/protobuf/2.2.0/2.fc12/x86_64/protobuf-2.2.0-2.fc12.x86_64.rpm

Camberwell
14th October 2009, 12:39 PM
Sorted

Thankyou very much Leigh