Ubuntu-Theming

1.Install Ubuntu-Tweak Tool
==========================

# add-apt-repository ppa:tualatrix/ppa
# apt-get update
# apt-get install ubuntu-tweak

2.Install Mac-OS-X Theme
=================== 


To Install Mac OS X Lion Theme and Icons on Ubuntu
# add-apt-repository ppa:noobslab/themes
# apt-get update
# apt-get install mac-os-x-icons
# apt-get install mac-os-x-theme



3.CCSM-Compiz-Settings-Manager
============================

Install CCSM

# apt-get install compiz compizconfig-settings-manager compiz-plugins

If CompizSettingsManager Not opening,then
Try to remove "compizconfig-backend-kconfig" and the open agian

# apt-get remove compizconfig-backend-kconfig

4.Workspace Switcher Problem in Ubuntu 14.04

==================================

Open Compiz-Settings-Manager and go to General-GeneralOptions-Desktopsize

$ ccsm

Horizondal Virtualsize = 2
Vertivcal  Virtualsize = 2


5.Install the Windows 7 Theme on Ubuntu 12.04
========================================

# add-apt-repository ppa:upubuntu-com/gtk3
# apt-get update
# apt-get install win2-7

6.Change the Ambience theme Bg colour
==================================

For Green--->gsettings set org.gnome.desktop.interface gtk-color-scheme "selected_bg_color:#009965"
 Ambience(Default) Theme to DarkGreen

# cd /usr/share/themes/Ambiance

Find selected_bg_color code
# grep  selected_bg_color:# */*  

Find selected_bg_color code occurance
# grep 6CA028 /usr/share/themes/Ambiance/*/*

Replace color in theme files

# sed -i 's/f07746/009965/g' gtk-3.0/settings.ini
# sed -i 's/f07746/009965/g' gtk-3.0/gtk-main.css
# sed -i 's/f07746/009965/g' gtk-2.0/gtkrc



7.Install MDM to replace  LightDM
==============================
# add-apt-repository ppa:nilarimogard/webupd8
# apt-get update
# apt-get install mdm mint-mdm-themes

# dpkg-reconfigure mdm
# service lightdm stop
# service  mdm  start