We don't install any modules in /app so this is unnecessary (and actually broke the svg loader). https://github.com/fedora-silverblue/issue-tracker/issues/103
19 lines
531 B
YAML
19 lines
531 B
YAML
compose:
|
|
modules:
|
|
- evince:master
|
|
flatpak:
|
|
id: org.gnome.Evince
|
|
branch: stable
|
|
command: evince
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--filesystem=host
|
|
--talk-name=org.gnome.SettingsDaemon.MediaKeys
|
|
--metadata=X-DConf=migrate-path=/org/gnome/evince/
|
|
--talk-name=org.gtk.vfs
|
|
--talk-name=org.gtk.vfs.*
|
|
--talk-name=org.gnome.SessionManager
|
|
--own-name=org.gnome.evince
|
|
--own-name=org.gnome.evince.Daemon
|