summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2019-01-28 20:28:04 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2019-01-28 22:09:11 +0000
commitdf4304563a70a70709f56790680436421e60de27 (patch)
treee828f87cdabee93d2b4848c482d367c1647b0023
parent545890f5206022c643592c8d04251c1b3ed0f7b3 (diff)
downloaddrakx-net-df4304563a70a70709f56790680436421e60de27.tar
drakx-net-df4304563a70a70709f56790680436421e60de27.tar.gz
drakx-net-df4304563a70a70709f56790680436421e60de27.tar.bz2
drakx-net-df4304563a70a70709f56790680436421e60de27.tar.xz
drakx-net-df4304563a70a70709f56790680436421e60de27.zip
Use SNI when running under Enlightenment (mga#23954).
-rw-r--r--NEWS1
-rwxr-xr-xbin/net_applet4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2073912..fc4e55d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- use SNI when running under Enlightenment (mga#23954)
- force use of X11 backend when running on Wayland (mga#20680)
- drakfirewall: drop references to nonexistant mydsn, udhcpd, imap,
courier-imap-pop, bittorrent (mga#23357)
diff --git a/bin/net_applet b/bin/net_applet
index e891b22..a159dcd 100755
--- a/bin/net_applet
+++ b/bin/net_applet
@@ -230,9 +230,9 @@ my %actions = (
},
);
-# Plasma supports SNI natively. Other DE do not. In that case, we fall back to
+# Plasma and Enlightenment support SNI natively. Other DE do not. In that case, we fall back to
# the deprecated GtkStatusIcon.
-if ($ENV{DESKTOP_SESSION} =~ /plasma$/i) {
+if ($ENV{DESKTOP_SESSION} =~ /plasma$|enlightenment/i) {
$is_sni = 1;
Glib::Object::Introspection->setup(