Bug 472210 - Open dialog could offer option to create empty file when the filename is not found
Summary: Open dialog could offer option to create empty file when the filename is not ...
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (show other bugs)
Version: 5.107.0
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-13 08:50 UTC by Marcos Dione
Modified: 2023-07-13 08:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Dione 2023-07-13 08:50:47 UTC
SUMMARY
The Open dialog shows this error when the filename is not present in the directory:

The file '<file>' could not be found.

So far so good.

My suggestion is that the error dialog could suggest creating an empty file with that name. I would find it more useful than to have to close that error dialog, close the open dialog, and then tell the app to create a new file, and at some point having to enter the filename when saving for the first name.

Of course this probably means that the applications will have to support a new API for creating empty files (whatever that means for them) with the filename returned by the dialog.