One idea is that you're killing the X server directly. GTK+ applications take a disconnect from the primary display as an indication that the user's session has closed, and that they should quit (actually, it's just considered an IO error, to which the response of a standard X11 application is fatal by default, but we never changed that behavior for that reason).
You need to keep the X server up during that time, and that might require some fairly invasive changes to gnome-session or gdm. On Sat, Nov 22, 2014 at 6:43 PM, Carl <[email protected]> wrote: > > > On Tue, Nov 11, 2014 at 3:22 PM, Carl <[email protected]> wrote: > >> Hello, >> >> I'm trying to investigate a bug [1] we have on elementary freya (which is >> based on ubuntu 14.04). >> > > Do you have an idea of a portion of the code that I should look at? > > Cheers, > Carl. > > _______________________________________________ > desktop-devel-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/desktop-devel-list > -- Jasper
_______________________________________________ desktop-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/desktop-devel-list
