
To solve this problem created my personal solution, sprero helpful to those who love me as graphical effects compiz (warning only works with the operating system installed is not tested on persistent usb or virtual machines tested on kali 1.0.4 32bit kali 1.0.5 32bit )
we start
1. Install gdebi
Code:
apt-get install gdebi2. Download the necessary packages:
python-compizconfig_0.8.4-2_i386.debCode:
wget http://ftp.us.debian.org/debian/pool/main/c/compizconfig-python/python-compizconfig_0.8.4-2_i386.deb
compiz-gtk_0.8.4-4_i386.deb
Code:
wget http://ftp.us.debian.org/debian/pool/main/c/compiz/compiz-gtk_0.8.4-4_i386.debCode:
libgnome-desktop-2-17_2.30.2-2_i386.deb
wget mirror.pnl.gov/ubuntu//pool/main/g/gnome-desktop/libgnome-desktop-2-17_2.30.2-0ubuntu1_i386.debCode:
libgnome-window-settings1_2.30.0-0ubuntu4_i386.deb
wget mirror.pnl.gov/ubuntu//pool/main/g/gnome-control-center/libgnome-window-settings1_2.30.0-0ubuntu4_i386.deb3. Create the following directories:
Code:
mkdir /root/rep/Code:
mkdir /root/rep/compiz-gtk_0.8.4-4_i386/4. Extract the package compiz-gtk_0.8.4-4_i386 into the created directory
Code:
dpkg-deb -x compiz-gtk_0.8.4-4_i386.deb /root/rep/compiz-gtk_0.8.4-4_i386/Code:
dpkg-deb -e compiz-gtk_0.8.4-4_i386.deb /root/rep/compiz-gtk_0.8.4-4_i386/DEBIAN/Edit the control file
Code:
leafpad /root/rep/compiz-gtk_0.8.4-4_i386/DEBIAN/controlFind in text libmetacity-private0 (>= 1:2.26.0) delete and replace with libmetacity-private0a
Save and exit
Edit pack
Code:
dpkg-deb -b /root/rep/compiz-gtk_0.8.4-4_i386 /root/rep/compiz-gtk_0.8.4-4_i386.deb5. Created directory
Code:
mkdir /root/rep/python-compizconfig_0.8.4-2_i386/6. Extract the package python-compizconfig_0.8.4-2_i386 into the created directory
Code:
dpkg-deb -x python-compizconfig_0.8.4-2_i386.deb /root/rep/python-compizconfig_0.8.4-2_i386/Code:
dpkg-deb -e python-compizconfig_0.8.4-2_i386.deb /root/rep/python-compizconfig_0.8.4-2_i386//DEBIAN/. Edit the control file
Code:
leafpad /root/rep/python-compizconfig_0.8.4-2_i386//DEBIAN/control. Find in text python (<< 2.7) delete and replace with python (<< 3.0)
. Save and exit
. Modify python-compizconfig.public
Code:
leafpad /root/rep/python-compizconfig_0.8.4-2_i386/usr/share/python-support/python-compizconfig.public. Delete all copy and paste this text
Code:
pyversions=2.5,2.6,2.7Create directory python2.7 in /root/rep/python-compizconfig_0.8.4-2_i386/usr/lib/pyshared
/usr/lib/pyshared/python2.5/compizconfig.so
/usr/lib/pyshared/python2.6/compizconfig.so
/usr/lib/pyshared/python2.7/compizconfig.so
Code:
mkdir /root/rep/python-compizconfig_0.8.4-2_i386/usr/lib/pyshared/python2.7
Copy compizconfig.so python2.6 in /root/rep/python-compizconfig_0.8.4-2_i386/usr/lib/pyshared/python2.7Code:
cp /root/rep/python-compizconfig_0.8.4-2_i386/usr/lib/pyshared/python2.6/compizconfig.so /root/rep/python-compizconfig_0.8.4-2_i386/usr/lib/pyshared/python2.7Edit pack
Code:
dpkg-deb -b /root/rep/python-compizconfig_0.8.4-2_i386 /root/rep/python-compizconfig_0.8.4-2_i386.deb7. Install the dependencies that are needed
Code:
gdebi /root/libgnome-desktop-2-17_2.30.2-0ubuntu1_i386.debCode:
gdebi /root/libgnome-window-settings1_2.30.0-0ubuntu4_i386.deb8. Edit your sources.list adding deb http://ftp.us.debian.org/debian squeeze main
Code:
leafpad /etc/apt/sources.list.My sources.list
Code:
deb http://http.kali.org/ /kali main contrib non-free. Save and exit
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://ftp.us.debian.org/debian squeeze main
9. Update system
Code:
apt-get update10. Install compiz
Code:
apt-get install libdecoration0 libdecoration0-dev compiz-core libcompizconfig0 libcompizconfig-dev compizconfig-backend-gconf compiz-fusion-bcop compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-fusion-plugins-unsupported11. Install compiz-gtk_0.8.4-4_i386 previously edited
compiz-plugins
Code:
gdebi /root/rep/compiz-gtk_0.8.4-4_i386.deb12. Install python-compizconfig_0.8.4-2_i386.deb
Code:
gdebi /root/rep/python-compizconfig_0.8.4-2_i386.deb13. Install other dependencies
Code:
apt-get install compiz-gnome compizconfig-settings-manager compiz-dev compiz14. Reboot
Code:
reboot15. After restarting
. Go on application>system tools>preferences>compiz setting
. Edit your preferences
. Run command
Code:
compiz --replace
16. Edit your sources.list remove deb http://ftp.it.debian.org/debian squeeze main
Code:
leafpad /etc/apt/sources.listSave and exit
enjoy Free is nice
Warning to those who copy and paste post on the various sites remember to mention the sources
Free is nice
17. optional to be performed only if the launcher does not work
in case of failure of the launcher reinstall python-compizconfig_0.8.4-2_i386.deb
Code:
gdebi /root/rep/python-compizconfig_0.8.4-2_i386.debif the problem is not resolved install kernel headers
Code:
apt-get install -y linux-headers-$(uname -r)and reinstall python-compizconfig_0.8.4-2_i386.deb
Code:
gdebi /root/rep/python-compizconfig_0.8.4-2_i386.debif it does not work unformatted simply uninstall the packages
from : forum.kali
what about 1.0.6
ReplyDeletediversion, it is not necessary anymore, only in version 1.0.4 and 1.0.5
Delete