This fixes the following warnings on the command line: GVFS-WARNING **: 13:10:18.232: The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges.
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
compose:
|
|
modules:
|
|
- firefox:stable
|
|
flatpak:
|
|
id: org.mozilla.Firefox
|
|
branch: stable
|
|
command: firefox
|
|
rename-appdata-file: firefox.appdata.xml
|
|
rename-desktop-file: firefox.desktop
|
|
rename-icon: firefox
|
|
finish-args: |-
|
|
--share=ipc
|
|
--share=network
|
|
--socket=pulseaudio
|
|
--socket=wayland
|
|
--socket=x11
|
|
--socket=pcsc
|
|
--env=KRB5CCNAME=KCM:
|
|
--filesystem=/run/.heim_org.h5l.kcm-socket
|
|
--filesystem=~/.cache/firefox:create
|
|
--filesystem=~/.mozilla:create
|
|
--filesystem=home:ro
|
|
--filesystem=xdg-download:rw
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--filesystem=xdg-run/pipewire-0
|
|
--device=all
|
|
--talk-name=org.freedesktop.FileManager1
|
|
--system-talk-name=org.freedesktop.NetworkManager
|
|
--talk-name=org.a11y.Bus
|
|
--talk-name=org.gnome.SessionManager
|
|
--talk-name=org.freedesktop.ScreenSaver
|
|
--talk-name=org.gtk.vfs.*
|
|
--talk-name=org.freedesktop.Notifications
|
|
--own-name=org.mpris.MediaPlayer2.firefox.*
|
|
--own-name=org.mozilla.firefox.*
|