So I moved some X programs down to the mac, and I'm getting
Error: XTEST extension unavailable on '(null)'.
from xdotool.
Does OS X X11 come with XTEST?
If not, is there a way to add it?
So I moved some X programs down to the mac, and I'm getting
Error: XTEST extension unavailable on '(null)'.
from xdotool.
Does OS X X11 come with XTEST?
If not, is there a way to add it?
Mac has test extension as part of the open source XQuartz project (if installed).
The X11.app was available by default for Mac OS X v10.5-10.7, but since Mountain Lion, Apple dropped dedicated support for X11.app, with users directed to the open source XQuartz project (to which it contributes) instead.
To test if the TEST extension is enabled, try the following commands:
For downloading instructions, check XQuartz page.
I had to do the following two commands to get this to work on Mountain Lion (from here):
For XQuartz,
See this link.
Run the following command in the Terminal:
(as per here). Then quit and restart the X server; the XTEST extension should then be available.