diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rwxr-xr-x | mgaapplet | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ Version 3.34 - 23 Jan 2026, David Geiger +- fix mgaapplet systray icon when plasma-x11 is used (mga#32847) - Since mgaapplet is already running in background, don't call ionice with "detach -> 1", thus avoiding the ionice process remaining as zombie (mga#27362). - - use red icon for updates (mga#32438) Version 3.33 - 14 Oct 2023, Papoteur @@ -174,7 +174,7 @@ my %actions = ( my ($icon, $is_sni); # 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$|enlightenment/i) { +if ($ENV{DESKTOP_SESSION} =~ /plasma|enlightenment/i) { $is_sni = 1; Glib::Object::Introspection->setup( |
