18.04: color emoji not showing up at all in Chrome, only partially in Firefox

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
4
down vote

favorite
2












I've upgraded from 17.10 to 18.04 and was hoping to have better emoji support. The results are that Chrome (66) is still using the old black and white emoji font, and Firefox (59) is managing to show some color emoji but not others. I took some advice to install the font EmojiOne but that didn't seem to help 😓



Screenshots from the emoji demo page at http://eosrei.github.io/emojione-color-font/full-demo.html :



Chrome:
enter image description here



Firefox:
enter image description here







share|improve this question
























    up vote
    4
    down vote

    favorite
    2












    I've upgraded from 17.10 to 18.04 and was hoping to have better emoji support. The results are that Chrome (66) is still using the old black and white emoji font, and Firefox (59) is managing to show some color emoji but not others. I took some advice to install the font EmojiOne but that didn't seem to help 😓



    Screenshots from the emoji demo page at http://eosrei.github.io/emojione-color-font/full-demo.html :



    Chrome:
    enter image description here



    Firefox:
    enter image description here







    share|improve this question






















      up vote
      4
      down vote

      favorite
      2









      up vote
      4
      down vote

      favorite
      2






      2





      I've upgraded from 17.10 to 18.04 and was hoping to have better emoji support. The results are that Chrome (66) is still using the old black and white emoji font, and Firefox (59) is managing to show some color emoji but not others. I took some advice to install the font EmojiOne but that didn't seem to help 😓



      Screenshots from the emoji demo page at http://eosrei.github.io/emojione-color-font/full-demo.html :



      Chrome:
      enter image description here



      Firefox:
      enter image description here







      share|improve this question












      I've upgraded from 17.10 to 18.04 and was hoping to have better emoji support. The results are that Chrome (66) is still using the old black and white emoji font, and Firefox (59) is managing to show some color emoji but not others. I took some advice to install the font EmojiOne but that didn't seem to help 😓



      Screenshots from the emoji demo page at http://eosrei.github.io/emojione-color-font/full-demo.html :



      Chrome:
      enter image description here



      Firefox:
      enter image description here









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 29 at 11:39









      N3dst4

      1807




      1807




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          On Ubuntu 18.04+ you can now simply install a single package: fonts-noto-color-emoji. After that, restart Chrome and it will take effect. No need for creating a manual font configuration.



          This package is supposed to be installed on the regular Ubuntu 18.04+ desktop flavor (on a 'Recommended' level of dependency - check for yourself with apt rdepends fonts-noto-color-emoji). Some other flavors like Kubuntu (KDE) don't have this by default and require you to install it manually.






          share|improve this answer





























            up vote
            2
            down vote













            I fixed it - I had to follow these instructions from 2016 😧 I had to create ~/.config/fontconfig/conf.d/01-emoji.conf with the following text:



            <?xml version="1.0" encoding="UTF-8"?>
            <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
            <fontconfig>
            <alias>
            <family>serif</family>
            <prefer>
            <family>Noto Color Emoji</family>
            </prefer>
            </alias>
            <alias>
            <family>sans-serif</family>
            <prefer>
            <family>Noto Color Emoji</family>
            </prefer>
            </alias>
            <alias>
            <family>monospace</family>
            <prefer>
            <family>Noto Color Emoji</family>
            </prefer>
            </alias>
            </fontconfig>


            The bit in the original instructions about installing Noto font was unnecessary since it's installed as part of 18.04 by default.



            Then run:



            fc-cache -f -v


            On the next restart, Chrome has color emoji.






            share|improve this answer






















            • -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
              – gertvdijk
              Jul 25 at 15:00










            • Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
              – N3dst4
              Jul 25 at 15:08

















            up vote
            0
            down vote













            Don't use that demo page to test color emoji. That page only demonstrates the EmojiOne font which isn't installed by default in Ubuntu (although Firefox uses a variation of it).



            Instead use https://unicode.org/emoji/charts/full-emoji-list.html



            Look at the Browser column. In default Ubuntu, it should mostly match the Google column. (Except for the Browser column, all the other columns are just .png icons). When I tested today, the Google column is just a bit out of date as Google has made some changes to some of their emoji that haven't been incorporated into the website. (For instance, the hamburger has cheese on top of the burger.)






            share|improve this answer




















            • Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
              – gertvdijk
              Jul 25 at 14:58










            • @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
              – Jeremy Bicha
              Jul 26 at 15:04










            • Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
              – Jeremy Bicha
              Jul 26 at 15:05










            • @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
              – gertvdijk
              Jul 26 at 21:23










            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029661%2f18-04-color-emoji-not-showing-up-at-all-in-chrome-only-partially-in-firefox%23new-answer', 'question_page');

            );

            Post as a guest






























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote



            accepted










            On Ubuntu 18.04+ you can now simply install a single package: fonts-noto-color-emoji. After that, restart Chrome and it will take effect. No need for creating a manual font configuration.



            This package is supposed to be installed on the regular Ubuntu 18.04+ desktop flavor (on a 'Recommended' level of dependency - check for yourself with apt rdepends fonts-noto-color-emoji). Some other flavors like Kubuntu (KDE) don't have this by default and require you to install it manually.






            share|improve this answer


























              up vote
              2
              down vote



              accepted










              On Ubuntu 18.04+ you can now simply install a single package: fonts-noto-color-emoji. After that, restart Chrome and it will take effect. No need for creating a manual font configuration.



              This package is supposed to be installed on the regular Ubuntu 18.04+ desktop flavor (on a 'Recommended' level of dependency - check for yourself with apt rdepends fonts-noto-color-emoji). Some other flavors like Kubuntu (KDE) don't have this by default and require you to install it manually.






              share|improve this answer
























                up vote
                2
                down vote



                accepted







                up vote
                2
                down vote



                accepted






                On Ubuntu 18.04+ you can now simply install a single package: fonts-noto-color-emoji. After that, restart Chrome and it will take effect. No need for creating a manual font configuration.



                This package is supposed to be installed on the regular Ubuntu 18.04+ desktop flavor (on a 'Recommended' level of dependency - check for yourself with apt rdepends fonts-noto-color-emoji). Some other flavors like Kubuntu (KDE) don't have this by default and require you to install it manually.






                share|improve this answer














                On Ubuntu 18.04+ you can now simply install a single package: fonts-noto-color-emoji. After that, restart Chrome and it will take effect. No need for creating a manual font configuration.



                This package is supposed to be installed on the regular Ubuntu 18.04+ desktop flavor (on a 'Recommended' level of dependency - check for yourself with apt rdepends fonts-noto-color-emoji). Some other flavors like Kubuntu (KDE) don't have this by default and require you to install it manually.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jul 26 at 21:25

























                answered Jul 25 at 14:54









                gertvdijk

                48.4k18135230




                48.4k18135230






















                    up vote
                    2
                    down vote













                    I fixed it - I had to follow these instructions from 2016 😧 I had to create ~/.config/fontconfig/conf.d/01-emoji.conf with the following text:



                    <?xml version="1.0" encoding="UTF-8"?>
                    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
                    <fontconfig>
                    <alias>
                    <family>serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>sans-serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>monospace</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    </fontconfig>


                    The bit in the original instructions about installing Noto font was unnecessary since it's installed as part of 18.04 by default.



                    Then run:



                    fc-cache -f -v


                    On the next restart, Chrome has color emoji.






                    share|improve this answer






















                    • -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
                      – gertvdijk
                      Jul 25 at 15:00










                    • Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
                      – N3dst4
                      Jul 25 at 15:08














                    up vote
                    2
                    down vote













                    I fixed it - I had to follow these instructions from 2016 😧 I had to create ~/.config/fontconfig/conf.d/01-emoji.conf with the following text:



                    <?xml version="1.0" encoding="UTF-8"?>
                    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
                    <fontconfig>
                    <alias>
                    <family>serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>sans-serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>monospace</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    </fontconfig>


                    The bit in the original instructions about installing Noto font was unnecessary since it's installed as part of 18.04 by default.



                    Then run:



                    fc-cache -f -v


                    On the next restart, Chrome has color emoji.






                    share|improve this answer






















                    • -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
                      – gertvdijk
                      Jul 25 at 15:00










                    • Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
                      – N3dst4
                      Jul 25 at 15:08












                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    I fixed it - I had to follow these instructions from 2016 😧 I had to create ~/.config/fontconfig/conf.d/01-emoji.conf with the following text:



                    <?xml version="1.0" encoding="UTF-8"?>
                    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
                    <fontconfig>
                    <alias>
                    <family>serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>sans-serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>monospace</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    </fontconfig>


                    The bit in the original instructions about installing Noto font was unnecessary since it's installed as part of 18.04 by default.



                    Then run:



                    fc-cache -f -v


                    On the next restart, Chrome has color emoji.






                    share|improve this answer














                    I fixed it - I had to follow these instructions from 2016 😧 I had to create ~/.config/fontconfig/conf.d/01-emoji.conf with the following text:



                    <?xml version="1.0" encoding="UTF-8"?>
                    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
                    <fontconfig>
                    <alias>
                    <family>serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>sans-serif</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    <alias>
                    <family>monospace</family>
                    <prefer>
                    <family>Noto Color Emoji</family>
                    </prefer>
                    </alias>
                    </fontconfig>


                    The bit in the original instructions about installing Noto font was unnecessary since it's installed as part of 18.04 by default.



                    Then run:



                    fc-cache -f -v


                    On the next restart, Chrome has color emoji.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited May 17 at 12:25









                    Treviño

                    1,48611120




                    1,48611120










                    answered Apr 29 at 12:09









                    N3dst4

                    1807




                    1807











                    • -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
                      – gertvdijk
                      Jul 25 at 15:00










                    • Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
                      – N3dst4
                      Jul 25 at 15:08
















                    • -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
                      – gertvdijk
                      Jul 25 at 15:00










                    • Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
                      – N3dst4
                      Jul 25 at 15:08















                    -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
                    – gertvdijk
                    Jul 25 at 15:00




                    -1, because of two reasons: 1) the local fontconfig isn't required any longer in 18.04. 2) "installing Noto font was unnecessary since it's installed as part of 18.04 by default" isn't universally true. I have a full KDE desktop installation and it wasn't installed at all. See also my answer.
                    – gertvdijk
                    Jul 25 at 15:00












                    Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
                    – N3dst4
                    Jul 25 at 15:08




                    Do you know if that's all true for upgradees too? I sensed that my problems might have had to do with being a 17.10 upgrade.
                    – N3dst4
                    Jul 25 at 15:08










                    up vote
                    0
                    down vote













                    Don't use that demo page to test color emoji. That page only demonstrates the EmojiOne font which isn't installed by default in Ubuntu (although Firefox uses a variation of it).



                    Instead use https://unicode.org/emoji/charts/full-emoji-list.html



                    Look at the Browser column. In default Ubuntu, it should mostly match the Google column. (Except for the Browser column, all the other columns are just .png icons). When I tested today, the Google column is just a bit out of date as Google has made some changes to some of their emoji that haven't been incorporated into the website. (For instance, the hamburger has cheese on top of the burger.)






                    share|improve this answer




















                    • Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
                      – gertvdijk
                      Jul 25 at 14:58










                    • @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
                      – Jeremy Bicha
                      Jul 26 at 15:04










                    • Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
                      – Jeremy Bicha
                      Jul 26 at 15:05










                    • @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
                      – gertvdijk
                      Jul 26 at 21:23














                    up vote
                    0
                    down vote













                    Don't use that demo page to test color emoji. That page only demonstrates the EmojiOne font which isn't installed by default in Ubuntu (although Firefox uses a variation of it).



                    Instead use https://unicode.org/emoji/charts/full-emoji-list.html



                    Look at the Browser column. In default Ubuntu, it should mostly match the Google column. (Except for the Browser column, all the other columns are just .png icons). When I tested today, the Google column is just a bit out of date as Google has made some changes to some of their emoji that haven't been incorporated into the website. (For instance, the hamburger has cheese on top of the burger.)






                    share|improve this answer




















                    • Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
                      – gertvdijk
                      Jul 25 at 14:58










                    • @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
                      – Jeremy Bicha
                      Jul 26 at 15:04










                    • Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
                      – Jeremy Bicha
                      Jul 26 at 15:05










                    • @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
                      – gertvdijk
                      Jul 26 at 21:23












                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Don't use that demo page to test color emoji. That page only demonstrates the EmojiOne font which isn't installed by default in Ubuntu (although Firefox uses a variation of it).



                    Instead use https://unicode.org/emoji/charts/full-emoji-list.html



                    Look at the Browser column. In default Ubuntu, it should mostly match the Google column. (Except for the Browser column, all the other columns are just .png icons). When I tested today, the Google column is just a bit out of date as Google has made some changes to some of their emoji that haven't been incorporated into the website. (For instance, the hamburger has cheese on top of the burger.)






                    share|improve this answer












                    Don't use that demo page to test color emoji. That page only demonstrates the EmojiOne font which isn't installed by default in Ubuntu (although Firefox uses a variation of it).



                    Instead use https://unicode.org/emoji/charts/full-emoji-list.html



                    Look at the Browser column. In default Ubuntu, it should mostly match the Google column. (Except for the Browser column, all the other columns are just .png icons). When I tested today, the Google column is just a bit out of date as Google has made some changes to some of their emoji that haven't been incorporated into the website. (For instance, the hamburger has cheese on top of the burger.)







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered May 13 at 18:08









                    Jeremy Bicha

                    6,12542242




                    6,12542242











                    • Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
                      – gertvdijk
                      Jul 25 at 14:58










                    • @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
                      – Jeremy Bicha
                      Jul 26 at 15:04










                    • Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
                      – Jeremy Bicha
                      Jul 26 at 15:05










                    • @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
                      – gertvdijk
                      Jul 26 at 21:23
















                    • Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
                      – gertvdijk
                      Jul 25 at 14:58










                    • @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
                      – Jeremy Bicha
                      Jul 26 at 15:04










                    • Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
                      – Jeremy Bicha
                      Jul 26 at 15:05










                    • @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
                      – gertvdijk
                      Jul 26 at 21:23















                    Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
                    – gertvdijk
                    Jul 25 at 14:58




                    Fair enough, but this is not an answer to the original question - how to enable color emojis in Chrome.
                    – gertvdijk
                    Jul 25 at 14:58












                    @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
                    – Jeremy Bicha
                    Jul 26 at 15:04




                    @gertvdijk Color emoji does work in Google Chrome. What specific web site is causing you a problem?
                    – Jeremy Bicha
                    Jul 26 at 15:04












                    Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
                    – Jeremy Bicha
                    Jul 26 at 15:05




                    Ok, I see that you fixed your issue by installing fonts-noto-color-emoji. I tried to get every Ubuntu 18.04 LTS flavor to include that package by default, but the Lubuntu and Kubuntu developers didn't want it.
                    – Jeremy Bicha
                    Jul 26 at 15:05












                    @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
                    – gertvdijk
                    Jul 26 at 21:23




                    @Jeremy_Bicha Yeah, on Kubuntu. But, my point was, your 'answer' is more of a comment to the other answer about the test page to use. It doesn't really answer the Q/OP.
                    – gertvdijk
                    Jul 26 at 21:23












                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029661%2f18-04-color-emoji-not-showing-up-at-all-in-chrome-only-partially-in-firefox%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491