Bug 481042 - Directory with specific name can't be opened.
Summary: Directory with specific name can't be opened.
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: terminal (show other bugs)
Version: 23.08.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-08 07:47 UTC by bedo
Modified: 2024-02-11 08:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of error (68.01 KB, image/png)
2024-02-08 07:47 UTC, bedo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bedo 2024-02-08 07:47:11 UTC
Created attachment 165659 [details]
Screenshot of error

SUMMARY
***
If a directory has the name "____Manjaro <- Why keep?" it can not be opened by Dolphin when the terminal panel is open, the same applies for any of its descendants.
When trying to open it you get an error saying it does not exist.
***

STEPS TO REPRODUCE
1.  Launch Dolphin and enable terminal panel
2.  Create a directory somewhere with the name: ____Manjaro <- Why keep?
3.  Try open it.


OBSERVED RESULT
Empty window with the text: "Loading canceled" in the center, and a red banner at the top stating the directory does not exist.
The terminal panel outputs: "cd: no such file or directory: /home/bedo/test/____Manjaro <- Why keep"
If you close the terminal panel you can then navigate to the directory normally, however, if you open it again while inside the directory or any of its descendants the error happens again.

EXPECTED RESULT
Opens the directory and/or its descendants as normal; displaying its contents.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: EndeavourOS 6.7.4-arch1-1 (64-bit)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.114.0
Qt Version: 5.15.12

ADDITIONAL INFORMATION
Tested on a local EXT4 mounted filesystem, and a NFS mounted filesystem. Same problem.
Comment 1 Akseli Lahtinen 2024-02-08 12:29:54 UTC
Can't reproduce on Plasma 6

Operating System: Fedora Linux 39
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.0
Kernel Version: 6.7.3-200.fc39.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600
Comment 2 bedo 2024-02-11 08:31:24 UTC
One  bit of important information I failed to mention is what shell I am using: ZSH.
After testing this, it seems I can only reproduce the bug when using ZSH, if I switch to bash(in Konsole profile) it doesn't happen.