Created attachment 177400 [details] screenshot I'm using Wayland and have fractional scaling enabled (screen 0: 150%, screen 1: 130%). File previews in tooltips look blurry, while file previews in the information panel are sharp, but cropped (see attached screenshot). This can be observed on text and image files, I haven't tested other file types. SOFTWARE/OS VERSIONS KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1
Hmm, with current git master, this looks fine to me at 175% scale for previews of text files and images in both the Information Panel's preview as well as the hover thumbnail.
I can reproduce both issues with dolphin 24.12.0. Compiled 7f12389a9553fab558e09e8845aebb26e8a7d9eb and 961e6270e4401a6c7512df3a2e3efd09a25df962 and both commits do not come with tooltips and the information panel. Fedora 41 Plasma 6.2.5 kf 6.9.0
I am also unable to reproduce this dolphin 25.03.70 Operating System: Fedora Linux 41 KDE Plasma Version: 6.3.80 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.1 Kernel Version: 6.12.9-200.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600
(In reply to madonuko from comment #2) > I can reproduce both issues with dolphin 24.12.0. Compiled > 7f12389a9553fab558e09e8845aebb26e8a7d9eb and > 961e6270e4401a6c7512df3a2e3efd09a25df962 and both commits do not come with > tooltips and the information panel. Fedora 41 Plasma 6.2.5 kf 6.9.0 Update: I took some time to do some git bisect and figured out I had to revert 77fc43d to enable the information panel. Tested on 5667fc9 (currently HEAD of master), the bug seems to be fixed: e.g. jpg/png images, text files, etc. are rendered correctly (but obviously the tooltips are now double in size probably due to 741abb8) PDFs and LibreOffice documents are still rendered in a pretty janky way (e.g. text looks pixelated, zig-zags, I don't think the width of the lines in the glphys are correct) but I kind of doubt whether it's an issue with dolphin itself. I don't think 741abb8 is a great idea overall — but I guess that does fix the issue itself
Can confirm, both issues are fixed on master. I guess this can be closed then.