Bug 115942 - FILESAVE: Save in background
Summary: FILESAVE: Save in background
Status: RESOLVED DUPLICATE of bug 69085
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.2.7.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-22 20:03 UTC by Bodo Thiesen
Modified: 2018-03-07 17:02 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***