[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

GTK X frontend now working!



Hi

now the GTK X frontend works correcty (it no longer segfaults), the jump mechanism too.

Download the testcase+frontend+sources , as usually, at

http://www.swer.it/~attilio.fiandrotti/gtkx/d-i_x.tar.bz

instructions in this my old post

http://lists.debian.org/debian-boot/2005/05/msg00242.html

the problem was there

-strcpy(main_menu_tag, "est/select");
+strcpy(main_menu_tag, "debian-installer/main-menu");

and there

-name[0]="debconf";
+strcpy(name[0], "debconf");

doh, it was a really big issue, as you can see.. ;)


ciao

Attilio

ps

a little appetizer for you

http://www.swer.it/~attilio.fiandrotti/gtkx/gtkx_grab.jpg


Frans Pop ha scritto:
On Monday 09 May 2005 17:09, attilio wrote:

i was tracing the calls made by main-menu and other components of the
debian-installer: with the GTK fe they always crash during
di_system_init() : where is this funcion defined, since i wasn't able
to find it?


./libdebian-installer/src/libdebian-installer.ver:    di_system_init;
./libdebian-installer/src/system/utils.c:void di_system_init (const char *_progname)
./libdebian-installer/include/debian-installer/system/utils.h:void di_system_init (const char *progname);

Cheers,
FJP



Reply to: