| Summary: | Filename: double quote sign (") used in filename is not kept as-is in resulting filename on disk | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Valdo <gnu4ever> |
| Component: | Open/save dialogs | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | bugseforuns, christoph, justin.zobel, kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | File saved as « my "blah" file.txt » is actually saved as just « blah » on disk. | ||
|
Description
Valdo
2020-05-10 15:55:30 UTC
Case 1 for me results in an error and I'm not sure double quotes should ever be in filenames. Case 2 I can't reproduce. Can you please test and confirm if the case 2 issue is still occurring or if this bug report can be marked as resolved. I'm setting status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thanks. (In reply to Justin Zobel from comment #1) > Case 1 for me results in an error and I'm not sure double quotes should ever > be in filenames. > > Case 2 I can't reproduce. > > Can you please test and confirm if the case 2 issue is still occurring or if > this bug report can be marked as resolved. I'm setting status to "needsinfo" > pending your response, please change back to "reported" or "resolved" when > you respond, thanks. Thanks for you reply. What are your locale and regional language please? They may play a role, considering your Kate behaviour is totally different from mine's. * CASE 1: what kind of error message do you get? (the fact that one should or should not include double quotes in filenames is out of scope IMO) * CASE 2: meaning your filename preserves double quotes and doesn't turn them into %22, then into %2522, %252522, etc.? On my end, it still behaves as it did when I raised these bugs. Hmm, I think the file dialog has there some issues. e.g. entering my "blah" file.txt as file name leads to the error message: "You can only select one file" in the save file dialog. That is a standard kio file dialog via the platform integration. (In reply to Christoph Cullmann from comment #3) > Hmm, I think the file dialog has there some issues. > > e.g. entering > > my "blah" file.txt > > as file name leads to the error message: "You can only select one file" in > the save file dialog. reported as bug 426728 Created attachment 140436 [details] File saved as « my "blah" file.txt » is actually saved as just « blah » on disk. In reply to comment #3: that's really strange... I don't face any error message (Kate 19.12.3 - KDE Frameworks 5.68.0). Instead, the file keeps being saved as « blah » (without quotation marks). |