Summary: | Dolphin does not display dollar sign ($) in some file names | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Yann Salmon <contact+bugs+kde> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kfm-devel, nate |
Priority: | NOR | ||
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yann Salmon
2020-11-19 20:12:57 UTC
`touch 'file.na'$'me'` Actually results in a file without a dollar sign in it at all. You would need to do `touch 'file.na'\$'me'`, and this produces a file with a dollar sign in it as expected. Essentially the dollar sign needs to be be escaped or else your shell interprets it it as the start of a variable. This makes sense ! However I do have a file that is listed as 'base2019.sqlite'$'\n' with ls and is displayed as base2019.sqlite by dolphin. I do not remember how I created them, so I tried to do it again but failed. I can't manage to get a file by that name to get created, which is an indication that it's pretty invalid. :) Any chance you can figure out how to create it? 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! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! |