Configuration files for Dash

Hi :slight_smile:

I would like very much to know in which configuration files does Dash store information about which apps are pinned, please. :slight_smile:

GNOME doesn’t use configuration files, but dconf. You can use gsettings to view and modify its values. Dconf Editor is GUI for dconf. I don’t remember the key now, but you should find it by searching for pinned-apps

2 Likes

As @tragivictoria already mentioned, pinned apps are configured via gsettings/dconf, not config files.

More precisely, it’s the following schema/key:

$ gsettings get org.gnome.shell favorite-apps
3 Likes

Thank you very much, it’s valuable to know that. :slight_smile:

However, dconf probably has configuration or data files, to store all its keys. :slight_smile:
If they are not located in the user directory, it is even more important to know this, so as not to forget them when backing up.

They are located in ~/.config/dconf, but to access it you need to use gsettings.

Also, if you want to back up your dconf settings, I recommend setting those you explicitly want to have. Take a look at my script for how I do it Making sure you're not a bot!

FYI: its a little outdated, since I didn’t pushed my changes yesterday, but you’re gonna get general idea

1 Like

There are still things GNOME uses configuration files for, such as monitors.xml for configuring displays.

Yes, but its minority

1 Like

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.