Skip to content

Commit 7dd9580

Browse files
committed
fix: Add workaround for hardcoded font path in Steam (Thanks szescxz)
1 parent bf017e4 commit 7dd9580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ RUN rm /usr/share/applications/shredder.desktop && \
149149
mkdir -p "/usr/etc/profile.d/" && \
150150
ln -s "/usr/share/ublue-os/firstboot/launcher/login-profile.sh" \
151151
"/usr/etc/profile.d/ublue-firstboot.sh" && \
152+
ln -s "/usr/share/fonts/google-noto-sans-cjk-fonts" \
153+
"/usr/share/fonts/noto-cjk" && \
152154
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
153155
pip install --prefix=/usr yafti && \
154156
pip install --prefix=/usr hyfetch && \

0 commit comments

Comments
 (0)