From 148adfed79f40ab887609175a0955fbccb03727e Mon Sep 17 00:00:00 2001 From: daviddavid Date: Fri, 23 Jan 2026 16:48:12 +0100 Subject: disable ionice background --- mgaapplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mgaapplet') diff --git a/mgaapplet b/mgaapplet index f06be4c1..73ba8667 100755 --- a/mgaapplet +++ b/mgaapplet @@ -257,7 +257,7 @@ $SIG{USR1} = 'IGNORE'; $SIG{USR2} = 'IGNORE'; $SIG{HUP} = \&restart_applet; -run_program::raw({ detach => 1 }, 'ionice', '-p', $$, '-n7'); +run_program::raw({ detach => 0 }, 'ionice', '-p', $$, '-n7'); my $bubble = Gtk3::Notify::Notification->new('', ''); Gtk3->main; -- cgit v1.2.1