dev.ansango / wiki

Instalar Gnome minimal y un terminal

Instalar Gnome minimal y un terminal

Instalación de gnome

sudo pacman -S --noconfirm gdm gnome-control-center gnome-session gnome-settings-daemon gnome-shell gnome-keyring nautilus gnome-characters gnome-color-manager gnome-disk-utility gnome-menus gnome-shell-extensions grilo-plugins gvfs gvfs-afc gvfs-dnssd gvfs-goa gvfs-google gvfs-gphoto2 gvfs-mtp gvfs-nfs gvfs-smb loupe sushi tracker3-miners xdg-desktop-portal-gnome xdg-user-dirs-gtk

Instalación de un terminal

Como no hemos elegido la terminal de gnome, instalamos algun emulador de terminal como alacritty.

sudo pacman -S alacritty

Habilitando servicios

Bluetooth

sudo systemctl start bluetooth.service
sudo systemctl enable bluetooth.service

GDM

sudo systemctl enable gdm.service
sudo systemctl start gdm.service