Skip to content
Prev 1231 / 1236 Next

[R-gui] tcltk troubleshooting on OS X

Check your DISPLAY env var -- it defines which X11 to connect to. In your command line you have apparently set it to :0.0 while you don't have even X11 running so it will fail unless you start X11 yourself. When you request X11, Apple has some additional magic it offers to start X11 automatically - I wonder if that is broken on your system so it just hangs. That magic will show up as a path in the DISPLAY variable instead of the regular display specification. If in doubt, start X11 by hand and set DISPLAY to :0.0.

Cheers,
Simon

PS: This would be more appropriate on SIG-Mac instead...