aboutsummaryrefslogtreecommitdiff
path: root/flatpak/content
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 23:21:01 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 23:21:01 +0200
commit046c27552bf53e3a9d9c41627078266eeab0086c (patch)
tree4ee10e4b1053231a1007b53e225b9f18f20d9a31 /flatpak/content
parentcheckout submodules globally (diff)
downloadlibrewolf-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.json2
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"
bgstack15