Dolphin nie wyświetla miniatur

14

Zmieniłem domyślnego menedżera plików Unity na Dolphin .

Problem: miniatury filmów nie są już wyświetlane.
W Nautilus miniatury są wyświetlane poprawnie.

Jak zrobić miniatury pokazujące Dolphin?

rofiquzzaki
źródło

Odpowiedzi:

10

Thumbnailer

Aby wyświetlić miniatury, Dolphin będzie potrzebował wtyczki miniatur.

wprowadź opis zdjęcia tutaj

Miniaturki wideo dla 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

Ustawienia

Aby użyć miniatury, musisz włączyć miniaturę w ustawieniach Dolphin.

wprowadź opis zdjęcia tutaj

użytkownik26687
źródło
@rofiquzzaki Jeśli to pytanie ci pomogło, prosimy o podanie poprawnej odpowiedzi, klikając ikonę pod ^ 0 v w tym pytaniu.
Star OS
5

W biegu terminalowym

sudo apt-get install ffmpegthumbs

następnie

sudo apt-get install mplayerthumbs

następnie

sudo apt-get install kffmpegthumbnailer

potem ... zmiana ustawień delfinów, jak mówi w odpowiedzi user26687 ... działa dla mnie kubuntu 14.04lts w laptopie n4010 dell

Julio Castillo
źródło
Zainstalowano zgodnie z sugestią. Pojawiła się nowa pozycja menu w delfinie (Pliki wideo (ffmpegthumbs)). Jednak miniatury nadal nie są generowane :(
user3804598,
4
  1. Zainstaluj następujące pakiety: ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
  2. Uruchom ponownie Dolphin
  3. Ustawienia> Konfiguruj Delfina> Ogólne> Zachowanie> Widok> Użyj wspólnych właściwości dla wszystkich folderów, OK
  4. Naciśnij przycisk „Podgląd”
Nicolas Raoul
źródło
kio-extras
załatwiło sprawę
3

Teraz w Ubuntu 15.10 potrzebowałem innego pakietu do wyświetlania miniatur:

sudo apt-get install kio-extras

Marce Luna
źródło