aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/browse-url.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index 99f3c53f025..50423208e34 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -969,6 +969,7 @@ This requires you to be running either Gnome, KDE, Xfce4 or LXDE."
969 (eq 0 (call-process 969 (eq 0 (call-process
970 "/bin/sh" nil nil nil 970 "/bin/sh" nil nil nil
971 "-c" 971 "-c"
972 ;; FIXME use string-match rather than grep.
972 "xprop -root _DT_SAVE_MODE|grep xfce4")) 973 "xprop -root _DT_SAVE_MODE|grep xfce4"))
973 (error nil)) 974 (error nil))
974 (member (getenv "DESKTOP_SESSION") '("LXDE" "Lubuntu")) 975 (member (getenv "DESKTOP_SESSION") '("LXDE" "Lubuntu"))