From 245eea670b69de508b5146074a4c3a2f00c6df78 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 May 2023 21:15:53 +0300 Subject: [PATCH] flatpak-workarounds: add me.kozec.syncthingtk --- bash/flatpak-workarounds.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index b52e01c..05b4f6d 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -50,6 +50,9 @@ flatpak override net.pcsx2.PCSX2 --filesystem=~/PS2:create flatpak override com.valvesoftware.Steam --filesystem=~/SteamLibrary:create flatpak override net.lutris.Lutris --filesystem=~/SteamLibrary:create +# For use with system syncthing, note its flags +flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create + # Just for verbosity. The results can be seen in /var/lib/flatpak/overrides/global … flatpak override --show # …and /var/lib/flatpak/overrides/org.briarproject.Briar @@ -61,6 +64,7 @@ flatpak override --show com.nextcloud.desktopclient.nextcloud flatpak override --show net.pcsx2.PCSX2 flatpak override --show com.valvesoftware.Steam flatpak override --show net.lutris.Lutris +flatpak override --show me.kozec.syncthingtk # Hide commands being executed again set +x