Skip to content

Instantly share code, notes, and snippets.

View MakuSensei's full-sized avatar

MakuSensei MakuSensei

  • Argentina, Buenos Aires
View GitHub Profile
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
@MakuSensei
MakuSensei / local.conf
Created December 5, 2017 20:21
Configuración de Rende-rizado de fuente en linux
<?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>
@MakuSensei
MakuSensei / local.conf
Created December 5, 2017 20:27
Configuración de Rende-rizado de fuente en linux | Copiar esta configuracion en el directorio /etc/fonts/ | aplicar los siguientes comandos gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing "rgba" y gsettings set org.gnome.settings-daemon.plugins.xsettings hinting "slight"
<?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>

Arch Linux

Removing orphaned packages :

$ pacman -Rns $(pacman -Qtdq)

To list explicitly installed packages available in the official repositories:

$ pacman -Qen

Custom Arch Linux live USB

Setup

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