mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
configure headless openjdk to run without gtk accessability dependencies
This commit is contained in:
parent
9136080def
commit
98806d7c01
1 changed files with 3 additions and 0 deletions
|
@ -120,3 +120,6 @@ apt-get install --yes $packages
|
||||||
|
|
||||||
highestjava=`update-java-alternatives --list | sort -n | tail -1 | cut -d ' ' -f 1`
|
highestjava=`update-java-alternatives --list | sort -n | tail -1 | cut -d ' ' -f 1`
|
||||||
update-java-alternatives --set $highestjava
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue