diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 23:21:01 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 23:21:01 +0200 |
commit | 046c27552bf53e3a9d9c41627078266eeab0086c (patch) | |
tree | 4ee10e4b1053231a1007b53e225b9f18f20d9a31 /flatpak/content | |
parent | checkout submodules globally (diff) | |
download | librewolf-linux-046c27552bf53e3a9d9c41627078266eeab0086c.tar.gz librewolf-linux-046c27552bf53e3a9d9c41627078266eeab0086c.tar.bz2 librewolf-linux-046c27552bf53e3a9d9c41627078266eeab0086c.zip |
comment some ubuntu-specific options; fix flatpak json talk-variable
Diffstat (limited to 'flatpak/content')
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index b7af21a..b105a5e 100644 --- a/flatpak/content/io.gitlab.LibreWolf.json +++ b/flatpak/content/io.gitlab.LibreWolf.json @@ -33,7 +33,7 @@ "--talk-name=org.a11y.Bus", "--talk-name=org.gnome.SessionManager", "--talk-name=org.freedesktop.ScreenSaver", - "--talk-name=\"org.gtk.vfs.*\"", + "--talk-name=org.gtk.vfs.*", "--socket=wayland", "--filesystem=home:rw", "--share=network" |