diff options
| -rwxr-xr-x | mgaapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
