Color emojis working partially on 18.04





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.



In particular, I am not able to get the country flags to display correctly.



Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.



I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:




fonts-noto-color-emoji is already the newest version
(0~20180810-0ubuntu1).




I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.



If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).










share|improve this question





























    0















    I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.



    In particular, I am not able to get the country flags to display correctly.



    Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.



    I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:




    fonts-noto-color-emoji is already the newest version
    (0~20180810-0ubuntu1).




    I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.



    If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).










    share|improve this question

























      0












      0








      0








      I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.



      In particular, I am not able to get the country flags to display correctly.



      Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.



      I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:




      fonts-noto-color-emoji is already the newest version
      (0~20180810-0ubuntu1).




      I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.



      If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).










      share|improve this question














      I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.



      In particular, I am not able to get the country flags to display correctly.



      Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.



      I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:




      fonts-noto-color-emoji is already the newest version
      (0~20180810-0ubuntu1).




      I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.



      If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).







      18.04 google-chrome fonts emoji






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 3 at 10:46









      AmadeAmade

      1134




      1134






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Having fonts-noto-color-emoji was not enough also for my Ubuntu 18.04 system.



          However, there is another answer to the question you linked to:
          https://askubuntu.com/a/1029675/188679



          Create a file ~/.config/fontconfig/conf.d/01-emoji.conf and put the following content inside:



          <?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>


          Then, run fc-cache -f -v. Finally, restart Chrome.






          share|improve this answer
























            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            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%2f1130880%2fcolor-emojis-working-partially-on-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Having fonts-noto-color-emoji was not enough also for my Ubuntu 18.04 system.



            However, there is another answer to the question you linked to:
            https://askubuntu.com/a/1029675/188679



            Create a file ~/.config/fontconfig/conf.d/01-emoji.conf and put the following content inside:



            <?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>


            Then, run fc-cache -f -v. Finally, restart Chrome.






            share|improve this answer




























              1














              Having fonts-noto-color-emoji was not enough also for my Ubuntu 18.04 system.



              However, there is another answer to the question you linked to:
              https://askubuntu.com/a/1029675/188679



              Create a file ~/.config/fontconfig/conf.d/01-emoji.conf and put the following content inside:



              <?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>


              Then, run fc-cache -f -v. Finally, restart Chrome.






              share|improve this answer


























                1












                1








                1







                Having fonts-noto-color-emoji was not enough also for my Ubuntu 18.04 system.



                However, there is another answer to the question you linked to:
                https://askubuntu.com/a/1029675/188679



                Create a file ~/.config/fontconfig/conf.d/01-emoji.conf and put the following content inside:



                <?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>


                Then, run fc-cache -f -v. Finally, restart Chrome.






                share|improve this answer













                Having fonts-noto-color-emoji was not enough also for my Ubuntu 18.04 system.



                However, there is another answer to the question you linked to:
                https://askubuntu.com/a/1029675/188679



                Create a file ~/.config/fontconfig/conf.d/01-emoji.conf and put the following content inside:



                <?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>


                Then, run fc-cache -f -v. Finally, restart Chrome.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 8 at 14:15









                Thomas KainradThomas Kainrad

                1913




                1913






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130880%2fcolor-emojis-working-partially-on-18-04%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局