Categories: Linux & UnixUbuntu

How to reset Unity settings as well as reload the graphical shell

There are times when while tweaking something UI-related on your Ubuntu machine, you end up messing with your Unity graphical shell. For example, you may face problems like launcher disappearing, or something similar.

For cases like these, you should know how to reset Unity to default configuration as well as reload it (just in case that’s required). So here, in this tutorial, we will quickly learn how you can do all this.

How to reset and reload Unity

To rest Unity configuration/settings to default values, execute the following command:

dconf reset -f /org/compiz/

And to reload the Unity graphical shell, use the following command:

Sponsored
Sponsored
class="bash">setsid unity

Just in case you want to reset the default Launcher icons in Unity, use the following command:

unity --reset-icons

Note: The aforementioned command may close some of your running apps – in our case, the Web browser application was killed.

The post How to reset Unity settings as well as reload the graphical shell appeared first on FAQforge.

Ubuntu Server Admin

Recent Posts

How To Install Zabbix Server 7.4 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

3 hours ago

How To Install Zabbix Server 7.2 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

3 hours ago

SuperTuxKart 1.5 RC2 added GUI option to Choose Vulkan or DirectX 9

SuperTuxKart, the 3D kart racing game, announced the second release candidate for the next 1.5…

3 hours ago

What’s the state of open source adoption in Europe?

New research suggests 86% of European organizations believe open source is valuable for the future…

20 hours ago

What are dependencies, and how do you secure them?

Open source software is everywhere. Research shows that around 97% of codebases contain open source…

21 hours ago

How we ran a sprint to refresh our design website, Part 2

This is Part 2 in the series about our website Design sprint. View Part 1…

2 days ago