https://bugs.kde.org/show_bug.cgi?id=410561
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |19.08.0 Latest Commit| |https://commits.kde.org/kio | |-extras/df85d47c7242aeb7b71 | |3de48049891628254a67d Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit df85d47c7242aeb7b713de48049891628254a67d by Nate Graham. Committed on 08/08/2019 at 14:00. Pushed by ngraham into branch 'Applications/19.08'. [Text thumbnailer] Don't show text preview for .directory and .flatpakref files Summary: The text thumbnailer currently excludes .directory files from receiving text file thumbnails, but does not do the same for .directory and .flatpakref files which are the same things (actually text files that don't look, feel, or behave like text files). This patch extends the same logic to those types of files as well, making them not receive text previews and instead show their base mimetype or icon (if defined in the file). Related: bug 400201 FIXED-IN: 19.08.0 Test Plan: {F7161776, size=full} Reviewers: #vdg, #frameworks, broulik Reviewed By: broulik Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D22936 M +6 -2 thumbnail/textcreator.cpp https://commits.kde.org/kio-extras/df85d47c7242aeb7b713de48049891628254a67d -- You are receiving this mail because: You are watching all bug changes.