Summary: | Thumbails are not displayed | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Antonio Rojas <arojas> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | bugseforuns, tcanabrava |
Priority: | NOR | ||
Version First Reported In: | 20.07.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | attachment-11945-0.html |
Description
Antonio Rojas
2020-07-18 08:39:34 UTC
Created attachment 130218 [details] attachment-11945-0.html That means that the thumbnail could not be generated. Is this a image file? Perhaps I need to be explicit if it failed to generate the thumbnail. On Sat, 18 Jul 2020 at 09:39 Antonio Rojas <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=424367 > > Bug ID: 424367 > Summary: Thumbails are not displayed > Product: konsole > Version: 20.07.80 > Platform: Other > OS: Linux > Status: REPORTED > Severity: normal > Priority: NOR > Component: general > Assignee: konsole-devel@kde.org > Reporter: arojas@archlinux.org > Target Milestone: --- > > SUMMARY > When hovering over a local file, a tooltip "Generating thumbnail" pops up > for > half a second, and then nothing else happens. > > SOFTWARE/OS VERSIONS > Linux/KDE Plasma: > KDE Plasma Version: 5.19.3 > KDE Frameworks Version: 5.72 > Qt Version: 5.15.0 > > ADDITIONAL INFORMATION > > -- > You are receiving this mail because: > You are the assignee for the bug. Yes, happens with all kind of images, jpg, png... Antonio, I just pushed a change master to display the error on the terminal, can you compile konsole, launch from another terminal, and try to generate a thumbnail? Also, please check the size of the thumbnail in the settings. also, are you on x11 or wayland? org.kde.konsole: Error generating the preview "Unknown error code 0\n\nPlease send a full bug report at https://bugs.kde.org." I'm on Xorg btw: I think you made a typo in your commit command, you pushed to a 'origin-master' named branch I think I've found the issue - seems to be a bug in dolphin. If you set the size limit for thumbnails to "No limit" it writes MaximumSize=0 to the config. Removing the MaximumSize line from the config makes the thumbnails work. |