Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oliwarner
oliwarner / patch-compiz.sh
Created June 19, 2014 10:12
Build compiz
#!/bin/bash
# once you've run this once, you can comment these next 4 out.
sudo apt-get install build-essential
sudo apt-get build-dep compiz
wget -q https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/974242/+attachment/3141645/+files/fix-974242.patch
mkdir -p ~/src
cd ~/src
rm -rf compiz*