Summary: | Text file with extension other than .txt has an empty icon unless you put content in it. | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | kocelfc |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | fanzhuyifan, kdelibs-bugs, kfm-devel |
Priority: | NOR | ||
Version: | 6.4.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
kocelfc
2024-08-14 12:24:42 UTC
Doesn't appear to be a Dolphin bug. It started somewhere between kio versions 6.3.0 and 6.4.0. Bisect led to commit 3b5a569733511ba6d4fe3896d9891390e928d535 (HEAD) Author: Nate Graham <nate@kde.org> Date: Sun Jun 30 09:48:47 2024 -0600 Remove unnecessary space character in empty text file template BUG: 487768 FIXED-IN: 6.4 src/new_file_templates/TextFile.txt | 1 - 1 file changed, 1 deletion(-) https://invent.kde.org/frameworks/kio/-/commit/3b5a569733511ba6d4fe3896d9891390e928d535 If you run `xdg-mime query filetype a.cfg` on an empty a.cfg, it will return "application/x-zerosize". This is because .cfg extensions are not present in the mime types database. So dolphin using an empty icon and saying its file type is empty document is intentional behavior. |