flatpak-workarounds.bash: add read-only access to gdbinit

Ref: Mikaela/shell-things#130
This commit is contained in:
Aminda Suomalainen 2022-04-18 15:01:11 +03:00
parent 7a179e4f3c
commit 3fd0cfdef8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ flatpak override --filesystem=/usr/local/share/themes:ro --filesystem=/usr/share
flatpak override --filesystem=/usr/local/share/icons:ro --filesystem=/usr/share/icons:ro --filesystem=~/.icons:ro
flatpak override --filesystem=/usr/local/share/cursors:ro --filesystem=/usr/share/cursors:ro --filesystem=~/.cursors:ro
# In case debugging flatpaks is subject to the other restrictions and running
# gdb there is made easier by access to the file
flatpak override --filesystem=~/.gdbinit:ro
# 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