[kio] [Bug 351913] since version 15.08 some file types previews no longer available (pdf for instance)
Bogdan Olar via KDE Bugzilla
bugzilla_noreply at kde.org
Sun May 8 22:53:58 BST 2016
https://bugs.kde.org/show_bug.cgi?id=351913
Bogdan Olar <olar.bogdan.dev at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |olar.bogdan.dev at gmail.com
--- Comment #24 from Bogdan Olar <olar.bogdan.dev at gmail.com> ---
Another workaround for video preview is to compile ffmpegthumbs from source:
sudo apt-get install git build-essential cmake extra-cmake-modules kio-dev
pkg-config libavformat-dev libavcodec-dev libswscale-dev
git clone git://anongit.kde.org/ffmpegthumbs
cd ffmpegthumbs
git checkout origin/frameworks
mkdir -p builddir
cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix)
-DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
sudo make install
After executing the above commands, a "Video Files (ffmpegthumbs)" option
should be available in the Control/Configure Dolphin/General/Previews tab.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list