Ignore broken "']" dconf entries

This commit is contained in:
Sage Vaillancourt 2024-04-09 07:03:15 -04:00
parent 8e1e3e117d
commit 99ee2c1ed2
1 changed files with 4 additions and 0 deletions

View File

@ -83,7 +83,11 @@ function dconf-dump {
if [[ "$line" == "["* ]]; then
current_section="$line"
ignore_section=false
elif [[ "$line" == "']" ]]; then
current_section="$line"
ignore_section=true
fi
case "$current_section" in
"[org/gnome/desktop/background]" | \
"[org/gnome/shell/extensions/gsconnect"*)