From 2a8d5e07c8926bfed82c8ab5b1e8fc2c9f12a7c9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 9 Oct 2023 17:04:00 +0300 Subject: [PATCH] flatpak-workarounds.bash: gdb.txt is not a directory --- 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 ae40a2b..bb990eb 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -13,7 +13,7 @@ set -x # - curl configuration following # - text editor configuration # - user-specific fonts -flatpak override --filesystem=~/.gdbinit:ro --filesystem=~/gdb.txt:create --filesystem=~/.curlrc:ro --filesystem=~/.editorconfig:ro --filesystem=~/.local/share/fonts:ro $@ +flatpak override --filesystem=~/.gdbinit:ro --filesystem=~/gdb.txt:rw --filesystem=~/.curlrc:ro --filesystem=~/.editorconfig:ro --filesystem=~/.local/share/fonts:ro $@ # Public git repositories I access or symlink much. # Must be rw for access by text editors, otherwise they are ro or I will repeat myself