<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Am 19.09.2016 um 17:29 schrieb Stephan Bergmann:<br>
<blockquote cite="mid:56e5535c-23c2-beb4-f912-512414c7b73d@redhat.com" type="cite">
<pre wrap="">On 09/19/2016 05:17 PM, Samuel Mehrbrodt wrote:
</pre>
<blockquote type="cite">
<pre wrap="">It turned out we need to implement both. The first option was fine when
only closing the window - but we also want to be able to close the
visible frames with "File->Exit" while keeping the process running.
</pre>
</blockquote>
<pre wrap="">
Do we?  I think there is probably a difference in what we can imply as 
user-expected behavior between closing the last window (via "Window - 
Close Window" or whatever desktop-environment--specific trigger) and 
terminating LO (via "File - Exit LibreOffice").</pre>
</blockquote>
<br>
Well, with my patches, there will be a difference. Closing the window will leave the process running, and chosing File->Exit will kill the process.<br>
<br>
What I did change in my second patch is the behavior of File->Exit when using the TerminationVetoException.<br>
Before it prevented closing the windows <b>and</b> terminating the process - after my patch it only prevents termination.<br>
<br>
Samuel<br>
</body>
</html>