2018年4月8日日曜日

Bash on Windows subsystem with VcXcrv

Here simple what to do list for lunching xterm from bashonwindows
  1. install VcXsrv
  2. $ echo "export DISPLAY=:0.0" >> ~/.bashrc
  3. sudo sed -i 's$.*$tcp:host=localhost,port=0$' /etc/dbus-1/session.conf
  4. $ xterm &
https://sourceforge.net/p/vcxsrv/wiki/Home/
https://www.reddit.com/r/Windows10/comments/4rsmzp/bash_on_windows_getting_dbus_and_x_server_working/