[kdeconnect] [Bug 363947] kde connect: Could not mount device.

2016-06-09 Thread Bogdan Olar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363947

Bogdan Olar  changed:

   What|Removed |Added

 CC||olar.bogdan@gmail.com

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


[kio] [Bug 351913] since version 15.08 some file types previews no longer available (pdf for instance)

2016-05-08 Thread Bogdan Olar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Bogdan Olar  changed:

   What|Removed |Added

 CC||olar.bogdan@gmail.com

--- Comment #24 from Bogdan Olar  ---
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 watching all bug changes.