[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xdg-open drives me crazy



On 2018-07-27 03:21, Markus Grunwald wrote:
A few programs that I use, in turn use xdg-open. With web-pages, it gets
it completely wrong, no matter what I do:


What can I do ...?

file $(which xdg-open)
/usr/bin/xdg-open: POSIX shell script, ASCII text executable

OK it's a shell script. Try the -x option to see what it's actually doing:

sh -x /usr/bin/xdg-open /path/to/file.html

There might be a hint there.

--
John


Reply to: