Debian, Compiz and Metacity
Posted on: 14th September 2011So today I've spent most of my timing trying to figure out a bug with Debian (sid) Compiz and Metacity/Gnome where there was no window controls i.e. no minimise, maximise, restore and close button.
I found some bugs listed #629239 and #639207 which was the same issue as mine and not the normal "missing emerald" crap.
So after much searching and playing about I decided to downgrade my Metacity to 2.30.1-3 from Metacity 2.34.1-1 which solved my problem!
so Notes to self:
wget http://mirror.nus.edu.sg/Debian/pool/main/m/metacity/libmetacity-private0_2.30.1-3_i386.deb
wget http://mirror.nus.edu.sg/Debian/pool/main/m/metacity/metacity_2.30.1-3_i386.deb
dpkg --install metacity-common_2.30.1-3_all.deb
dpkg --install libmetacity-private0_2.30.1-3_i386.deb
dpkg --install metacity_2.30.1-3_i386.deb
reboot
Obviously change 9386 to amd64 for a true 64bit system!
Also rember to have compiz --replace ccp in your gnome startup!
Today: 23rd February 2012
About…
I am a computing student, currently working towards an MSc.
This site was created as a place for me to put guides, code and useful things for me online in a place accessible world wide.