FACORAT Fabrice <[EMAIL PROTECTED]> writes:

> > already fixed in cvs:
> 
> with your patch drakfloppy launch. But if MCC is with the minimum size,
> you can't see CANCEL/Create a floppy/Expert Mode buttons.
> The best way is to not display the expert part while in normal mode

hiding wigets is very bad regarding human-machine interfaces

> > > 5�/ unable to launch draksec. from console :
> > > Usage: Gtk2::Entry::new(class) at /usr/sbin/draksec line 121.
> > 
> > thanks, here's the fix:
> 
> no stock icons for cancel/ok

Index: standalone/draksec
===================================================================
RCS file: /cooker/gi/perl-install/standalone/draksec,v
retrieving revision 1.62
diff -u -p -r1.62 draksec
--- standalone/draksec	10 Jul 2003 14:36:47 -0000	1.62
+++ standalone/draksec	10 Jul 2003 17:05:28 -0000
@@ -233,7 +233,7 @@ my $bok = gtksignal_connect(new Gtk2::Bu
                                 ugtk2->exit(0);
                             });
 
-my $bcancel = gtksignal_connect(new Gtk2::Button(N("Cancel")),
+my $bcancel = gtksignal_connect(Gtk2::Button->new_from_stock('gtk-cancel'),
                                 'clicked' => sub { ugtk2->exit(0) });
 gtkpack_($vbox,
          1, gtkshow($notebook),
> > > 6�/ unable to launch timedrake :
> > fixed but we now miss one widget:
> 
> he he he. In embeded mode i can see it ... 2 seconds and nothing (
> killed ) :
> 
> Can't locate object method "new" via package "Gtk2::Gdk::Point"
> (perhaps you forgot to load "Gtk2::Gdk::Point"?) at
> /usr/sbin/clock.pl line 268.

this is why i wrote "but we now miss one widget"

anyway, this is now fixed in the latest drakconf

> + a new one : many message from logdrake in console when launching
> + mcc :

will look at it

Reply via email to