summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/90-patch_misc_files.inc
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/includes/90-patch_misc_files.inc')
-rw-r--r--satellit_installer/includes/90-patch_misc_files.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/satellit_installer/includes/90-patch_misc_files.inc b/satellit_installer/includes/90-patch_misc_files.inc
index 1edf931..bbb3895 100644
--- a/satellit_installer/includes/90-patch_misc_files.inc
+++ b/satellit_installer/includes/90-patch_misc_files.inc
@@ -34,3 +34,8 @@ patch_ldapsearch() {
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
}
+patch_java() {
+ # Fix svg renderer:
+ # java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
+ sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties &> /dev/null
+}