GNOME Bugzilla – Bug 760227
Sources contain pre-built AtkWrapper.java with hardcoded path to xprop
Last modified: 2019-05-29 10:47:46 UTC
When downloading sources from, say, http://ftp.acc.umu.se/pub/GNOME/sources/java-atk-wrapper/0.33/java-atk-wrapper-0.33.2.tar.xz, there is a pre-built wrapper/org/GNOME/Accessibility/AtkWrapper.java which shouldn't exist (should be generated during make with AtkWrapper.java.in). This is causing problems because the path to xprop is system dependent and shouldn't be hardcoded in AtkWrapper.java (for example this patch is incorrect for fedora 21+).
This should be fixed by 028646e7cf7b0e0ddcf7124cea1ab851256a1595 ("Filter out AtkWrapper.java from distributed files")