https://bugs.kde.org/show_bug.cgi?id=238690

--- Comment #16 from Rog131 <samrog...@hotmail.com> ---
(In reply to André Fettouhi from comment #14)
> It seems to work in part now on my Arch Linux install but only on a select
> few video files.

As default the kio-extras -
https://cgit.kde.org/kio-extras.git/tree/thumbnail/thumbnail.cpp has line 456:
'm_maxFileSize = globalConfig.readEntry("MaximumSize", qulonglong(5 * 1024 *
1024)); // 5 MByte default'.

For the video files the 5 MByte is quite small.

By Christoph Feck - https://bugs.kde.org/show_bug.cgi?id=238690#c10 - you could
add to the kdeglobals a bigger 'MaximumSize'.

With the KF5. Adding to the $HOME/.config/kdeglobals:

[PreviewSettings]
MaximumSize=52428800000

and more video files are shown, at here, on the top of the folder icon.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to