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