

Java ATK Wrapper: making use of ATK function pointers
Firstly, it was awesome to see GNOME give the java-atk-wrapper project a mention in a recent GSoC article! :D As for the project itself: Each of the ATK interfaces (apart from AtkWindow) has an associated structure of function pointers (which can be used to implement ATK interface methods as a wrapper functions, so over the past few weeks I have been creating the wrapper functions with the jaw_ prefix for java-atk-wrapper which...





Magnification User Feedback Survey: Results Thus Far
I think I may have to leave the survey up for at least another month or so to try and get hold of some more respondents. With that said, thank you to everyone who has responded so far!Even with only 19 responses the picture has started getting pretty informative and helpful, already. There is still quite a large error estimate on the result, my hand waves a relative error of around +/-16% on it. But with all that in mind, since I said...











PSTree: View Running Process Tree
Run the following command:$ pstreeThe output should be something like:systemd─┬─ModemManager───2*[{ModemManager}] ├─NetworkManager───3*[{NetworkManager}] ├─accounts-daemon───2*[{accounts-daemon}] ├─agetty ├─at-spi-bus-laun─┬─dbus-daemon │ └─3*[{at-spi-bus-laun}] ├─at-spi2-registr───{at-spi2-registr} ...