summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Dieter <rdieter@fedoraproject.org>2012-03-10 07:55:24 -0600
committerRex Dieter <rdieter@fedoraproject.org>2012-03-10 07:55:24 -0600
commit5be359a49d4d8dc3c5f814ab89b8422ad522d837 (patch)
tree9a193d0070191b6b61c867b04236fea39eff7a64
parent2d12187926743fcde751d7b376d0300cb8b3747a (diff)
allow DESKTOP_SESSION='Xfce Session' to match xfce
-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