https://bugs.kde.org/show_bug.cgi?id=473228
Bug ID: 473228
Summary: Can't use Open dialog to open files with colons in the
name but no spaces anywhere before the colon
Classification: Frameworks and Libraries
Product: frameworks-kio
Version: git master
Platform: Other
OS: Linux
Status: REPORTED
Keywords: qt6
Severity: major
Priority: NOR
Component: Open/save dialogs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
STEPS TO REPRODUCE
1. Right-click on plasma desktop > Create new > text file
2. For the file name, enter "Hello: foo.txt"
3. Open Kate built with KF6
4. In Kate go to File > Open
5. Navigate to the newly created file and open it
OBSERVED RESULT
Error message saying:
> The file "hello: foo.txt" could not be found
(note the incorrect capitalization)
EXPECTED RESULT
The file is opened.
ADDITIONAL INFORMATION
Reproduces with all apps tested that use the KDE file dialog.
Does not reproduce if I open the file by clicking it in the file manager; it
opens in its default app normally.
Does NOT reproduce if the file is named "Hello Hello: foo.txt". It seems like
you need to have at least one space in the filename before the colon, and then
it works.
--
You are receiving this mail because:
You are watching all bug changes.