Catching situation where xfconf isn't installed

Closes issues #169
This commit is contained in:
grassmunk 2021-03-09 10:29:18 -08:00 committed by GitHub
parent bacb546cf0
commit 7ada6e894c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"]: