TBrowser in win10 subsystem

I am using unbuntu18.04 in Win10. I installed the latest ROOT6 correctly however when I use “TBrowser” to read root file graphically, no graph appears and no warnings. Like the following:

root [0] TBrowser br
(TBrowser &) Name: Browser Title: ROOT Object Browser
root [1] .q

Is there anyone knows why?

__
ROOT Version: ROOT 6.19/01
Platform: Unbuntu 18.04 in Win 10
Compiler: gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0


You are probably missing a X server (e.g. XMing). See for example:
How to Run Graphical Linux Desktop Applications from Windows 10’s Bash Shell

Hi bellenot,
Thank you! It looks good.