$ pacman -Rns $(pacman -Qtdq)
$ pacman -Qen
| instalar: ffmpegthumbnailer | |
| Ir al directorio: /usr/share/thumbnailers | |
| editar: totem.thumbnailer | |
| Modificar: | |
| TryExec=/usr/bin/totem-video-thumbnailer | |
| Exe=/usr/bin/totem-video-thumbnailer -s %s %u %o | |
| por esto: | |
| TryExec=ffmpegthumbnailer | |
| Exe=ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10 |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <match target="pattern"> | |
| <edit name="dpi" mode="assign">96</edit> | |
| </match> | |
| <match target="font"> | |
| <edit mode="assign" name="antialias" > | |
| <bool>true</bool> | |
| </edit> |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <match target="pattern"> | |
| <edit name="dpi" mode="assign">96</edit> | |
| </match> | |
| <match target="font"> | |
| <edit mode="assign" name="antialias" > | |
| <bool>true</bool> | |
| </edit> |
Install the dependencies for the archiso package:
(root): pacman -S make squashfs-tools libisoburn dosfstools patch lynx devtools git
I recommend archiso getting them from git, there is a package in the repositories, however, at this time of writing, it will not work with the instructions below.
So, grab the most recent version from git and install it:
(user): git clone git://projects.archlinux.org/archiso.git && cd archiso