summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2019-01-28 19:54:44 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2019-01-28 19:54:44 +0000
commitb091624bf10e84e8edd67975968854ef1050b1d6 (patch)
tree7974a488b4cd22041cafe2b68934449f57d627e9 /mgaapplet
parentee80b1c49ba8b5554af9f58f97bd1ab0f5014171 (diff)
downloadmgaonline-b091624bf10e84e8edd67975968854ef1050b1d6.tar
mgaonline-b091624bf10e84e8edd67975968854ef1050b1d6.tar.gz
mgaonline-b091624bf10e84e8edd67975968854ef1050b1d6.tar.bz2
mgaonline-b091624bf10e84e8edd67975968854ef1050b1d6.tar.xz
mgaonline-b091624bf10e84e8edd67975968854ef1050b1d6.zip
Use SNI when running under Enlightenment (mga#23954).
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet4
1 files changed, 2 insertions, 2 deletions
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(