[kio] [Bug 238690] video thumbnail not displayed on directory icon on kubuntu x64 karmic and lucid

Rog131 bugzilla_noreply at kde.org
Sat Apr 14 09:58:21 BST 2018


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

--- Comment #16 from Rog131 <samrog131 at 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 the assignee for the bug.


More information about the Unassigned-bugs mailing list