Skip to content

Instantly share code, notes, and snippets.

@asmattic
Created December 3, 2021 22:57
Show Gist options
  • Save asmattic/73cb7edb31a63b93cb7727e941590753 to your computer and use it in GitHub Desktop.
Save asmattic/73cb7edb31a63b93cb7727e941590753 to your computer and use it in GitHub Desktop.
Add webp thumbnail preview support in ubuntu file manager
# Add the 3rd party PPA
sudo add-apt-repository ppa:krifa75/eog-ordissimo
# Update package cache and install library
sudo apt update && sudo apt install webp-pixbuf-loader
# remove the Ubuntu PPA, because it also contains the variant
# of eog (Eye of GNOME, GNOME’s default image viewer) that
# might break your other packages
sudo add-apt-repository --remove ppa:krifa75/eog-ordissimo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment