diff options
Diffstat (limited to 'mgaapplet')
-rwxr-xr-x | mgaapplet | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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( |