22 lines
597 B
YAML
22 lines
597 B
YAML
compose:
|
|
modules:
|
|
- filezilla:stable
|
|
flatpak:
|
|
id: org.filezillaproject.Filezilla
|
|
branch: stable
|
|
command: filezilla
|
|
rename-desktop-file: filezilla.desktop
|
|
rename-icon: filezilla
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--device=dri
|
|
--socket=wayland
|
|
--talk-name=org.freedesktop.PowerManagement
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.gnome.SessionManager
|
|
--filesystem=host
|
|
--share=network
|
|
--require-version=0.10.3
|
|
--socket=ssh-auth
|