Ignore some gsconnect config
This commit is contained in:
parent
a203b8e3be
commit
ee9709a54d
|
@ -83,7 +83,7 @@ function dconf-dump {
|
||||||
ignore_section=false
|
ignore_section=false
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [[ "$line" == "[org/gnome/desktop/background]" ]]; then
|
if [[ "$line" == "[org/gnome/desktop/background]" ]] || [[ "$line" == "[org/gnome/shell/extensions/gsconnect"* ]]; then
|
||||||
ignore_section=true
|
ignore_section=true
|
||||||
else
|
else
|
||||||
echo "$line"
|
echo "$line"
|
||||||
|
|
Loading…
Reference in New Issue