> Hmm its pretty early on in the app. Can you send me the source if its > easy to compile standalone.
I run "debconf -o d-i /usr/bin/main-menu" inside qemu after setting "export DEBIAN_FRONTEND=Gtk" which causes Gtk.so to be used (don't know the details...) I could send you a precompiled version of debconf /usr/bin/main-menu Gtk.so I suppose the interesting bit would be gtk.c that you can find here: http://svn.debian.org/wsvn/d-i/branches/d-i/sarge/packages/cdebconf/src/modules/frontend/gtk/gtk.c?op=file&rev=0&sc=0 > If not my guess is your creating some > component thats crashing when its shown or there is a clip bug if the > apps bigger then the screen and where crashing on that. Is your app > sized to fit on screen ? I don't know, but it could be: I can try to create a qemu testcase where the resolution is bigger than the actual (which is probably 640x480) > My gut feeling from what your saying is its a clipping problem. So the > best approach may be to eliminate some components and add them one at > a time to find the culprit. ok Davide _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
