compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #06704
[Bug 207065] Re: Bad Compiz Bindings Bug
Hello, I tried applying the patch and got it to work. I'm on Ubuntu
10.04 Lucid Lynx 64-bit.
Here's what I had to install to get it working:
$ sudo apt-get install compiz-dev libcompizconfig0-dev build-essential
git-core autoconf libglib2.0-dev intltool libgconf2-dev
Please note, I added the ampersand ("&") after the "--replace" commands. Failing to do so locks the terminal, at least for me. Thus:
$ git clone git://anongit.compiz.org/fusion/compizconfig/compizconfig-backend-gconf
$ cd compizconfig-backend-gconf/settings-backend/
$ wget http://launchpadlibrarian.net/39947363/resize-with-right-button.patch
$ patch < resize-with-right-button.patch
$ cd ..
$ ./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 &
--
Bad Compiz Bindings Bug
https://bugs.launchpad.net/bugs/207065
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.