Skip to content

Instantly share code, notes, and snippets.

@fuji246
Created March 1, 2021 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuji246/013e01c2455a6927ff4b00017a13966f to your computer and use it in GitHub Desktop.
Save fuji246/013e01c2455a6927ff4b00017a13966f to your computer and use it in GitHub Desktop.
Fix no icon issue in Raspbian when upgrade from lite version
sudo apt-get update 
sudo apt-get -y dist-upgrade
sudo apt-get install raspberrypi-ui-mods -y

sudo apt-get install libgdk-pixbuf2.0-dev -y
sudo /usr/lib/arm-linux-gnueabihf/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders  --update-cache
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment