summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet2
1 files changed, 1 insertions, 1 deletions
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;