Skip to content

MWP on Windows using cygwin #85

Answered by stronnag
underthebanyan asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure if mobaxterm's behaviour (or some underlying WIndows behaviour) has changed; it no longer starts an X-Server on :1 (loopback address), but rather it seems X is only on the address of the NIC. So you must tell mwp about this.

  • In a Win10 VM, when I start MobaXterm it tells me "Your DISPLAY is set to 172.31.0.194:1.0"
  • In a cygwin terminal:
    $  DISPLAY=172.31.0.194:1.0 mwp

And mwp opens as expected. If you always have the same assigned IP, you could add the DISPLAY variable to .bashrc so it's always set

export DISPLAY=172.31.0.194:1.0

(for your fixed address of course).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@underthebanyan
Comment options

Answer selected by underthebanyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants