Dolphin does not show thumbnails
up vote
11
down vote
favorite
I have changed my Unity default file manager to Dolphin.
Problem: video thumbnails don't show up anymore.
In Nautilus the thumbnails are shown correctly.
How to make Dolphin show thumbnails?
unity kubuntu kde dolphin thumbnails
add a comment |
up vote
11
down vote
favorite
I have changed my Unity default file manager to Dolphin.
Problem: video thumbnails don't show up anymore.
In Nautilus the thumbnails are shown correctly.
How to make Dolphin show thumbnails?
unity kubuntu kde dolphin thumbnails
add a comment |
up vote
11
down vote
favorite
up vote
11
down vote
favorite
I have changed my Unity default file manager to Dolphin.
Problem: video thumbnails don't show up anymore.
In Nautilus the thumbnails are shown correctly.
How to make Dolphin show thumbnails?
unity kubuntu kde dolphin thumbnails
I have changed my Unity default file manager to Dolphin.
Problem: video thumbnails don't show up anymore.
In Nautilus the thumbnails are shown correctly.
How to make Dolphin show thumbnails?
unity kubuntu kde dolphin thumbnails
unity kubuntu kde dolphin thumbnails
edited Sep 29 '16 at 16:36
Marce Luna
358
358
asked Jan 28 '14 at 2:33
rofiquzzaki
97129
97129
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
6
down vote
accepted
Thumbnailer
To show thumbnails the Dolphin will need the thumbnail plug in.
Video thumbnailers for the Dolphin:
:~$ apt-cache show ffmpegthumbs
Package: ffmpegthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using ffmpeg
FFMpegThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using FFMpeg.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show mplayerthumbs
Package: mplayerthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using mplayer
MPlayerThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using MPlayer.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show kffmpegthumbnailer
Package: kffmpegthumbnailer
Priority: extra
Section: universe/kde
...
Description: video thumbnailer for KDE
kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer.
The thumbnailer uses ffmpeg to decode frames from the video files.
Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562
Settings
To use the thumbnail you need to enable the thumbnailer from the Dolphin settings.
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
add a comment |
up vote
3
down vote
In a terminal run
sudo apt-get install ffmpegthumbs
then
sudo apt-get install mplayerthumbs
then
sudo apt-get install kffmpegthumbnailer
then... change in dolphin settings as says in user26687's answer... works for me kubuntu 14.04lts in laptop n4010 dell
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
add a comment |
up vote
1
down vote
Now in Ubuntu 15.10 I needed another package for thumbnails to show:
sudo apt-get install kio-extras
add a comment |
up vote
1
down vote
- Install the following packages:
ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
- Restart Dolphin
- Settings > Configure Dolphin > General > Behavior > View > Use common properties for all folders, OK
- Press the "Preview" button
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
Thumbnailer
To show thumbnails the Dolphin will need the thumbnail plug in.
Video thumbnailers for the Dolphin:
:~$ apt-cache show ffmpegthumbs
Package: ffmpegthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using ffmpeg
FFMpegThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using FFMpeg.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show mplayerthumbs
Package: mplayerthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using mplayer
MPlayerThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using MPlayer.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show kffmpegthumbnailer
Package: kffmpegthumbnailer
Priority: extra
Section: universe/kde
...
Description: video thumbnailer for KDE
kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer.
The thumbnailer uses ffmpeg to decode frames from the video files.
Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562
Settings
To use the thumbnail you need to enable the thumbnailer from the Dolphin settings.
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
add a comment |
up vote
6
down vote
accepted
Thumbnailer
To show thumbnails the Dolphin will need the thumbnail plug in.
Video thumbnailers for the Dolphin:
:~$ apt-cache show ffmpegthumbs
Package: ffmpegthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using ffmpeg
FFMpegThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using FFMpeg.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show mplayerthumbs
Package: mplayerthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using mplayer
MPlayerThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using MPlayer.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show kffmpegthumbnailer
Package: kffmpegthumbnailer
Priority: extra
Section: universe/kde
...
Description: video thumbnailer for KDE
kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer.
The thumbnailer uses ffmpeg to decode frames from the video files.
Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562
Settings
To use the thumbnail you need to enable the thumbnailer from the Dolphin settings.
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
add a comment |
up vote
6
down vote
accepted
up vote
6
down vote
accepted
Thumbnailer
To show thumbnails the Dolphin will need the thumbnail plug in.
Video thumbnailers for the Dolphin:
:~$ apt-cache show ffmpegthumbs
Package: ffmpegthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using ffmpeg
FFMpegThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using FFMpeg.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show mplayerthumbs
Package: mplayerthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using mplayer
MPlayerThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using MPlayer.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show kffmpegthumbnailer
Package: kffmpegthumbnailer
Priority: extra
Section: universe/kde
...
Description: video thumbnailer for KDE
kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer.
The thumbnailer uses ffmpeg to decode frames from the video files.
Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562
Settings
To use the thumbnail you need to enable the thumbnailer from the Dolphin settings.
Thumbnailer
To show thumbnails the Dolphin will need the thumbnail plug in.
Video thumbnailers for the Dolphin:
:~$ apt-cache show ffmpegthumbs
Package: ffmpegthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using ffmpeg
FFMpegThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using FFMpeg.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show mplayerthumbs
Package: mplayerthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using mplayer
MPlayerThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using MPlayer.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
.
:~$ apt-cache show kffmpegthumbnailer
Package: kffmpegthumbnailer
Priority: extra
Section: universe/kde
...
Description: video thumbnailer for KDE
kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer.
The thumbnailer uses ffmpeg to decode frames from the video files.
Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562
Settings
To use the thumbnail you need to enable the thumbnailer from the Dolphin settings.
answered Feb 25 '14 at 18:41
user26687
11.6k12230
11.6k12230
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
add a comment |
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
@rofiquzzaki If this question helped you, please make it as the correct answer by clicking the icon under the ^ 0 v in this question.
– Star OS
Jan 5 '16 at 11:12
add a comment |
up vote
3
down vote
In a terminal run
sudo apt-get install ffmpegthumbs
then
sudo apt-get install mplayerthumbs
then
sudo apt-get install kffmpegthumbnailer
then... change in dolphin settings as says in user26687's answer... works for me kubuntu 14.04lts in laptop n4010 dell
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
add a comment |
up vote
3
down vote
In a terminal run
sudo apt-get install ffmpegthumbs
then
sudo apt-get install mplayerthumbs
then
sudo apt-get install kffmpegthumbnailer
then... change in dolphin settings as says in user26687's answer... works for me kubuntu 14.04lts in laptop n4010 dell
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
add a comment |
up vote
3
down vote
up vote
3
down vote
In a terminal run
sudo apt-get install ffmpegthumbs
then
sudo apt-get install mplayerthumbs
then
sudo apt-get install kffmpegthumbnailer
then... change in dolphin settings as says in user26687's answer... works for me kubuntu 14.04lts in laptop n4010 dell
In a terminal run
sudo apt-get install ffmpegthumbs
then
sudo apt-get install mplayerthumbs
then
sudo apt-get install kffmpegthumbnailer
then... change in dolphin settings as says in user26687's answer... works for me kubuntu 14.04lts in laptop n4010 dell
edited May 13 '16 at 8:13
Nicolas Raoul
4,7901862113
4,7901862113
answered Jan 5 '16 at 2:24
Julio Cesar Castillo Tarazona
312
312
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
add a comment |
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
Installed as suggested. A new menu item in dolphin appeared (Video Files (ffmpegthumbs)). However, thumbnails are still not generated :(
– user3804598
Oct 7 at 14:47
add a comment |
up vote
1
down vote
Now in Ubuntu 15.10 I needed another package for thumbnails to show:
sudo apt-get install kio-extras
add a comment |
up vote
1
down vote
Now in Ubuntu 15.10 I needed another package for thumbnails to show:
sudo apt-get install kio-extras
add a comment |
up vote
1
down vote
up vote
1
down vote
Now in Ubuntu 15.10 I needed another package for thumbnails to show:
sudo apt-get install kio-extras
Now in Ubuntu 15.10 I needed another package for thumbnails to show:
sudo apt-get install kio-extras
answered Feb 11 '16 at 9:39
Marce Luna
358
358
add a comment |
add a comment |
up vote
1
down vote
- Install the following packages:
ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
- Restart Dolphin
- Settings > Configure Dolphin > General > Behavior > View > Use common properties for all folders, OK
- Press the "Preview" button
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
add a comment |
up vote
1
down vote
- Install the following packages:
ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
- Restart Dolphin
- Settings > Configure Dolphin > General > Behavior > View > Use common properties for all folders, OK
- Press the "Preview" button
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
add a comment |
up vote
1
down vote
up vote
1
down vote
- Install the following packages:
ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
- Restart Dolphin
- Settings > Configure Dolphin > General > Behavior > View > Use common properties for all folders, OK
- Press the "Preview" button
- Install the following packages:
ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
- Restart Dolphin
- Settings > Configure Dolphin > General > Behavior > View > Use common properties for all folders, OK
- Press the "Preview" button
answered May 13 '16 at 8:30
Nicolas Raoul
4,7901862113
4,7901862113
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
add a comment |
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
kio-extras did the trick for me, otherwise I couldn't see anything under General > Previews
– sdkks
Sep 23 '17 at 22:13
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f411891%2fdolphin-does-not-show-thumbnails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown