From b091624bf10e84e8edd67975968854ef1050b1d6 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 28 Jan 2019 19:54:44 +0000 Subject: Use SNI when running under Enlightenment (mga#23954). --- NEWS | 2 ++ mgaapplet | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 96159653..06709bfd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- use SNI when running under Enlightenment (mga#23954) + Version 3.26 - 27 January 2019, Martin Whitaker - force use of X11 backend when running on Wayland (mga#20680) diff --git a/mgaapplet b/mgaapplet index eb5aeb52..d9d7517e 100755 --- a/mgaapplet +++ b/mgaapplet @@ -172,9 +172,9 @@ my %actions = ( ); my ($icon, $is_sni); -# 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