mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
bash: add initial flatpak-workarounds.bash
Right now just Briar, possibly soon fcitx too
This commit is contained in:
parent
a3db9a9751
commit
c8bdace60d
12
bash/flatpak-workarounds.bash
Executable file
12
bash/flatpak-workarounds.bash
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Show commands being executed
|
||||
set -x
|
||||
|
||||
# Workarounds for common flatpak app issues
|
||||
# https://github.com/flathub/org.briarproject.Briar/issues/5
|
||||
flatpak override --user org.briarproject.Briar --filesystem=~/.briar:create
|
||||
flatpak override --user org.briarproject.Briar --filesystem=~/.java/.userPrefs/org/briarproject/briar:create
|
||||
|
||||
# Hide commands being executed again
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user