Re: elementary shutdown kills opened applications
- From: "Jasper St. Pierre" <jstpierre mecheye net>
- To: Carl <name is carl gmail com>
- Cc: "desktop-devel-list gnome org" <desktop-devel-list gnome org>
- Subject: Re: elementary shutdown kills opened applications
- Date: Mon, 12 Jan 2015 08:48:46 -0800
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]