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

2016-07-27 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Christoph Feck  changed:

   What|Removed |Added

 CC||mrb...@gmail.com

--- Comment #31 from Christoph Feck  ---
*** Bug 365972 has been marked as a duplicate of this bug. ***

-- 
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-07-06 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Rex Dieter  changed:

   What|Removed |Added

 CC|rdie...@math.unl.edu|

-- 
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-07-06 Thread Rog131 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #30 from Rog131  ---
(In reply to Fritigern from comment #27)
> I too can confirm that this bug is NOT fixed. After creating the symlinks as
> in Alexander's post video thumbs as well as PDF thumbs started to work.
> Using Kubuntu 16.04 64-bit

Another Ubuntu packaging bug:
https://bugs.launchpad.net/ubuntu/+source/ffmpegthumbs/+bug/1574037

Should be fixed by Ubuntu packagers

-- 
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-07-06 Thread Rog131 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #29 from Rog131  ---
(In reply to fleury from comment #22)
> I still seem to face problems with PDF files. I can now select them for
> preview, but the preview does not happen for PDFs. Only images and other
> files (text,fonts,etc.). It does not view them in the preview panel either. 
> What am I missing ?
> 
> Kubuntu 16.04
> KDE Frameworks 5.18.0
> Qt 5.5.1
> Dolphin 15.12.3
> kdegraphcs-thumbnailers 15.12.3

Ubuntu packaging bug:
https://bugs.launchpad.net/ubuntu/+source/kdegraphics-thumbnailers/+bug/1574049

Should be fixed downstream.

-- 
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-07-06 Thread David Wen Riccardi-Zhu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

David Wen Riccardi-Zhu  changed:

   What|Removed |Added

 CC||dwriccardi...@gmail.com

--- Comment #28 from David Wen Riccardi-Zhu  ---
I can also confirm that I had no PDF previews.

I had to:
1. Install kdegraphics-thumbnailers

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

For PDF previews to start working.

-- 
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-06-27 Thread Fritigern via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Fritigern  changed:

   What|Removed |Added

 CC||fritigerngot...@gmail.com

--- Comment #27 from Fritigern  ---
I too can confirm that this bug is NOT fixed. After creating the symlinks as in
Alexander's post video thumbs as well as PDF thumbs started to work.
Using Kubuntu 16.04 64-bit

-- 
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-09 Thread alexander via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #26 from alexander  ---
I can confirm that 
sudo ln -s /usr/lib/x86_64-linux-gnu/plugins/*  
/usr/lib/x86_64-linux-gnu/qt5/plugins/

fixes the problem.

-- 
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 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #25 from fle...@users.sourceforge.net ---
The problem here is no longer the absence of the option (which is now there)
but the fact that it has no effect.
Having the libs in the right place makes them work. The link goes to a post
that lists 2 bugs files against the packaging for Ubuntu that will eventually
solve the second problem.

-- 
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.


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

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

--- Comment #23 from fle...@users.sourceforge.net ---
Found the issue, as well as links to bugs and a temporary solution:
http://osdir.com/ml/ubuntu-bugs/2016-04/msg19852.html

-- 
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 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #22 from fle...@users.sourceforge.net ---
I still seem to face problems with PDF files. I can now select them for
preview, but the preview does not happen for PDFs. Only images and other files
(text,fonts,etc.). It does not view them in the preview panel either.  What am
I missing ?

Kubuntu 16.04
KDE Frameworks 5.18.0
Qt 5.5.1
Dolphin 15.12.3
kdegraphcs-thumbnailers 15.12.3

-- 
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-04 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #21 from Christoph Feck  ---
*** Bug 354504 has been marked as a duplicate of this bug. ***

-- 
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-02-17 Thread Andrea via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Andrea  changed:

   What|Removed |Added

 CC||andry.d...@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-02-02 Thread Michał via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #20 from Michał  ---
I have just installed it *and* I needed to enable previews in menu again
(disable then enable) and it started to work. Thank you. :-)

-- 
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-02-02 Thread Michał via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #18 from Michał  ---
I see that this bug is resolved and from last comment I conclude that this
should be fixed in kde-applications 15.12, is this correct?
I have version 15.12 and I still don't have any thumbnails. I rechecked that I
have previews enabled in Dolphin's configuration. Is there anything else I need
to do?

I use Arch Linux.

-- 
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-02-02 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #19 from Rex Dieter  ---
do you have kdegraphics-thumbnailers-15.12.x installed?

-- 
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-02-01 Thread Frank Reininghaus via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Frank Reininghaus  changed:

   What|Removed |Added

 CC||fle...@users.sourceforge.ne
   ||t

--- Comment #17 from Frank Reininghaus  ---
*** Bug 358835 has been marked as a duplicate of this bug. ***

-- 
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)

2015-12-03 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

Christoph Feck  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Christoph Feck  ---
Both kdegraphics and ffmpeg thumbnailers will be released with a KF5 port
together with KDE Applications 15.12. Thanks to Hrvoje Senjan from openSUSE KDE
team for the porting.

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