diff --git a/fedora-gnome/thunderbird.sh b/fedora-gnome/thunderbird.sh index 06c9a97..db7fef9 100644 --- a/fedora-gnome/thunderbird.sh +++ b/fedora-gnome/thunderbird.sh @@ -26,4 +26,8 @@ download() { sudo dnf install -y thunderbird -echo 'QUBES_GPG_DOMAIN=vault' | sudo tee -a /etc/environment \ No newline at end of file +# Change the GPG Domain name appropriately +echo 'QUBES_GPG_DOMAIN=vault' | sudo tee -a /etc/environment + +# Disable hardened_malloc (for now) +sudo rm /etc/ld.so.preload \ No newline at end of file