From df4304563a70a70709f56790680436421e60de27 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 28 Jan 2019 20:28:04 +0000 Subject: Use SNI when running under Enlightenment (mga#23954). --- bin/net_applet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/net_applet') 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( -- cgit v1.2.1