Run dconf only if it exists

This commit is contained in:
Alexander Hess 2023-09-13 14:19:22 +02:00
parent fc3db12be7
commit 7f559fac96
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -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