mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-26 15:41:21 +00:00
fix: Correct font issues in Steam for certain languages (https://github.com/ValveSoftware/steam-for-linux/issues/9418) - Thanks szescxz!
This commit is contained in:
parent
742a51de02
commit
c87d9feab4
@ -47,7 +47,8 @@ RUN rpm-ostree override remove \
|
||||
firefox-langpacks \
|
||||
toolbox \
|
||||
htop \
|
||||
distrobox
|
||||
distrobox \
|
||||
google-noto-sans-cjk-vf-fonts
|
||||
|
||||
# Install new packages
|
||||
RUN rpm-ostree install \
|
||||
@ -72,7 +73,8 @@ RUN rpm-ostree install \
|
||||
neofetch \
|
||||
fish \
|
||||
xdotool \
|
||||
yad
|
||||
yad \
|
||||
google-noto-sans-cjk-fonts
|
||||
|
||||
# Configure KDE & GNOME
|
||||
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user