Skip to main content
Use block code formatting for verbatim command
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

If the accepted solution causes your script to crash (this happened to me with a python script), you can completely remove the DISPLAY variable using the bash command unset. That is, unset DISPLAY.

unset DISPLAY

https://stackoverflow.com/questions/19930715/how-to-undo-display-export-in-linux

If the accepted solution causes your script to crash (this happened to me with a python script), you can completely remove the DISPLAY variable using the bash command unset. That is, unset DISPLAY.

https://stackoverflow.com/questions/19930715/how-to-undo-display-export-in-linux

If the accepted solution causes your script to crash (this happened to me with a python script), you can completely remove the DISPLAY variable using the bash command unset. That is,

unset DISPLAY

https://stackoverflow.com/questions/19930715/how-to-undo-display-export-in-linux

Source Link
Danny
  • 11
  • 1

If the accepted solution causes your script to crash (this happened to me with a python script), you can completely remove the DISPLAY variable using the bash command unset. That is, unset DISPLAY.

https://stackoverflow.com/questions/19930715/how-to-undo-display-export-in-linux