Summary: | Fonts:/ KIOSlave doesn't show font previews | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kubuntiac <user581> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78, adaptee, alejandronova, bugseforuns, finex, frank78ac, kdelibs-bugs-null, mzuehlke, nate, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/6ae36d4b5045e6bdc86fd0d26abf5bf393d65dad | Version Fixed In: | 5.23 |
Sentry Crash Report: |
Description
Kubuntiac
2010-04-18 22:20:27 UTC
Cannot reproduce using KDE SC 4.4.5 Ah, it only seems to be happening via fonts:/ Ok, I confirm that :-) confirmed on 4.6.90 Confirmed on Dolphin 1.99. This is strange. Resetting assignee to default as per bug #305719 Confirmed using using dolphin 4.12.0 on Kubuntu. The same problem occurs when viewing fonts: with FolderView (whereas viewing the actual file: location where the font files are stored works fine), so it seems that this is not a Dolphin issue. Git commit fa6eaac55beb994bd850f3f080d5a3252ff12359 by Kai Uwe Broulik. Committed on 04/02/2019 at 08:24. Pushed by broulik into branch 'master'. [PreviewJob] Also pass along that we're the thumbnailer when stat'ing file Enables the KIO to react differently when being stat'd by the thumbnail KIO slave Differential Revision: https://phabricator.kde.org/D18653 M +1 -0 src/widgets/previewjob.cpp https://commits.kde.org/kio/fa6eaac55beb994bd850f3f080d5a3252ff12359 why is this report still open? Let's assume Patrick confirmed it's fixed by Kai's commit. It's not fixed. Preview works in /usr/share/fonts but it does not when I open fonts:/ Operating System: Arch Linux KDE Plasma Version: 5.15.3 KDE Frameworks Version: 5.56.0 Qt Version: 5.12.2 Thanks for the update; it seems I misunderstood comment #10. Git commit 6ae36d4b5045e6bdc86fd0d26abf5bf393d65dad by Ahmad Samir. Committed on 20/07/2021 at 16:55. Pushed by ahmadsamir into branch 'master'. kio_fonts: fix the thumbnails creation by tweaking the USEntry fields - Set the fancy name, e.g. "Foo, Bold Italic", as UDS_DISPLAY_NAME - Set the actual file name, e.g. foo-bold.ttf, as UDS_NAME - Set the actual file url, e.g. /usr/share/fonts/truetype/foo-bold.ttf as UDS_URL Setting the UDS_URL fixes font thumbnail creation when using kio_fonts. And IIUC, also avoids calling get() on "font:/" urls, the files are already local; setting the UDS_URL makes all the font previews work on my system at least. FIXED-IN: 5.23 M +11 -22 kcms/kfontinst/kio/KioFonts.cpp https://invent.kde.org/plasma/plasma-workspace/commit/6ae36d4b5045e6bdc86fd0d26abf5bf393d65dad |