Java ATK Wrapper
Go to file
DistroBaker 3429b8898f Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/java-atk-wrapper.git#83ef2038e44c54d752241b7384db070104a5ad7d
2021-01-27 14:51:16 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:01:15 +02:00
java-atk-wrapper.spec Merged update from upstream sources 2021-01-27 14:51:16 +00:00
README.fedora RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:01:15 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:01:15 +02:00

This fedora package installs java-atk-wrapper in a JRE-independent way. It is
up to each JRE to make use of it correctly. In general, you want to symlink the
shared object and the jar into somehwere where the JRE can find it and
configure the accessiblity configuration of the JRE to load this.

For OpenJDK, the process looks like this:
ln -s %{_libdir}/java-atk-wrapper/libatk-wrapper.so.0 \
    /usr/lib/jvm/jre/lib/%{arch}/libatk-wrapper.so
ln -s %{_libdir}/java-atk-wrapper/java-atk-wrapper.jar \
    /usr/lib/jvm/jre/lib/ext/
echo "assistive_technologies=org.GNOME.Accessibility.AtkWrapper" \
    >>  /usr/lib/java/jre/lib/accessibility.properties