Blame container.yaml

f3304b2
compose:
f3304b2
    modules:
957f17e
    - thunderbird:stable
f3304b2
flatpak:
f3304b2
    id: org.mozilla.Thunderbird
f3304b2
    branch: stable
f3304b2
    command: thunderbird
b24ad7b
    rename-appdata-file: thunderbird.appdata.xml
f3304b2
    rename-desktop-file: mozilla-thunderbird.desktop
f3304b2
    rename-icon: thunderbird
f3304b2
    finish-args: |-
f3304b2
        --share=ipc
f3304b2
        --socket=x11
a87ddb1
        --socket=wayland
f3304b2
        --device=dri
f3304b2
        --share=network
f3304b2
        --socket=pulseaudio
a87ddb1
        --persist=.thunderbird
f3304b2
        --filesystem=xdg-download:rw
6461df7
        --talk-name=org.a11y.Bus
6461df7
        --own-name=org.mozilla.thunderbird_default.*
f3304b2
        --talk-name=org.freedesktop.Notifications
a87ddb1
        --socket=pcsc
a87ddb1
        --require-version=0.10.3
a87ddb1
        --filesystem=~/.gnupg
a87ddb1
        --filesystem=xdg-run/gnupg:ro
6461df7
        --filesystem=/run/.heim_org.h5l.kcm-socket
a87ddb1
        --env=GTK_PATH=/app/lib/gtkmodules
a87ddb1
        --socket=cups
c94a006
c94a006
    cleanup-commands: |
823ced1
        sed -i 's@>net\.thunderbird\.Thunderbird<@>mozilla-thunderbird.desktop<@' \
6252f01
            /app/share/metainfo/thunderbird.appdata.xml
6252f01
        sed -i 's|<icon.*</icon>||' \
6252f01
            /app/share/metainfo/thunderbird.appdata.xml