Skip to content

v3.6.7-5

Compare
Choose a tag to compare
@guihkx guihkx released this 15 Oct 04:13
· 1 commit to master since this release
v3.6.7-5
a857e70

How to install:

  1. Set up Flatpak on your Linux distribution
  2. Download this Flatpak package
  3. 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:

  • a154a14: manifest: update runtime from 23.08 to 24.08
  • 199ff0f: manifest: update shared-submodules

Full Changelog: v3.6.7-4...v3.6.7-5