Summary: | kdeglobals file preview limit for images too small | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | nognosis <nognosis1> |
Component: | view-engine: icons mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | wishlist | CC: | kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
nognosis
2019-07-27 10:01:23 UTC
Local images do show a preview regardless of size. Only for remote locations is it limited to 5 MiB by default. Can you provide the output of the following commands: kreadconfig5 --group "PreviewSettings" --key "MaximumSize" kreadconfig5 --group "PreviewSettings" --key "MaximumRemoteSize" kreadconfig5 --group "PreviewSettings" --key "MaximumSize": 3145728 kreadconfig5 --group "PreviewSettings" --key "MaximumRemoteSize" prints no output when I changed the MaximumSize value to a bigger number, previews for local images would appear in dolphin but not before Did you change any of those settings yourself? MaximumSize is empty by default, meaning no limit for local files. MaximumRemoteSize is 5 MiB by default, an empty value means no previews for remote files. What URL does the folder have that doesn't show previews? It's a clean install so I haven't changed any of those values. The url is /home/$USERNAME$/Pictures Then your distribution changed those values, report this issue to them. The maximum value of 3145728 corresponds to 3 MiB which could be too little for previewing pictures. |