This brief tip will show you how to reset your Ubuntu 12.04 desktop to the default settings if something goes wrong.
If you accidentally made a mistake and your Ubuntu machine is not as it was, you can easily reset your desktop sessions, compiz and Unity with these easy tips.
I came across this tip from this forum post , so the original credit goes to the author.
Objectives:
- Reset Ubuntu Unity in 12.04
- Enjoy!
To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to install dconf tools if you don’t already have it installed.
sudo apt-get install dconf-tools
After installing, run the command below to reset Unity and Compiz.
dconf reset -f /org/compiz/
Restart your computer or run the command below to restart Unity.
setsid unity
Enjoy!
Frequently Asked Questions
How to reset Unity in Ubuntu 12.04 if desktop settings are messed up?
To reset Unity in Ubuntu 12.04, open the terminal using Ctrl – Alt – T, install dconf tools if not already installed, then run 'dconf reset -f /org/compiz/' to reset Unity and Compiz.
What is the command to restart Unity in Ubuntu 12.04?
To restart Unity in Ubuntu 12.04, you can run the command 'setsid unity' in the terminal. This command will refresh your Unity desktop.
How to fix Ubuntu 12.04 if desktop sessions are not working properly?
If desktop sessions in Ubuntu 12.04 are not working correctly, you can reset Unity and Compiz using the 'dconf reset -f /org/compiz/' command in the terminal.
Where can I find tips to reset Ubuntu Unity in Precise Pangolin?
You can find tips to reset Ubuntu Unity in Precise Pangolin on forums or through online tutorials. The process usually involves using terminal commands like 'dconf reset -f /org/compiz/'.
How to revert Ubuntu 12.04 to default desktop settings?
To revert Ubuntu 12.04 to default desktop settings, you can reset Unity and Compiz using the 'dconf reset -f /org/compiz/' command followed by restarting Unity with 'setsid unity'.
What are the steps to reset Compiz in Ubuntu 12.04?
To reset Compiz in Ubuntu 12.04, open the terminal, install dconf tools (if not installed), and then run 'dconf reset -f /org/compiz/'. This will reset both Compiz and Unity.
How to refresh Ubuntu 12.04 desktop if it's not displaying correctly?
If the Ubuntu 12.04 desktop is not displaying correctly, you can refresh it by restarting Unity using the command 'setsid unity' in the terminal.
What is the shortcut to open the terminal in Ubuntu 12.04?
To open the terminal in Ubuntu 12.04, use the shortcut Ctrl – Alt – T on your keyboard. This will open the terminal window for executing commands.