Re: [hatari-devel] Updating to Hatari 2.0.0 in Fedora |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Am Sun, 1 Jan 2017 18:05:34 +0100
schrieb Andrea Musuruane <musuruan@xxxxxxxxx>:
> On Sun, Jan 1, 2017 at 11:06 AM, Thomas Huth <th.huth@xxxxxx> wrote:
>
> > Does this patch here help with the embedding:
> >
> > https://hg.tuxfamily.org/mercurialroot/hatari/hatari/ rev/092f6e163261
> >
> No. I still have the same behaviour.
Too bad - it was fixing the problem for me on Fedora 24.
Could you maybe add some debugging fprintfs to control.c like this:
diff -r 0dcf5981c260 src/control.c
--- a/src/control.c Sun Jan 01 18:12:16 2017 +0100
+++ b/src/control.c Sun Jan 01 18:19:49 2017 +0100
@@ -534,8 +534,10 @@
unsigned int nwin;
#endif
+fprintf(stderr,"Control_ReparentWindow: START! (%i)\n", (int)noembed);
parent_win_id = getenv("PARENT_WIN_ID");
if (!parent_win_id) {
+fprintf(stderr,"Control_ReparentWindow: NO PARENT_WIN_ID!\n");
return;
}
parent_win = strtol(parent_win_id, NULL, 0);
.... and then report the output from the terminal window here?
And what's your windowing manager again? Gnome? (I was using XFCE)
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |