Bug 370946

Summary: Dolphin does not show preview thumbnails of video files
Product: [Applications] dolphin Reporter: Thorsten Rochelmeyer <thorsten>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: major CC: cfeck, samrog131
Priority: NOR    
Version: 15.12.3   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thorsten Rochelmeyer 2016-10-16 09:59:53 UTC
Dolphin does not show thumbnail-images of video files, despite the required thumbnailers have been installed and the respective settings within dolphin have been made. 

The following line of code fixes the problem: 
sudo ln -s /usr/lib/x86_64-linux-gnu/plugins/* /usr/lib/x86_64-linux-gnu/qt5/plugins/ 

Reproducible: Always

Steps to Reproduce:
1. install ffmpegthumbs, ffmpegthumbnailer, kffmpegthumbnailer, mplayerthumbs
2. Go to Dolphin Settings, activate Preview for Video files
3. Open a Folder that has video files 

Actual Results:  
Only Symbols are shown for videos, but no actual preview

Expected Results:  
Show some thumbnail image of the video

The following line of code fixes the problem: 
sudo ln -s /usr/lib/x86_64-linux-gnu/plugins/* /usr/lib/x86_64-linux-gnu/qt5/plugins/ 

Other Versions of Dolphin could also be affected, because different Versions of the Plasma environment seem to be afffected.
Comment 1 Rog131 2016-10-16 12:35:58 UTC
This is a Ubuntu packaging bug - Ubuntu bug reports: https://bugs.launchpad.net/ubuntu/+source/ffmpegthumbs/+bug/1574037