<@U016EM8L91B> I've got some questions in the cont...
# magic
p
@User I've got some questions in the context of https://github.com/RTimothyEdwards/magic/pull/143 Is there currently a way to disable x while still enabling headless TCL scripting?
t
magic -dnull -noconsole
starts magic without graphics and gives you only the Tcl command line.
p
yes, but I was curious if it was possible to compile magic so it only support that mode (without linking against x11)
t
Yes; the
magic -dnull
invocation runs the
magicdnull
executable, which shouldn't be linked to anything X11-related.
Except that it is linked against X11 libraries, and I'm not sure why.
p
I did had trouble making
--without-x
working (see: https://github.com/RTimothyEdwards/magic/pull/143/files) so maybe this is related?
t
Quite likely.