summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-27 08:12:38 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-27 08:12:38 +0000
commit45f18adacd2637793a07bbb60283eeb2a811fc52 (patch)
tree1baceb57d652deb8f0d33c369fb820c87bbd5f32 /perl-install/standalone/drakfloppy
parent3730934e00cf265b0d2fcd40f3b1d7d3fee7fdc8 (diff)
downloaddrakx-45f18adacd2637793a07bbb60283eeb2a811fc52.tar
drakx-45f18adacd2637793a07bbb60283eeb2a811fc52.tar.gz
drakx-45f18adacd2637793a07bbb60283eeb2a811fc52.tar.bz2
drakx-45f18adacd2637793a07bbb60283eeb2a811fc52.tar.xz
drakx-45f18adacd2637793a07bbb60283eeb2a811fc52.zip
strip authentification out of interactive->vnew into common.pm
This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning...
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-xperl-install/standalone/drakfloppy5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 082edf842..53381a12e 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -23,16 +23,15 @@
use strict;
+use diagnostics;
use lib qw(/usr/lib/libDrakX);
use standalone; #- warning, standalone must be loaded very first, for 'explanations'
-use interactive;
use common;
-use ugtk qw(:helpers);
use my_gtk qw(:helpers);
-my $in = interactive->vnew('su', 'default');
+require_root_capability();
my $expert_mode = 0;
# we have put here the list in order to do $list->clear() when we have to do