Paolo Redaelli personal blog

Category: Tricks

Manually updating font list

This is not needed if you use high-level facilities, but in case of manual, low level manipulation of fonts repositories in your machine just issue fc-cache -f -v to update the available font lists. I looked for it far too many times; taken https://askubuntu.com/questions/3697/how-do-i-install-fonts

Stop GNOME Software Background

To avoid GNOME Software from running in the background, you can take several approaches based on the solutions discussed in the context. One effective method is to disable the autostart entry for GNOME Software. This can be done by copying the file /etc/xdg/autostart/gnome-software-service.desktop to ~/.config/autostart and adding X-GNOME-Autostart-enabled=false at the end of the file. This…