mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
flatpak-workarounds.bash: note /usr/local for themes
This commit is contained in:
parent
7e00a22469
commit
c3a72447c7
@ -6,9 +6,9 @@ set -x
|
||||
# Workarounds for common flatpak app issues
|
||||
|
||||
# Allowing system themes in flatpaks
|
||||
flatpak override --filesystem=/usr/share/themes:ro --filesystem=~/.themes:ro
|
||||
flatpak override --filesystem=/usr/share/icons:ro --filesystem=~/.icons:ro
|
||||
flatpak override --filesystem=/usr/share/cursors:ro --filesystem=~/.cursors:ro
|
||||
flatpak override --filesystem=/usr/local/share/themes:ro --filesystem=/usr/share/themes:ro --filesystem=~/.themes:ro
|
||||
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
|
||||
|
||||
# Backticks and a lot of common characters in all Flatpaks
|
||||
# https://github.com/flatpak/flatpak/issues/2031
|
||||
|
Loading…
Reference in New Issue
Block a user