linuxserver / docker-jellyfin

GNU General Public License v3.0
607 stars 91 forks source link

Integrate CJK fonts #161

Closed anuoua closed 1 year ago

anuoua commented 2 years ago

linuxserver.io


Desired Behavior

Normal display CJK font.

Current Behavior

image

Alternatives Considered

I can manuly run apt install fonts-noto-cjk-extra to fix it.

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

aptalca commented 2 years ago

We'll investigate. In the meantime you can use this mod: https://github.com/linuxserver/docker-mods/tree/universal-package-install

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

anuoua commented 1 year ago

Any update ?

tabris233 commented 1 year ago

I also encountered this problem

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Suwmlee commented 1 year ago

as aptalca said

add these environment variables will help

  -e DOCKER_MODS=linuxserver/mods:universal-package-install
  -e INSTALL_PACKAGES=fonts-noto-cjk-extra
Mr-win7 commented 1 year ago

Thanks for your investigation and solution! I've solved my problem. If it is possible, please add the dependency in the image. Thank you.

thespad commented 1 year ago

We won't add it to the image because it would add ~250Mb for something most people won't use. The non-Latin font packages are all fairly large.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.