diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | mgaapplet | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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) @@ -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( |