On 9 November 2016 at 23:22, Eli Barzilay <[email protected]> wrote: > On Tue, Nov 8, 2016 at 8:01 PM, 'Reuben Thomas' via Racket Developers > <[email protected]> wrote: > >> > >> Thanks, I'll take that back to the xdg-utils list, and prepare a > >> simple PR to add chromium-browser. > > > > Attached, a patch to improve the browser list. See the commit log for > > details. > > Openning a URL on windows had the same problem and the solution was to > generate a temporary "trampoline" html page that redirects to the actual > page (with the query part): the same code could be used for xdg. >
That's a good idea, but I don't think there is much point. xdg-open is meant mainly to open files. For Racket, we know we are trying to run a browser. There are other methods to do this, e.g. sensible-browser and x-www-browser. It would be nice if xdg-open could cope (and I have filed a bug to this effect), but not necessary. -- http://rrt.sc3d.org -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAOnWdoiqxQTBwbqt6FyxaVCGvvhvruz3S3BN8VK%2B_uDiMY%3D37w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
