From fb1bfb7d9640cbc84bd12f4fb0990dc9d54cacd0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 8 May 2008 07:58:39 +0000 Subject: (installUpdates) run MandrivaUpdate with --no-splash option in order to skip splash screen (#40366) --- NEWS | 4 ++++ mdkapplet | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e0a7422f..095478ec 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +- mdkapplet: + o run MandrivaUpdate with --no-splash option in order to skip splash + screen (#40366) + Version 2.39 - 21 March 2008, Thierry Vignaud - mdkapplet: diff --git a/mdkapplet b/mdkapplet index 3ac861e0..ac1f3449 100755 --- a/mdkapplet +++ b/mdkapplet @@ -281,7 +281,7 @@ sub installUpdates() { return if $mdv_update_pid; my $oldmd5 = $release <= 10.2 ? mdkonline::md5file($binfile) : common::md5file($binfile); logIt(N_("Launching MandrivaUpdate\n")); - $mdv_update_pid = fork_exec('MandrivaUpdate', '--no-media-update', '--no-confirmation'); + $mdv_update_pid = fork_exec('MandrivaUpdate', '--no-media-update', '--no-confirmation', '--no-splash'); my $newmd5 = $release <= 10.2 ? mdkonline::md5file($binfile) : common::md5file($binfile); restart_applet() if $newmd5 ne $oldmd5; silentCheck(); gtkflush(); -- cgit v1.2.1