From 7ada6e894c72a96e04692f924c317012f9315708 Mon Sep 17 00:00:00 2001 From: grassmunk Date: Tue, 9 Mar 2021 10:29:18 -0800 Subject: [PATCH] Catching situation where xfconf isn't installed Closes issues #169 --- installer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer.py b/installer.py index 2b94970..bdef932 100755 --- a/installer.py +++ b/installer.py @@ -304,6 +304,8 @@ class InstallGUI: subprocess.check_call(args, stdout=subprocess.DEVNULL) except: print("Could not update background. Set your background manually to #008080") + except: + print("Could not update background. Set your background manually to #008080") self.change_component_label() elif from_file == "install_cursors" and self.copy_files["install_cursors"]: