https://bugs.kde.org/show_bug.cgi?id=429364
Bug ID: 429364
Summary: Dolphin does not display dollar sign ($) in some file
names
Product: dolphin
Version: 19.12.3
Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: view-engine: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
I accidentally created a file with a dollar sign in it. Dolphin does not
display that sign in the name. This could cause confusion, at least.
STEPS TO REPRODUCE
1. With bash, run touch 'file.na'$'me'
2. Open Dolphin and display the containing folder
OBSERVED RESULT
File is displayed as file.name
EXPECTED RESULT
File should be displayed as file.na$me
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: Kubuntu 20.04
(available in About System)
KDE Plasma Version:
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
ADDITIONAL INFORMATION
When the name ends with $, it gets displayed (eg. touch 'filename'$). But
adding an empty string after makes it disappear (eg. touch 'filename'$'').
--
You are receiving this mail because:
You are watching all bug changes.