https://bugs.documentfoundation.org/show_bug.cgi?id=101302

--- Comment #9 from Maxim Monastirsky <[email protected]> ---
(In reply to Yousuf Philips (jay) from comment #6)
> 2) If a document was valid at startup and deleted during the running of LO,
> then after the error dialog appears, it should remove the entry from the
> list.

> The alternative solution that puts the user in full control is to modify the
> error dialog to have an option to remove the entry from the list.

Sadly both aren't easy to implement. The error dialog is displayed by the file
I/O code, and the start center has no control on it (you can see the same
dialog by running from the terminal "soffice /path/to/non-existent-file"). So I
guess there is no easy way to make it handle recent docs.

Remove the recent doc after the error is much easier to implement, but then
again you'll have some issues. e.g. trying to open password-protected docx (but
not odt), then cancelling the password prompt is also considered as open-error
internally, but we probably don't want to remove the recent entry just because
of that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Libreoffice-ux-advise mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to