mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 10:42:56 +01:00
flatpak-workarounds.bash: global workaround for backticks/fcitx
mentioned in c8bdace60d
This commit is contained in:
parent
e05596ce52
commit
7799b8dd50
@ -4,6 +4,11 @@
|
||||
set -x
|
||||
|
||||
# Workarounds for common flatpak app issues
|
||||
# Backticks and a lot of common characters in all Flatpaks
|
||||
# https://github.com/flatpak/flatpak/issues/2031
|
||||
flatpak override --talk-name=org.fcitx.Fcitx --talk-name=org.freedesktop.portal.Fcitx
|
||||
|
||||
|
||||
# https://github.com/flathub/org.briarproject.Briar/issues/5
|
||||
flatpak override org.briarproject.Briar --filesystem=~/.briar:create
|
||||
flatpak override org.briarproject.Briar --filesystem=~/.java/.userPrefs/org/briarproject/briar:create
|
||||
|
Loading…
Reference in New Issue
Block a user