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?
Run the following command in the Terminal:
defaults write org.x.X11 enable_test_extensions -boolean true
(as per here). Then quit and restart the X server; the XTEST extension should then be available.
I had to do the following two commands to get this to work on Mountain Lion (from here):
defaults write org.x.X11 enable_test_extensions -boolean true
defaults write org.macosforge.xquartz.X11 enable_test_extensions -boolean true
For XQuartz,
defaults write org.macosforge.xquartz.X11 enable_test_extensions -bool yes
See this link.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With