v3.6.7-5
How to install:
- Set up Flatpak on your Linux distribution
- Download this Flatpak package
- In a terminal window, run the following command to install it:
flatpak install --bundle ~/Downloads/ezthumb_3.6.7-5-x86_64.flatpak
After that, you should be able to find ezthumb in your apps list!
Changelog:
Important
- a857e70: manifest: add
--filesystem=host
permission
Because ezthumb is built using GTK 2, the Flatpak portal for file access isn't available, which greatly limits the usability of the app.
By allowing the app unrestricted access to the entire filesystem, we make it much more useful for the average person who doesn't know how to handle Flatpak permissions.
Power users concerned with the security implications of this, can always go back to how it was with the following command:
flatpak --user override --nofilesystem=host --persist=.config/ezthumb --filesystem=xdg-videos io.sourceforge.ezthumb
Minor changes:
Full Changelog: v3.6.7-4...v3.6.7-5