seed7 icon indicating copy to clipboard operation
seed7 copied to clipboard

[reference] Use xdg-open instead of firefox

Open iacore opened this issue 3 years ago • 1 comments

When I used ide7, I noticed it's not showing anything. I tried to fix opening browser on Linux, but I don't know Seed7 enough.

On Linux, opening browser should be like this:

  • use xdg-open http://example.com/ (free desktop)
  • run $BROWSER http://example.com/ if env var BROWSER exist
  • hardcoded browser paths

Also, I noticed this function will not fail if non of the browser exist (browser.program is empty).

iacore avatar Jul 25 '22 21:07 iacore