linuxserver / docker-chromium

Web accessible Chromium inside an Debian Container
GNU General Public License v3.0
122 stars 40 forks source link

[FEAT] Add emoji support #22

Closed danielb7390 closed 9 months ago

danielb7390 commented 10 months ago

Is this a new feature request?

Wanted change

Add some sort of emoji package to this docker image.

Reason for change

Just browsing the web you will end up finding some emojis around, and currently they are just not rendered.

image

Proposed code change

Add fonts-noto-color-emoji to the image

github-actions[bot] commented 10 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thelamer commented 9 months ago

This can be achieved with:

-e DOCKER_MODS=linuxserver/mods:universal-package-install
-e INSTALL_PACKAGES=fonts-noto-color-emoji

I am still debating adding all the langs and CJK fonts along with emoji in the baseimage.

thelamer commented 9 months ago

This is now in by default

sunny693 commented 8 months ago

This can be achieved with:

-e DOCKER_MODS=linuxserver/mods:universal-package-install
-e INSTALL_PACKAGES=fonts-noto-color-emoji

I am still debating adding all the langs and CJK fonts along with emoji in the baseimage.

That would be great.