Blame container.yaml

afe83fb
compose:
afe83fb
    modules:
afe83fb
    - gnome-maps:master
afe83fb
flatpak:
afe83fb
    id: org.gnome.Maps
afe83fb
    branch: stable
afe83fb
    command: gnome-maps
afe83fb
    finish-args: |-
afe83fb
        --share=ipc
91a98c7
        --socket=fallback-x11
afe83fb
        --socket=wayland
afe83fb
        --device=dri
afe83fb
        --share=network
afe83fb
        --system-talk-name=org.freedesktop.NetworkManager
afe83fb
        --talk-name=org.gtk.vfs
afe83fb
        --talk-name=org.gtk.vfs.*
afe83fb
        --talk-name=org.xfce.SessionManager
afe83fb
        --talk-name=org.gnome.SessionManager
afe83fb
        --talk-name=org.gnome.OnlineAccounts
afe83fb
        --talk-name=org.gnome.evolution.dataserver.AddressBook9
afe83fb
        --talk-name=org.gnome.evolution.dataserver.Calendar7
afe83fb
        --talk-name=org.gnome.evolution.dataserver.Sources5
afe83fb
        --talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*
afe83fb
        --talk-name=org.freedesktop.secrets
afe83fb
        --system-talk-name=org.freedesktop.GeoClue2
afe83fb
        --filesystem=xdg-run/dconf
afe83fb
        --filesystem=~/.config/dconf:ro
afe83fb
        --talk-name=ca.desrt.dconf
afe83fb
        --env=DCONF_USER_CONFIG_DIR=.config/dconf
91a98c7