Comment 25 for bug 207065

Revision history for this message
Guido I (guidoweb) wrote :

@Omar, AbtZ

Patch was commited upstream :D
http://git.compiz.org/fusion/compizconfig/compizconfig-backend-gconf/commit/?id=74c3fd404f0879b5d36c1167d0b43986d949fad4

So now you only need to clone the last revision, no need to apply the patch

$ git clone git://anongit.compiz.org/fusion/compizconfig/compizconfig-backend-gconf
$ cd compizconfig-backend-gconf/
$ ./autogen.sh
$ make
$ metacity --replace &
$ for file in /usr/lib/compizconfig/backends/libgconf.* ; do sudo mv $file $file.backup ; done
$ sudo cp settings-backend/.libs/libgconf.* /usr/lib/compizconfig/backends/
$ compiz --replace &

Or, alternatively, wait till the next release of compiz, where it will be fixed already.

Don't know how to proceed now, should this bug be marked as fixed? (it is indeed fixed upstream, but) on current version of compiz included in Lucid repos, bug still present so patch needed. Advice anyone?