Skip to content

Commit

Permalink
fix: Add workaround for hardcoded font path in Steam (Thanks szescxz)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 29, 2023
1 parent bf017e4 commit 7dd9580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ RUN rm /usr/share/applications/shredder.desktop && \
mkdir -p "/usr/etc/profile.d/" && \
ln -s "/usr/share/ublue-os/firstboot/launcher/login-profile.sh" \
"/usr/etc/profile.d/ublue-firstboot.sh" && \
ln -s "/usr/share/fonts/google-noto-sans-cjk-fonts" \
"/usr/share/fonts/noto-cjk" && \
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
pip install --prefix=/usr yafti && \
pip install --prefix=/usr hyfetch && \
Expand Down

0 comments on commit 7dd9580

Please sign in to comment.