Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbt-microsites connects to window server on OS X #208

Closed
tpolecat opened this issue Aug 8, 2017 · 1 comment · Fixed by #363
Closed

sbt-microsites connects to window server on OS X #208

tpolecat opened this issue Aug 8, 2017 · 1 comment · Fixed by #363

Comments

@tpolecat
Copy link

tpolecat commented Aug 8, 2017

When I do makeMicrosite the JVM connects to the window server, which means a generic Java icon called "Boot" appears on the task bar, and if I'm in a fullscreen window when I do this it slides me over to another desktop. Not a big deal, but you can fix it by adding

System.setProperty("java.awt.headless", "true")

before you do whatever it is that's initializing AWT. You might want it to be a setting in case someone actually wants to be able to pop up windows when their doc is compiling.

@yannbolliger
Copy link

This is still present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants