26 lines
758 B
YAML
26 lines
758 B
YAML
flatpak:
|
|
id: org.gnome.Shotwell
|
|
branch: stable
|
|
command: shotwell
|
|
finish-args: |-
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=/media
|
|
--filesystem=/run/media
|
|
--filesystem=xdg-download
|
|
--filesystem=xdg-pictures
|
|
--share=ipc
|
|
--share=network
|
|
--device=all
|
|
--socket=wayland
|
|
--socket=fallback-x11
|
|
--talk-name=org.freedesktop.FileManager1
|
|
--talk-name=org.gtk.vfs.*
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--talk-name=org.freedesktop.secrets
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- shotwell
|