WhatsApp Web is asking to update Chrome while using Chromium












26















I am using Chromium Version 71.0.3578.80 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)



This morning my WhatsApp Web tab asked me to update Chrome with the following message:



WhatsApp works with Google Chrome 36+
To use WhatsApp, update Chrome or use Mozilla Firefox, Safari, Microsoft Edge or Opera.



Why should I do to get the WhatsApp Web running again?










share|improve this question





























    26















    I am using Chromium Version 71.0.3578.80 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)



    This morning my WhatsApp Web tab asked me to update Chrome with the following message:



    WhatsApp works with Google Chrome 36+
    To use WhatsApp, update Chrome or use Mozilla Firefox, Safari, Microsoft Edge or Opera.



    Why should I do to get the WhatsApp Web running again?










    share|improve this question



























      26












      26








      26


      4






      I am using Chromium Version 71.0.3578.80 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)



      This morning my WhatsApp Web tab asked me to update Chrome with the following message:



      WhatsApp works with Google Chrome 36+
      To use WhatsApp, update Chrome or use Mozilla Firefox, Safari, Microsoft Edge or Opera.



      Why should I do to get the WhatsApp Web running again?










      share|improve this question
















      I am using Chromium Version 71.0.3578.80 (Official Build) Built on Ubuntu, running on Ubuntu 16.04 (64-bit)



      This morning my WhatsApp Web tab asked me to update Chrome with the following message:



      WhatsApp works with Google Chrome 36+
      To use WhatsApp, update Chrome or use Mozilla Firefox, Safari, Microsoft Edge or Opera.



      Why should I do to get the WhatsApp Web running again?







      chromium whatsapp






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 18 '18 at 18:20









      Kulfy

      4,42651542




      4,42651542










      asked Dec 13 '18 at 15:46









      Thierry MsikaThierry Msika

      3881614




      3881614






















          2 Answers
          2






          active

          oldest

          votes


















          31














          The problem seems to be with the User agent Chromium for Linux is using right now. It is using Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap Chromium/71.0.3578.80 Chrome/71.0.3578.80 Safari/537.36 which WhatsApp web is recognizing as an older User Agent which Chrome used before version 36. I have also observed that the problem is with Chromium for Linux only since on the other hand WhatsApp web seems to work perfectly under Chromium version 71.0.3578.80 on Windows which uses User agent as Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36.



          So, to run WhatsApp web again you need to change the User Agent. Do remember to clear all cookies and temporary data to get these working since temporary data might create problems. There are two ways to change user agent:



          1. Using Chromium Settings:




          • Open New Tab and press Ctrl+Shift+I to open Developer Tools


          • Click on Hamburger menu (vertical dots) and choose More tools - Network conditions



            Enable Network Conditions




          • Go to the Network conditions tab (should appear in bottom right), disable the option Select automatically and choose Chrome - Windows from drop-down menu.



            Select other UA



          • Note: You need to perform all things again once WhatsApp web is opened in new tab or Chromium is relaunched since Settings are applied only for that Tab and aren't remembered for a particular site.






          2. Using an extension:




          • Download and install User-Agent Switcher for Google Chrome

          • This extension also has very old User agents. So, we need to add a new custom User Agent.

          • Click on the extension in top bar and click on Options

          • Now change the group to Google Chrome and Click on New User agent


          • Give any name you like and as User-agent enter this Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36. Click on Save.



            Change UA using extension




          • Now, click on extension in top bar and change the UA to this newly created custom UA and if needed click on Remember last used UA on Startup



            Remember Choice



          • In this case UA is applied universally to all tabs.



          Once you're done with one of the above ways, open WhatsApp Web to login.






          share|improve this answer


























          • Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

            – Diego Betto
            Dec 19 '18 at 10:48













          • @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

            – Kulfy
            Dec 19 '18 at 10:53








          • 4





            this works for me only if i delete cookies for web.whatsapp.com first

            – mnagel
            Dec 30 '18 at 15:43











          • I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

            – Rodrigo
            Jan 3 at 19:33











          • @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

            – Kulfy
            Jan 4 at 10:48



















          0














          Installing a browser extension imho is a bit overkill.
          Instead, i've changed the chromium icon in gnome to run the browser with --user-agent option.




          • Close Chromium.


          • Customize .desktop:



          cp /var/lib/snapd/desktop/applications/chromium_chromium.desktop ~/.local/share/applications
          vim ~/.local/share/applications/chromium_chromium.desktop
          # search "/snap/bin/chromium %U",
          # replace with "/snap/bin/chromium --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' %U"




          • Then, reload Gnome:




            • Press Alt+F2

            • Enter restart and press Enter.








          share|improve this answer










          New contributor




          synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            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%2f1100645%2fwhatsapp-web-is-asking-to-update-chrome-while-using-chromium%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            31














            The problem seems to be with the User agent Chromium for Linux is using right now. It is using Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap Chromium/71.0.3578.80 Chrome/71.0.3578.80 Safari/537.36 which WhatsApp web is recognizing as an older User Agent which Chrome used before version 36. I have also observed that the problem is with Chromium for Linux only since on the other hand WhatsApp web seems to work perfectly under Chromium version 71.0.3578.80 on Windows which uses User agent as Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36.



            So, to run WhatsApp web again you need to change the User Agent. Do remember to clear all cookies and temporary data to get these working since temporary data might create problems. There are two ways to change user agent:



            1. Using Chromium Settings:




            • Open New Tab and press Ctrl+Shift+I to open Developer Tools


            • Click on Hamburger menu (vertical dots) and choose More tools - Network conditions



              Enable Network Conditions




            • Go to the Network conditions tab (should appear in bottom right), disable the option Select automatically and choose Chrome - Windows from drop-down menu.



              Select other UA



            • Note: You need to perform all things again once WhatsApp web is opened in new tab or Chromium is relaunched since Settings are applied only for that Tab and aren't remembered for a particular site.






            2. Using an extension:




            • Download and install User-Agent Switcher for Google Chrome

            • This extension also has very old User agents. So, we need to add a new custom User Agent.

            • Click on the extension in top bar and click on Options

            • Now change the group to Google Chrome and Click on New User agent


            • Give any name you like and as User-agent enter this Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36. Click on Save.



              Change UA using extension




            • Now, click on extension in top bar and change the UA to this newly created custom UA and if needed click on Remember last used UA on Startup



              Remember Choice



            • In this case UA is applied universally to all tabs.



            Once you're done with one of the above ways, open WhatsApp Web to login.






            share|improve this answer


























            • Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

              – Diego Betto
              Dec 19 '18 at 10:48













            • @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

              – Kulfy
              Dec 19 '18 at 10:53








            • 4





              this works for me only if i delete cookies for web.whatsapp.com first

              – mnagel
              Dec 30 '18 at 15:43











            • I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

              – Rodrigo
              Jan 3 at 19:33











            • @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

              – Kulfy
              Jan 4 at 10:48
















            31














            The problem seems to be with the User agent Chromium for Linux is using right now. It is using Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap Chromium/71.0.3578.80 Chrome/71.0.3578.80 Safari/537.36 which WhatsApp web is recognizing as an older User Agent which Chrome used before version 36. I have also observed that the problem is with Chromium for Linux only since on the other hand WhatsApp web seems to work perfectly under Chromium version 71.0.3578.80 on Windows which uses User agent as Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36.



            So, to run WhatsApp web again you need to change the User Agent. Do remember to clear all cookies and temporary data to get these working since temporary data might create problems. There are two ways to change user agent:



            1. Using Chromium Settings:




            • Open New Tab and press Ctrl+Shift+I to open Developer Tools


            • Click on Hamburger menu (vertical dots) and choose More tools - Network conditions



              Enable Network Conditions




            • Go to the Network conditions tab (should appear in bottom right), disable the option Select automatically and choose Chrome - Windows from drop-down menu.



              Select other UA



            • Note: You need to perform all things again once WhatsApp web is opened in new tab or Chromium is relaunched since Settings are applied only for that Tab and aren't remembered for a particular site.






            2. Using an extension:




            • Download and install User-Agent Switcher for Google Chrome

            • This extension also has very old User agents. So, we need to add a new custom User Agent.

            • Click on the extension in top bar and click on Options

            • Now change the group to Google Chrome and Click on New User agent


            • Give any name you like and as User-agent enter this Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36. Click on Save.



              Change UA using extension




            • Now, click on extension in top bar and change the UA to this newly created custom UA and if needed click on Remember last used UA on Startup



              Remember Choice



            • In this case UA is applied universally to all tabs.



            Once you're done with one of the above ways, open WhatsApp Web to login.






            share|improve this answer


























            • Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

              – Diego Betto
              Dec 19 '18 at 10:48













            • @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

              – Kulfy
              Dec 19 '18 at 10:53








            • 4





              this works for me only if i delete cookies for web.whatsapp.com first

              – mnagel
              Dec 30 '18 at 15:43











            • I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

              – Rodrigo
              Jan 3 at 19:33











            • @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

              – Kulfy
              Jan 4 at 10:48














            31












            31








            31







            The problem seems to be with the User agent Chromium for Linux is using right now. It is using Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap Chromium/71.0.3578.80 Chrome/71.0.3578.80 Safari/537.36 which WhatsApp web is recognizing as an older User Agent which Chrome used before version 36. I have also observed that the problem is with Chromium for Linux only since on the other hand WhatsApp web seems to work perfectly under Chromium version 71.0.3578.80 on Windows which uses User agent as Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36.



            So, to run WhatsApp web again you need to change the User Agent. Do remember to clear all cookies and temporary data to get these working since temporary data might create problems. There are two ways to change user agent:



            1. Using Chromium Settings:




            • Open New Tab and press Ctrl+Shift+I to open Developer Tools


            • Click on Hamburger menu (vertical dots) and choose More tools - Network conditions



              Enable Network Conditions




            • Go to the Network conditions tab (should appear in bottom right), disable the option Select automatically and choose Chrome - Windows from drop-down menu.



              Select other UA



            • Note: You need to perform all things again once WhatsApp web is opened in new tab or Chromium is relaunched since Settings are applied only for that Tab and aren't remembered for a particular site.






            2. Using an extension:




            • Download and install User-Agent Switcher for Google Chrome

            • This extension also has very old User agents. So, we need to add a new custom User Agent.

            • Click on the extension in top bar and click on Options

            • Now change the group to Google Chrome and Click on New User agent


            • Give any name you like and as User-agent enter this Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36. Click on Save.



              Change UA using extension




            • Now, click on extension in top bar and change the UA to this newly created custom UA and if needed click on Remember last used UA on Startup



              Remember Choice



            • In this case UA is applied universally to all tabs.



            Once you're done with one of the above ways, open WhatsApp Web to login.






            share|improve this answer















            The problem seems to be with the User agent Chromium for Linux is using right now. It is using Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap Chromium/71.0.3578.80 Chrome/71.0.3578.80 Safari/537.36 which WhatsApp web is recognizing as an older User Agent which Chrome used before version 36. I have also observed that the problem is with Chromium for Linux only since on the other hand WhatsApp web seems to work perfectly under Chromium version 71.0.3578.80 on Windows which uses User agent as Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36.



            So, to run WhatsApp web again you need to change the User Agent. Do remember to clear all cookies and temporary data to get these working since temporary data might create problems. There are two ways to change user agent:



            1. Using Chromium Settings:




            • Open New Tab and press Ctrl+Shift+I to open Developer Tools


            • Click on Hamburger menu (vertical dots) and choose More tools - Network conditions



              Enable Network Conditions




            • Go to the Network conditions tab (should appear in bottom right), disable the option Select automatically and choose Chrome - Windows from drop-down menu.



              Select other UA



            • Note: You need to perform all things again once WhatsApp web is opened in new tab or Chromium is relaunched since Settings are applied only for that Tab and aren't remembered for a particular site.






            2. Using an extension:




            • Download and install User-Agent Switcher for Google Chrome

            • This extension also has very old User agents. So, we need to add a new custom User Agent.

            • Click on the extension in top bar and click on Options

            • Now change the group to Google Chrome and Click on New User agent


            • Give any name you like and as User-agent enter this Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3641.0 Safari/537.36. Click on Save.



              Change UA using extension




            • Now, click on extension in top bar and change the UA to this newly created custom UA and if needed click on Remember last used UA on Startup



              Remember Choice



            • In this case UA is applied universally to all tabs.



            Once you're done with one of the above ways, open WhatsApp Web to login.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Dec 23 '18 at 12:35

























            answered Dec 16 '18 at 13:04









            KulfyKulfy

            4,42651542




            4,42651542













            • Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

              – Diego Betto
              Dec 19 '18 at 10:48













            • @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

              – Kulfy
              Dec 19 '18 at 10:53








            • 4





              this works for me only if i delete cookies for web.whatsapp.com first

              – mnagel
              Dec 30 '18 at 15:43











            • I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

              – Rodrigo
              Jan 3 at 19:33











            • @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

              – Kulfy
              Jan 4 at 10:48



















            • Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

              – Diego Betto
              Dec 19 '18 at 10:48













            • @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

              – Kulfy
              Dec 19 '18 at 10:53








            • 4





              this works for me only if i delete cookies for web.whatsapp.com first

              – mnagel
              Dec 30 '18 at 15:43











            • I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

              – Rodrigo
              Jan 3 at 19:33











            • @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

              – Kulfy
              Jan 4 at 10:48

















            Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

            – Diego Betto
            Dec 19 '18 at 10:48







            Change user agent string but avoid changing OS, keep linux based. It works and it avoids you problems with web apps that uses os detection

            – Diego Betto
            Dec 19 '18 at 10:48















            @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

            – Kulfy
            Dec 19 '18 at 10:53







            @DiegoBetto Chromium doesn't have any UA as Chrome - Ubuntu/Linux in-built. Also, I've used UA of Chromium for Windows for second approach. Since in this solution we are focused on a particular site so IMO it doesn't matter if we change OS if we know about the site.

            – Kulfy
            Dec 19 '18 at 10:53






            4




            4





            this works for me only if i delete cookies for web.whatsapp.com first

            – mnagel
            Dec 30 '18 at 15:43





            this works for me only if i delete cookies for web.whatsapp.com first

            – mnagel
            Dec 30 '18 at 15:43













            I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

            – Rodrigo
            Jan 3 at 19:33





            I tried many solutios, and the first one was the only that really works for me, THANKS!!! by the way, why does Chrome dev tools doesnt't show none of the linux browsers in options? evil guys

            – Rodrigo
            Jan 3 at 19:33













            @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

            – Kulfy
            Jan 4 at 10:48





            @Rodrigo Actually Spoofing user agent allows developers to check how their web apps will react to different browsers on different platforms. IMO Linux have very less market share (about 2% if we consider normal users) that's it doesn't have that. You can also observe that for mobile, we have UA built in for Android and iPhone only (no Windows, Symbian phones) because of their market share.

            – Kulfy
            Jan 4 at 10:48













            0














            Installing a browser extension imho is a bit overkill.
            Instead, i've changed the chromium icon in gnome to run the browser with --user-agent option.




            • Close Chromium.


            • Customize .desktop:



            cp /var/lib/snapd/desktop/applications/chromium_chromium.desktop ~/.local/share/applications
            vim ~/.local/share/applications/chromium_chromium.desktop
            # search "/snap/bin/chromium %U",
            # replace with "/snap/bin/chromium --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' %U"




            • Then, reload Gnome:




              • Press Alt+F2

              • Enter restart and press Enter.








            share|improve this answer










            New contributor




            synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              Installing a browser extension imho is a bit overkill.
              Instead, i've changed the chromium icon in gnome to run the browser with --user-agent option.




              • Close Chromium.


              • Customize .desktop:



              cp /var/lib/snapd/desktop/applications/chromium_chromium.desktop ~/.local/share/applications
              vim ~/.local/share/applications/chromium_chromium.desktop
              # search "/snap/bin/chromium %U",
              # replace with "/snap/bin/chromium --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' %U"




              • Then, reload Gnome:




                • Press Alt+F2

                • Enter restart and press Enter.








              share|improve this answer










              New contributor




              synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                Installing a browser extension imho is a bit overkill.
                Instead, i've changed the chromium icon in gnome to run the browser with --user-agent option.




                • Close Chromium.


                • Customize .desktop:



                cp /var/lib/snapd/desktop/applications/chromium_chromium.desktop ~/.local/share/applications
                vim ~/.local/share/applications/chromium_chromium.desktop
                # search "/snap/bin/chromium %U",
                # replace with "/snap/bin/chromium --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' %U"




                • Then, reload Gnome:




                  • Press Alt+F2

                  • Enter restart and press Enter.








                share|improve this answer










                New contributor




                synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                Installing a browser extension imho is a bit overkill.
                Instead, i've changed the chromium icon in gnome to run the browser with --user-agent option.




                • Close Chromium.


                • Customize .desktop:



                cp /var/lib/snapd/desktop/applications/chromium_chromium.desktop ~/.local/share/applications
                vim ~/.local/share/applications/chromium_chromium.desktop
                # search "/snap/bin/chromium %U",
                # replace with "/snap/bin/chromium --user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' %U"




                • Then, reload Gnome:




                  • Press Alt+F2

                  • Enter restart and press Enter.









                share|improve this answer










                New contributor




                synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer








                edited Jan 28 at 10:14





















                New contributor




                synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Jan 28 at 10:05









                synapsesynapse

                1012




                1012




                New contributor




                synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                synapse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    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%2f1100645%2fwhatsapp-web-is-asking-to-update-chrome-while-using-chromium%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

                    Human spaceflight

                    Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                    File:DeusFollowingSea.jpg