diff --git a/flatpak.json b/flatpak.json new file mode 100644 index 0000000..e228522 --- /dev/null +++ b/flatpak.json @@ -0,0 +1,18 @@ +{ + "id": "org.gnome.eog", + "version": "3.20.0-2.fc26", + "runtime": "org.fedoraproject.Platform", + "runtime-version": "26", + "sdk": "org.fedoraproject.Sdk", + "command": "eog", + "tags": ["Viewer"], + "finish-args": ["--filesystem=host", + "--share=ipc", + "--socket=x11", + "--socket=wayland", + "--socket=session-bus", + "--filesystem=~/.config/dconf:ro", + "--filesystem=xdg-run/dconf", + "--talk-name=ca.desrt.dconf", + "--env=DCONF_USER_CONFIG_DIR=.config/dconf"] +}