Hi, 2011-02-07 21:54, Francesco Poli (t1000) skrev: > With debugging turned on: > > $ export XDG_UTILS_DEBUG_LEVEL="2" > $ xdg-open 'http://debian.org' > /usr/bin/xdg-open: line 456: galeon --new-tab http: command not found > xdg-open: no method available for opening 'http://debian.org' > > What's wrong? > It seems to me that the eval fails, but why?
Hmm, it's because IFS=":" at that point, so it splits the command on colons instead of whitespace. It's a bug, indeed. As a workaround, try setting BROWSER="galeon --new-tab" instead. It should give the same effect, and work with xdg-open as well. See <http://www.catb.org/~esr/BROWSER/>. -- Pelle -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org