mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-17 22:47:16 -04:00
configure headless openjdk to run without gtk accessability dependencies
This commit is contained in:
committed by
Michael Pöhn
parent
9136080def
commit
98806d7c01
@@ -120,3 +120,6 @@ apt-get install --yes $packages
|
||||
|
||||
highestjava=`update-java-alternatives --list | sort -n | tail -1 | cut -d ' ' -f 1`
|
||||
update-java-alternatives --set $highestjava
|
||||
|
||||
# configure headless openjdk to work without gtk accessability dependencies
|
||||
sed -i -e 's@\(assistive_technologies=org.GNOME.Accessibility.AtkWrapper\)@#\1@' /etc/java-8-openjdk/accessibility.properties
|
||||
|
||||
Reference in New Issue
Block a user