diff --git a/container.yaml b/container.yaml index d5d50d8..6c950ed 100644 --- a/container.yaml +++ b/container.yaml @@ -4,7 +4,10 @@ compose: flatpak: id: org.gnome.FileRoller branch: stable - command: file-roller + command: org.gnome.FileRoller + rename-appdata-file: org.gnome.FileRoller.appdata.xml + rename-desktop-file: org.gnome.FileRoller.desktop + rename-icon: org.gnome.ArchiveManager finish-args: |- --device=dri --share=ipc @@ -12,3 +15,11 @@ flatpak: --socket=wayland --filesystem=host --env=LC_ALL=C + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf + --talk-name=org.gtk.vfs.mountpoint_http + --own-name=org.gnome.ArchiveManager1 + --filesystem=xdg-cache/media-art + \ No newline at end of file