File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 run /usr/bin/flatpak override -u --reset
7171 # Workaround for using the correct font in all applications
7272 run /usr/bin/rm -rf ${ config . xdg . dataHome } /fonts
73- run /usr/bin/rsync -lr --delete /usr/share/fonts/ ${ config . xdg . dataHome } /fonts
73+ run /usr/bin/rsync -urlq --delete /usr/share/fonts/ ${ config . xdg . dataHome } /fonts
7474 run /usr/bin/flatpak override -u --filesystem=xdg-data/fonts:ro
7575 # Workaround for using the correct icons in all applications
7676 run /usr/bin/rm -rf ${ config . xdg . dataHome } /icons
77- run /usr/bin/rsync -lr --delete /usr/share/icons/ ${ config . xdg . dataHome } /icons
77+ run /usr/bin/rsync -urlq --delete /usr/share/icons/ ${ config . xdg . dataHome } /icons
7878 run /usr/bin/flatpak override -u --filesystem=xdg-data/icons:ro
7979 # Workaround for using the correct theme in all applications
8080 run /usr/bin/rm -rf ${ config . xdg . dataHome } /themes
81- run /usr/bin/rsync -lr --delete /usr/share/themes/ ${ config . xdg . dataHome } /themes
81+ run /usr/bin/rsync -urlq --delete /usr/share/themes/ ${ config . xdg . dataHome } /themes
8282 run /usr/bin/flatpak override -u --filesystem=xdg-data/themes:ro
8383 # Workaround for using the correct QT theme in all applications
8484 run /usr/bin/flatpak override -u --env=QT_STYLE_OVERRIDE="breeze"
You can’t perform that action at this time.
0 commit comments