Bug 430514

Summary: Dolphin location bar ignores case sensitivity mode
Product: [Applications] dolphin Reporter: Eugene Shalygin <eugene.shalygin+bugzilla.kde>
Component: bars: locationAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: NEEDSINFO WAITINGFORINFO    
Severity: normal CC: kdedev, kfm-devel, popov895
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eugene Shalygin 2020-12-17 19:11:33 UTC
SUMMARY

When both LC_COLLATE and the Dolphin sorting mode are set to be case-sensitive, Dolphin ignores that when typing in the location bar


STEPS TO REPRODUCE
1. cd /path/to/test/dir
2. mkdir Abcd
3. mkdir a
4. xdg-open . (or navigate Dolphin to the test dir)
5. Activate location bar, type "a" and press "Enter"

OBSERVED RESULT

Dolphin navigates to the "Abcd" sub-directory.

EXPECTED RESULT

Dolphin navigates to the "a" sub-directory

What's even worse, if you type in "a/" to emphasize what you want, it replaces "a" with "A" and that goes nowhere.

Operating System: Gentoo
KDE Plasma Version: 5.20.80
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.9.11-gentoo
Comment 1 Eugene Shalygin 2020-12-19 21:16:13 UTC
At the same time open/save file dialogs do not perform that case substitution.
Comment 2 popov895 2020-12-22 09:10:15 UTC
Possibly duplicate of bug 426622 ?
Comment 3 TraceyC 2024-05-15 21:45:37 UTC
Thank you for the bug report. Unfortunately we were not able to get to it yet. Can we ask you to please check if this is still an issue with either Plasma 5.27 (the current LTS version) or Plasma 6.0.4 (the latest released version)?

I was unable to reproduce this on Plasma 6 with my system (but I was able to reproduce #42662)

Operating System: Solus 4.5
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.6.3
Kernel Version: 6.8.9-289.current (64-bit)
Graphics Platform: Wayland
Comment 4 Bug Janitor Service 2024-05-30 03:45:47 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Eugene Shalygin 2024-05-30 06:27:42 UTC
6.0.90 does not substitute suggestions, but still lists them.