Bug 450833

Summary: Attempting to change case of a file in mounted SMB share fails without obvious indication
Product: [Applications] dolphin Reporter: spamless.9v5xj
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 21.12.2   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description spamless.9v5xj 2022-02-25 16:56:47 UTC
SUMMARY
***
SMB shares are case insensitive, however Dolphin does not provide correct feedback / handle this elegantly
***


STEPS TO REPRODUCE
1. Create an SMB share if none exists
2. Create a folder and mount SMB share onto the folder
3. Using Dolphin, navigate into the folder
4. Create a file called 'test.txt'
5. Attempt to rename the file to 'Test.txt'

OBSERVED RESULT
A "File Already Exists" dialog pops up, asking the user if they wish to Overwrite an existing file or Cancel; clicking Overwrite will simply prompt the user again as the operation fails

EXPECTED RESULT
Either a successful rename or an "Operation failed" message

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.90.000
Qt Version: 5.15.2

ADDITIONAL INFORMATION
FAT32 file systems, despite also being case-insensitive, do not have this issue.