error message when using gedit on ubuntu
I keep getting an error whenever I try to open gedit on ubuntu from Windows 10. I already redownloaded and updated gedit but still keep getting the same error.
error message when using gedit on ubuntu
I keep getting an error whenever I try to open gedit on ubuntu from Windows 10. I already redownloaded and updated gedit but still keep getting the same error.
export DISPLAY=localhost:0.0
from the second answer? WSL still needs to know where the display is. There is a chance that if you type inecho $DISPLAY
it will probably come up blank until you type in thatexport
command. – Terrance Jan 14 '20 at 04:41