diff --git a/framework_fedora.md b/framework_fedora.md index 31998b4..4bc2cb7 100644 --- a/framework_fedora.md +++ b/framework_fedora.md @@ -660,3 +660,20 @@ The solution is to comment out everything in /etc/acpi/events/powerconf and rely gnome settings **OR** set the gnome settings to "nothing" and edit `/etc/acpi/actions/power.sh` with the behavior you expect. Either way you should pick one to control power button behavior. + +## Install ffmpegthumbnailer, remove totem + +totem-thumbnailer crashes all the time and isn't as good as ffmpeg's thumbnailer. +What's more, totem video player ("Videos" by default on gnome) is not as good as vlc +and doesn't work very well for anything more than basic video playback. + +```bash +sudo dnf remove totem +sudo dnf install ffmpegthumbnailer +``` + +## Add compatibility for HEIC to mogrify + +```bash +sudo dnf install libheic-freeworld +```