xdg-open
xdg-open Error: no display specified
27 08 13 • 22:44& Filed in: Coding
Error Description
When I try to open a URL in the console I get the error message: ERROR: “No Display Specified”
When I try to open a URL in the console I get the error message: ERROR: “No Display Specified”
$ xdg-open http://www.google.com
Error: no display specified
Solution
You could try DISPLAY=:0 before xdg-open command$ DISPLAY=:0 xdg-open http://www.google.com