Looking nice! Might set it up over an old Mint install

Reply to this note

Please Login to reply.

Discussion

I really enjoy it. One trick I recommend is to use the netinst install and really install only the bare minimum of apps to make it work and then install what you actually use manually.

E.g. I'd first install it without desktop environment and then add gnome-core manually. So from commandline right after install:

apt install sudo

apt install gnome-core

# Set GUI login for next time

systemctl enable gdm && systemctl set-default graphical.target

# install basics

apt install zsh flatpak gnome-software-plugin-flatpak

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Nice! Thanks for the tip