When opening a URI in PDF, mupdf tries $BROWSER first, which is so decent; then tries the "open" command, which is wrong. Fix: My patch only uses xdg-open. It will obeys the freedesktop standard, and tries $BROWSER as an fallback.
wen 2011-06-16 08:11:44 UTC FreeBSD ports repository Modified files: graphics/mupdf Makefile graphics/mupdf/files patch-apps_x11_main.c Log: - Makes use of xdg-open instead of $BROWSER PR: ports/157756 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Revision Changes Path 1.15 +1 -1 ports/graphics/mupdf/Makefile 1.2 +15 -4 ports/graphics/mupdf/files/patch-apps_x11_main.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.