Bug 450833 - Attempting to change case of a file in mounted SMB share fails without obvious indication
Summary: Attempting to change case of a file in mounted SMB share fails without obviou...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.12.2
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-25 16:56 UTC by spamless.9v5xj
Modified: 2022-02-25 16:56 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 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.