From 585809c453988646e23afaf08cfd1db896e2a952 Mon Sep 17 00:00:00 2001 From: ebner Date: Tue, 4 Feb 2025 15:35:03 +0100 Subject: [PATCH] add command to reset a users dconf settings --- admin-guide/configuration/desktop/program_starter.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin-guide/configuration/desktop/program_starter.md b/admin-guide/configuration/desktop/program_starter.md index 004f41c4..f70d8839 100644 --- a/admin-guide/configuration/desktop/program_starter.md +++ b/admin-guide/configuration/desktop/program_starter.md @@ -15,6 +15,13 @@ Note that this will only set the default configuration which can be changed by t To reset the user specific configuration run ``` +# only reset gnome dconf settings +dconf reset -f /org/gnome + +# reset all dconf settings +dconf reset -f / + +# if the commands above does not work rm ~/.config/dconf/user ```