Saturday, November 29, 2025

Ubuntu 20 and Nautilus thumbnails problem

Linux Lite 5.8 with Ubuntu 20 does not show all thumbnails after settings

sudo apt-get install ubuntu-restricted-extras

 

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...