From 8084f48a2be24c0ef669de3f05d59d2ead306995 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 27 Jan 2024 14:02:17 +0200 Subject: [PATCH] flatpak-workarounds.bash: briar also requires x11 --- bash/flatpak-workarounds.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 753aba3..cc71b1e 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -37,7 +37,7 @@ flatpak override --env=FLATPAK_ENABLE_SDK_EXT=texlive,dotnet,golang $@ flatpak override io.neovim.nvim --filesystem=host --filesystem=host-os --filesystem=host-etc $@ # https://github.com/flathub/org.briarproject.Briar/issues/5 -flatpak override org.briarproject.Briar --filesystem=~/.briar:create --filesystem=~/.java/.userPrefs/org/briarproject/briar:create $@ +flatpak override org.briarproject.Briar --filesystem=~/.briar:create --filesystem=~/.java/.userPrefs/org/briarproject/briar:create --nosocket=fallback-x11 --socket=x11 $@ # Directory I have normal Nextcloud in flatpak override com.nextcloud.desktopclient.nextcloud --filesystem=~/Nextcloud:create $@