LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dconf-reset

reset dconf keys to default values

TLDR

Reset a specific key
$ dconf reset /[path/to/key]
copy
Reset an entire directory
$ dconf reset -f /[path/to/directory]/
copy

SYNOPSIS

dconf reset [options] path

DESCRIPTION

dconf reset removes keys from the dconf database, effectively resetting them to their default values. The defaults are typically defined by application GSettings schemas, and removing the user's stored value causes the application to fall back to these defaults.When resetting a single key, only that specific setting is removed. Using the -f flag with a directory path removes all keys under that directory tree, which is useful for completely resetting a configuration section or entire application settings.This operation is immediate and cannot be undone through dconf itself. Consider using "dconf dump" before resetting to create a backup if you might need to restore the previous values. The reset operation is commonly used when troubleshooting application behavior or returning to a known-good configuration state.

PARAMETERS

-f

Force reset of entire directory tree
path
Key or directory to reset

INSTALL

sudo apt install dconf-cli
copy
sudo dnf install dconf
copy
sudo pacman -S dconf
copy
sudo apk add dconf
copy
sudo zypper install dconf
copy
nix profile install nixpkgs#dconf
copy

CAVEATS

Resetting removes the stored value; the application will use its schema default. Use -f carefully as it resets all keys in a directory tree. Cannot be undone.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid