| |
| ;:The option isn't exposed directly in the window configuration dialogs, so you have to go in a tweak the equivalent of a registry setting in the Gnome Configuration Editor. |
| |
| -;:It's locate under: Application -> System Tools -> Configuration Editor |
| +;:It's locate under: Application -> System Tools -> Configuration Editor (also known as gconf-editor) |
| |
| ;:The attribute that needs to be unchecked is: apps/metacity/general/raise_on_click [ ] |
| + |
| +__Rebuilding a system with the same packages__ |
| + dpkg –get-selections > mypackages.txt |
| + sudo dpkg –set-selections < mypackages.txt |
| + sudo apt-get dselect-upgrade |