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 can you personalize your Ubuntu Pro subscription?

Ubuntu Pro is Canonical’s subscription for open source software security, support and compliance. Users of…

1 hour ago

AI in 2025: is it an agentic year?

2024 was the GenAI year. With new and more performant LLMs and a higher number…

1 day ago

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

2 days ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

3 days ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

3 days ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

4 days ago