I have a problem for a week
1-First i download latest mininet vm image.
2-Ran it on virtualbox.
3 Start GUI by typing startx after gui installation.
4-Mininet to pox traffic goes well.
**Problem starts after this **
5-When i need to look traffic in xterm in mininet it didn't shows or run xterm.
6-After that, google and stackoverflow some previous information about it and apply export DISPLAY='10.0.0.2' or maybe something,xterm terminal show on desktop, remember earlier even xterm terminal didn't shows with Display not set error.
7-Problem is not completely resolved yet,when i type xterm h1 in mininet,mininet terminates without showing any error and clean all nodes.It should show xterm for node h1.
I am using Ubuntu 20.0 OS,mininet image ran on a virtual box.Process all stackoverflow solutions,nothing worked.
I guess it's not a mininet error or something,it should be xterm ports or Display error or maybe something ?