mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
flatpak-workarounds.bash: add read-only access to gdbinit
Ref: Mikaela/shell-things#130
This commit is contained in:
parent
7a179e4f3c
commit
3fd0cfdef8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user