7

I installed Ubuntu 16.04 and installed dolphin (15.12.3) + FFMpegThumbs so that I can see thumbnails of videos but when I went to the previews the box was just blank.

3
  • In the Dolphin preferences under General -> Previews the option FFMpegThumbs must be ticked. Did you check that? Commented Apr 23, 2016 at 13:05
  • 3
    I found the answer on askubuntu.com/questions/411891/… you have to install kio-extras thanks for answering step
    – jimbob1986
    Commented Apr 23, 2016 at 13:18
  • I have ffmpegthumbs and kio-extras installed on my system and it still doesn't work. FFMpegThumbs is enabled in the Dolphin options. Commented Apr 23, 2016 at 13:35

1 Answer 1

9

ffmpegthumbs 4:15.12.3-0ubuntu1 is buggy and unpacks ffmpegthumbs.so to the wrong location. Until the package is fixed a workaround is to link the files to the correct location:

sudo ln -s /usr/lib/x86_64-linux-gnu/plugins/* /usr/lib/x86_64-linux-gnu/qt5/plugins/

This works on my installation of Kubuntu 16.04 LTS. By the way ffmpegthumbs needs kio-extras to work (should be installed on Kubuntu by default as a dependency of kubuntu-desktop).

5
  • 1
    Thanks a ton. Was searching for a solution for hours. linking works on 16.04LTS for me.
    – Ashish
    Commented Apr 23, 2016 at 17:50
  • suo apt install kio-extras solved the problem for me on 17.10.1
    – jrouquie
    Commented Jan 17, 2018 at 10:15
  • @JulianLai: The location specified by ffmpegthumbs used to be correct until a new location was introduced by QT5 and used by the new version of Dolphin based on QT5. Commented Jan 17, 2018 at 10:46
  • @jrouquie: kio-extras is always needed for Dolphin previews, this is mentioned in my answer. What really happened is that the bug in ffmpegthumbs was fixed. The workaround described in my answer is not necessary anymore with newer versions of Kubuntu. Commented Jan 17, 2018 at 10:48
  • 1
    sudo apt install kio-extras was still needed to solve the problem on Ubuntu 18.04 (not Kubuntu, where I'm glad to learn it's installed by default).
    – jrouquie
    Commented Jun 11, 2018 at 9:00

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .