From 7c3cf8706543cd8f1b7582e41c336a1235936ce8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 19 Dec 2003 19:52:22 +0000 Subject: do not show useless "ignore" button when requesting root password through kdesu --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index 546a9f7a2..e7b21c05f 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -258,7 +258,7 @@ sub require_root_capability() { return unless $>; # we're already root if (check_for_xserver()) { if (fuzzy_pidofs(qr/\bkwin\b/) > 0) { - exec("kdesu", "-c", "$0 @ARGV") or die N("kdesu missing"); + exec("kdesu", "--ignorebutton","-c", "$0 @ARGV") or die N("kdesu missing"); } } exec { 'consolehelper' } $0, @ARGV or die N("consolehelper missing"); -- cgit v1.2.1