Run dconf only if it exists
This commit is contained in:
parent
fc3db12be7
commit
7f559fac96
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ _update_python() {
|
|||
|
||||
|
||||
restore-gnome() {
|
||||
_command_exists dconf || return
|
||||
|
||||
for file in $HOME/.config/gnome-settings/*.ini; do
|
||||
dconf load / < $file
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue