Created
December 3, 2021 22:57
-
-
Save asmattic/73cb7edb31a63b93cb7727e941590753 to your computer and use it in GitHub Desktop.
Add webp thumbnail preview support in ubuntu file manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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