diff options
| author | Rex Dieter <rdieter@fedoraproject.org> | 2012-03-10 07:55:24 -0600 |
|---|---|---|
| committer | Rex Dieter <rdieter@fedoraproject.org> | 2012-03-10 07:55:24 -0600 |
| commit | 5be359a49d4d8dc3c5f814ab89b8422ad522d837 (patch) | |
| tree | 9a193d0070191b6b61c867b04236fea39eff7a64 | |
| parent | 2d12187926743fcde751d7b376d0300cb8b3747a (diff) | |
allow DESKTOP_SESSION='Xfce Session' to match xfce
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | scripts/xdg-utils-common.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |
