From 25730a6d84a0db337424f6edd0bdb45e1aa480b0 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Sun, 27 Jul 2008 21:02:58 +0000 Subject: [PATCH] - use xdg-open by default Changed files: beagle-use-xdg-open.patch -> 1.1 --- beagle-use-xdg-open.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 beagle-use-xdg-open.patch diff --git a/beagle-use-xdg-open.patch b/beagle-use-xdg-open.patch new file mode 100644 index 0000000..9e5578d --- /dev/null +++ b/beagle-use-xdg-open.patch @@ -0,0 +1,18 @@ +diff -urN beagle-0.3.8/configure.in beagle-0.3.8.new/configure.in +--- beagle-0.3.8/configure.in 2008-06-12 18:06:25.000000000 +0200 ++++ beagle-0.3.8.new/configure.in 2008-07-27 00:39:56.000000000 +0200 +@@ -123,12 +123,10 @@ + AC_FUNC_MMAP() + + # check for desktop-launch +-AC_PATH_PROG(DESKTOP_LAUNCH, desktop-launch, no) +-AM_CONDITIONAL(ENABLE_DESKTOP_LAUNCH, test "x$DESKTOP_LAUNCH" != "xno") ++AM_CONDITIONAL(ENABLE_DESKTOP_LAUNCH, false) + + # check for xdg-open +-AC_PATH_PROG(XDG_OPEN, xdg-open, no) +-AM_CONDITIONAL(ENABLE_XDG_OPEN, test "x$XDG_OPEN" != "xno") ++AM_CONDITIONAL(ENABLE_XDG_OPEN, true) + + # + # I18N -- 2.44.0