From e162004b76c74ab1a520492f4ff69b4f1a328381 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 24 Oct 2019 20:19:24 +0200 Subject: [PATCH] Removed dconf/user because I assume leads to conflicts with GNOME --- scripts/import-data-from-system.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/import-data-from-system.sh b/scripts/import-data-from-system.sh index 13fd41f..3685033 100644 --- a/scripts/import-data-from-system.sh +++ b/scripts/import-data-from-system.sh @@ -19,7 +19,6 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \ "$HOME/Documents/recovery_codes/" \ "$HOME/Documents/identity/" \ "$HOME/Documents/passwords/" \ - "$HOME/.config/dconf/user" \ "$HOME/.local/share/rhythmbox/rhythmdb.xml" \ "$HOME/.config/keepassxc/keepassxc.ini"); for system_item_path in "${BACKUP_LIST[@]}";