Skip to content

Commit a857e70

Browse files
committed
chore(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
1 parent a154a14 commit a857e70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

io.sourceforge.ezthumb.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ command: ezthumb
77
finish-args:
88
- --share=ipc
99
- --socket=x11
10-
- --filesystem=xdg-videos
11-
- --persist=.config/ezthumb
10+
- --filesystem=host
1211

1312
cleanup:
1413
- /include

0 commit comments

Comments
 (0)