summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog3
-rw-r--r--scripts/xdg-utils-common.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f7ef23..e961e2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
=== xdg-utils 1.1.x ===
+2012-03-10 Rex Dieter <rdieter@fedoraproject.org>
+ * allow DESKTOP_SESSION='Xfce Session' to match xfce
+
2012-03-02 Rex Dieter <rdieter@fedoraproject.org>
* "unknown DE" improvements (BR45295)
* xdg-terminal incompatible with TERM=screen and TERM=rxvt-unicode (BR44357)
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
index 40389bb..ddc86f5 100644
--- a/scripts/xdg-utils-common.in
+++ b/scripts/xdg-utils-common.in
@@ -290,7 +290,7 @@ detectDE()
LXDE|Lubuntu)
DE=lxde;
;;
- xfce|xfce4)
+ xfce|xfce4|'Xfce Session')
DE=xfce;
;;
esac