Cosas a realizar tras instalación de CINNARCH

Particiones
/dev/sda1 /
/dev/sda2 /home
/dev/sda3 /swap

/dev/sdb1 /Datos

Usuario por defecto
$ sudo gedit /etc/lightdm/lightdm.conf

Y en el apartado [SeatDefaults] añadimos lo siguiente
autologin-user=nombre del usuario

Instalar CUPS
Por defecto CUPS no viene instalado
$ sudo pacman -S cups hplip foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters cups-pdf system-config-printer-gnome avahi
$ sudo systemctl enable cups avahi-daemon
$ sudo systemctl start cups avahi-daemon

Comprobamos estado
$ sudo systemctl status cups

Instalar scanner
$ yaourt -S simple-scan sane-git

Plugins
$ sudo pacman -S a52dec faac faad2 flac jasper lame libdca libdv libmad libmpeg2 libtheora libvorbis libxv wavpack x264 xvidcore gstreamer0.10-base-plugins gstreamer0.10-good-plugins gstreamer0.10-bad-plugins gstreamer0.10-ugly-plugins gstreamer0.10-ffmpeg gst-libav flashplugin jhead pv soundconverter audacity oggconvert sound-juicer

Instalar Rhythmbox
Por defecto RHYTHMBOX no viene instalado
sudo pacman -S brasero grilo-plugins libdmapsharing lirc-utils libgpod libmtp zeitgeist rhythmbox 

Instalar Dropbox
Por defecto DROPBOX no viene instalado
$ yaourt -S nemo-dropbox-git dropbox 
$ systemctl enable dropbox
$ systemctl start dropbox

Comprobamos estado
$ sudo systemctl status dropbox

Instalar Skype
Por defecto SKYPE no viene instalado
sudo pacman -S skype

Instalar EasyTag
Por defecto EASYTAG no viene instalado
sudo pacman -S easytag

Añadir enlaces magnet links a Chromium
$ gconftool-2 -t string -s /desktop/gnome/url-handlers/magnet/command 'transmission "%s"' $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/needs_terminal false $ gconftool-2 -t bool -s /desktop/gnome/url-handlers/magnet/enabled true

Se deberá cambiar transmission por el gestor de descargas que corresponda.

Temas

Tipografías

Entradas populares de este blog

Debian 12 (Bookworm)

Debian 11 (Bullseye)

Gestionar servicios de almacenamiento en la nube con Rclone