$OpenBSD: patch-scripts_xdg-utils-common_in,v 1.3 2015/11/01 22:23:03 ajacoutot Exp $

Make xdg-open work with toad(8) under KDE4.

--- scripts/xdg-utils-common.in.orig	Mon Oct  5 20:59:19 2015
+++ scripts/xdg-utils-common.in	Sun Nov  1 23:14:17 2015
@@ -288,6 +288,7 @@ detectDE()
     if [ x"$DE" = x"" ]; then
       # classic fallbacks
       if [ x"$KDE_FULL_SESSION" != x"" ]; then DE=kde;
+      elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.kde.KWin > /dev/null 2>&1` ; then DE=kde;
       elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome;
       elif [ x"$MATE_DESKTOP_SESSION_ID" != x"" ]; then DE=mate;
       elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager > /dev/null 2>&1` ; then DE=gnome;
