aboutsummaryrefslogtreecommitdiffstats
path: root/main/xdg-utils/xfce.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xdg-utils/xfce.patch')
-rw-r--r--main/xdg-utils/xfce.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/xdg-utils/xfce.patch b/main/xdg-utils/xfce.patch
deleted file mode 100644
index 3899a99a50..0000000000
--- a/main/xdg-utils/xfce.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scripts/xdg-open b/scripts/xdg-open
-index 4cc18a8..e7ed9c3 100755
---- a/scripts/xdg-open
-+++ b/scripts/xdg-open
-@@ -303,7 +303,7 @@ detectDE()
- {
- if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde;
- elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome;
-- elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce;
-+ elif [ -x /usr/bin/exo-open ]; then DE=xfce;
- fi
- }
-