Skip to content

Commit

Permalink
fix: Correct font issues in Steam for certain languages (ValveSoftwar…
Browse files Browse the repository at this point in the history
…e/steam-for-linux#9418) - Thanks szescxz!
  • Loading branch information
KyleGospo committed Aug 16, 2023
1 parent 742a51d commit c87d9fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit c87d9fe

Please sign in to comment.