Correção thunar não mostra miniaturas de imagens / vídeos no xubuntu 18.04

5

Não importa o que eu faça, o resultado não há miniaturas de imagens / vídeos

$ thunar --version
Thunar 1.6.15 (Xfce 4.12)

$ sudo apt install tumbler tumbler-plugins-extra ffmpegthumbnailer 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ffmpegthumbnailer is already the newest version (2.1.1-0.1build1).
tumbler is already the newest version (0.2.1-0ubuntu1).
tumbler-plugins-extra is already the newest version (0.2.1-0ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

$ mv ~/.config/Thunar ~/.config/Thunar.bak

também ativou miniaturas no thunar:

    
por Xayden Rosario 06.06.2018 / 01:42

1 resposta

4

Todos os posts que tentam resolver o problema das miniaturas fazem o seguinte ou algo parecido

$ killall thunar
$ sudo apt install tumbler tumbler-plugins-extra ffmpegthumbnailer 
$ thunar -q

e é isso, eles abrem o thunar, e miniaturas magicamente aparecem, mas a verdade feia é Você precisa reiniciar sua máquina.

    
por Xayden Rosario 07.06.2018 / 02:34