Zebediah Figura zfigura@codeweavers.com writes:
xdg-open can't handle this, so work around with the following command (suggested by Vincent Povirk): gtk-launch `xdg-mime query default x-scheme-handler/http`
Signed-off-by: Zebediah Figura zfigura@codeweavers.com
programs/winebrowser/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
I'd suggest to simply open the default start page in that case. That's what iexplore does when there are no arguments.