--- /usr/sbin/draksnapshot-applet 2022-09-17 08:46:43.225041124 +0200 +++ /usr/sbin/draksnapshot-applet.new 2022-09-17 08:49:07.490143014 +0200 @@ -141,7 +141,7 @@ my $timeout_bubble = 5000; $bubble->set_timeout($timeout_bubble); eval { $bubble->show }; - Glib::Timeout->add($timeout_bubble + 100, sub { Gtk3::exit; exit(1) }); + Glib::Timeout->add($timeout_bubble + 100, sub { Gtk3::exit(); exit(1) }); 0; }); Gtk3->main;