Bug 115942

Summary: FILESAVE: Save in background
Product: LibreOffice Reporter: Bodo Thiesen <bothie>
Component: LibreOfficeAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: ilmari.lauhakangas, stephane.guillou
Priority: medium    
Version: 5.2.7.2 release   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description Bodo Thiesen 2018-02-22 20:03:05 UTC
Description:
Currently, if I hit save (or an autosave kicks in), LibreOffice is like dead for the duration of the save operation.

Please make LibreOffice do the save in the background (on POSIX platforms, a simple to implement solution would be to fork() and do the save in the child, reporting success or error back to the parent using a socketpair(), I don't know how it could be done elegantly under Windows, but the MingW guys solved the problem somehow).

Steps to Reproduce:
Füllen Sie dieses Feld aus.

Actual Results:  
Füllen Sie dieses Feld aus.

Expected Results:
Füllen Sie dieses Feld aus.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36 OPR/51.0.2830.26
Comment 1 Buovjaga 2018-03-07 17:02:54 UTC
I think bug 69085 is essentially about the same thing. Being multi-threaded in this department would also solve this.

*** This bug has been marked as a duplicate of bug 69085 ***
Comment 2 Stéphane Guillou (stragu) 2024-05-27 01:14:34 UTC

*** This bug has been marked as a duplicate of bug 48416 ***