H.264 support for Opera and openSUSE

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











up vote
2
down vote

favorite
1












I am using openSUSE Leap 42.2 and Opera 46.0.2597.57.



Some videos on the internet (maybe the half on YouTube) do not work on Opera.
YouTube tells me that I cannot watch the video and suggests me visiting https://www.youtube.com/html5.
H.264 and MSE & H.264 are not supported by my browser as the page mentions, although Opera is listed as suported.



I did some research and installed the following packages (which were not the sollution):



  • chromium-ffmpeg-extra

  • chromium-ffmpeg-extra-debuginfo

  • chromium-ffmpegsumo

Maybe I need to mention that Firefox works pretty fine with YouTube and other videos that do not work on Opera.



Thanks a lot for your help.



PS:
If this issue is fixed with openSUSE Leap 42.3 this would be an option for me, but I still hadn't enough time for an update.










share|improve this question

























    up vote
    2
    down vote

    favorite
    1












    I am using openSUSE Leap 42.2 and Opera 46.0.2597.57.



    Some videos on the internet (maybe the half on YouTube) do not work on Opera.
    YouTube tells me that I cannot watch the video and suggests me visiting https://www.youtube.com/html5.
    H.264 and MSE & H.264 are not supported by my browser as the page mentions, although Opera is listed as suported.



    I did some research and installed the following packages (which were not the sollution):



    • chromium-ffmpeg-extra

    • chromium-ffmpeg-extra-debuginfo

    • chromium-ffmpegsumo

    Maybe I need to mention that Firefox works pretty fine with YouTube and other videos that do not work on Opera.



    Thanks a lot for your help.



    PS:
    If this issue is fixed with openSUSE Leap 42.3 this would be an option for me, but I still hadn't enough time for an update.










    share|improve this question























      up vote
      2
      down vote

      favorite
      1









      up vote
      2
      down vote

      favorite
      1






      1





      I am using openSUSE Leap 42.2 and Opera 46.0.2597.57.



      Some videos on the internet (maybe the half on YouTube) do not work on Opera.
      YouTube tells me that I cannot watch the video and suggests me visiting https://www.youtube.com/html5.
      H.264 and MSE & H.264 are not supported by my browser as the page mentions, although Opera is listed as suported.



      I did some research and installed the following packages (which were not the sollution):



      • chromium-ffmpeg-extra

      • chromium-ffmpeg-extra-debuginfo

      • chromium-ffmpegsumo

      Maybe I need to mention that Firefox works pretty fine with YouTube and other videos that do not work on Opera.



      Thanks a lot for your help.



      PS:
      If this issue is fixed with openSUSE Leap 42.3 this would be an option for me, but I still hadn't enough time for an update.










      share|improve this question













      I am using openSUSE Leap 42.2 and Opera 46.0.2597.57.



      Some videos on the internet (maybe the half on YouTube) do not work on Opera.
      YouTube tells me that I cannot watch the video and suggests me visiting https://www.youtube.com/html5.
      H.264 and MSE & H.264 are not supported by my browser as the page mentions, although Opera is listed as suported.



      I did some research and installed the following packages (which were not the sollution):



      • chromium-ffmpeg-extra

      • chromium-ffmpeg-extra-debuginfo

      • chromium-ffmpegsumo

      Maybe I need to mention that Firefox works pretty fine with YouTube and other videos that do not work on Opera.



      Thanks a lot for your help.



      PS:
      If this issue is fixed with openSUSE Leap 42.3 this would be an option for me, but I still hadn't enough time for an update.







      opensuse codec opera






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 4 '17 at 20:01









      Mique

      3617




      3617




















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          -1
          down vote



          accepted










          This unfortunately is a known problem in Opera spanning to OpenSuse 42.3. YouTube reports that H.264 and MSE & H.264 both are unsupported when accessed from that OS. This is using Opera 46.0.2597.26, not quite as fresh as yours, but newer OS.



          Looking around the web, there is reference to a Chromium codec patch. Uninstalling Chromium makes no difference on my setup, nor force reinstalling ffmpeg after uninstall of Chromium's extra codecs. For those not feint of heart, there is a manual-linking solution [1] involving libffmpeg.so, which seems to have success there (but must be redone each time Opera is updated). I have not tried the manual linking.



          [1] https://solus-project.com/forums/viewtopic.php?t=1004






          share|improve this answer




















          • More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
            – neverMind9
            Oct 23 at 19:35


















          up vote
          2
          down vote













          I had same issue on Fedora 27, so I followed the instructions provided in link by @doug0 and tried out libffmpeg prebuilt with proprietary codecs. Here is essentials:



          • go to https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

          • copy link to latest release (in my case 0.26.6)

          • close Opera browser


          • open terminal, and enter the following:



            $ curl -L -O https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.26.6/0.26.6-linux-x64.zip
            $ unzip 0.26.6-linux-x64.zip
            $ sudo mv libffmpeg.so /usr/lib64/libffmpeg_h264.so
            $ sudo mv /usr/lib64/opera/libffmpeg.so /usr/lib64/opera/libffmpeg.so.orig
            $ sudo ln -s /usr/lib64/libffmpeg_h264.so /usr/lib64/opera/libffmpeg.so


          • verify that Opera now supports H.264 at https://html5test.com






          share|improve this answer



























            up vote
            0
            down vote













            Another option is to install the snap version of Opera (https://snapcraft.io/opera) this worked for me






            share|improve this answer



























              up vote
              0
              down vote













              You can check your browser id at opera://about/ and download proper libffmpeg.so version from http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/.



              For example my browser id is "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.52" and I need libffmpeg.so from chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb .
              You should extract and replace (with backup) libffmpeg.so in your opera directory(in Debian /usr/lib/x86_64-linux-gnu/opera/ ) and restart opera.



              mkdir /tmp/libffmpeg
              cd /tmp/libffmpeg
              wget http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
              ar x chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
              tar xJvf data.tar.xz
              sudo cp -b ./usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/


              Verify H.264 support at https://www.youtube.com/html5





              share








              New contributor




              Mak 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: "106"
                ;
                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: false,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                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%2funix.stackexchange.com%2fquestions%2f384015%2fh-264-support-for-opera-and-opensuse%23new-answer', 'question_page');

                );

                Post as a guest






























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                -1
                down vote



                accepted










                This unfortunately is a known problem in Opera spanning to OpenSuse 42.3. YouTube reports that H.264 and MSE & H.264 both are unsupported when accessed from that OS. This is using Opera 46.0.2597.26, not quite as fresh as yours, but newer OS.



                Looking around the web, there is reference to a Chromium codec patch. Uninstalling Chromium makes no difference on my setup, nor force reinstalling ffmpeg after uninstall of Chromium's extra codecs. For those not feint of heart, there is a manual-linking solution [1] involving libffmpeg.so, which seems to have success there (but must be redone each time Opera is updated). I have not tried the manual linking.



                [1] https://solus-project.com/forums/viewtopic.php?t=1004






                share|improve this answer




















                • More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
                  – neverMind9
                  Oct 23 at 19:35















                up vote
                -1
                down vote



                accepted










                This unfortunately is a known problem in Opera spanning to OpenSuse 42.3. YouTube reports that H.264 and MSE & H.264 both are unsupported when accessed from that OS. This is using Opera 46.0.2597.26, not quite as fresh as yours, but newer OS.



                Looking around the web, there is reference to a Chromium codec patch. Uninstalling Chromium makes no difference on my setup, nor force reinstalling ffmpeg after uninstall of Chromium's extra codecs. For those not feint of heart, there is a manual-linking solution [1] involving libffmpeg.so, which seems to have success there (but must be redone each time Opera is updated). I have not tried the manual linking.



                [1] https://solus-project.com/forums/viewtopic.php?t=1004






                share|improve this answer




















                • More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
                  – neverMind9
                  Oct 23 at 19:35













                up vote
                -1
                down vote



                accepted







                up vote
                -1
                down vote



                accepted






                This unfortunately is a known problem in Opera spanning to OpenSuse 42.3. YouTube reports that H.264 and MSE & H.264 both are unsupported when accessed from that OS. This is using Opera 46.0.2597.26, not quite as fresh as yours, but newer OS.



                Looking around the web, there is reference to a Chromium codec patch. Uninstalling Chromium makes no difference on my setup, nor force reinstalling ffmpeg after uninstall of Chromium's extra codecs. For those not feint of heart, there is a manual-linking solution [1] involving libffmpeg.so, which seems to have success there (but must be redone each time Opera is updated). I have not tried the manual linking.



                [1] https://solus-project.com/forums/viewtopic.php?t=1004






                share|improve this answer












                This unfortunately is a known problem in Opera spanning to OpenSuse 42.3. YouTube reports that H.264 and MSE & H.264 both are unsupported when accessed from that OS. This is using Opera 46.0.2597.26, not quite as fresh as yours, but newer OS.



                Looking around the web, there is reference to a Chromium codec patch. Uninstalling Chromium makes no difference on my setup, nor force reinstalling ffmpeg after uninstall of Chromium's extra codecs. For those not feint of heart, there is a manual-linking solution [1] involving libffmpeg.so, which seems to have success there (but must be redone each time Opera is updated). I have not tried the manual linking.



                [1] https://solus-project.com/forums/viewtopic.php?t=1004







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 4 '17 at 22:09









                Doug0

                1044




                1044











                • More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
                  – neverMind9
                  Oct 23 at 19:35

















                • More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
                  – neverMind9
                  Oct 23 at 19:35
















                More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
                – neverMind9
                Oct 23 at 19:35





                More “unfortunately known problems”? No WPS and now this? Let's abandon Linux altogether. (not really, but I have enough of “unfortunately known problems”).
                – neverMind9
                Oct 23 at 19:35













                up vote
                2
                down vote













                I had same issue on Fedora 27, so I followed the instructions provided in link by @doug0 and tried out libffmpeg prebuilt with proprietary codecs. Here is essentials:



                • go to https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

                • copy link to latest release (in my case 0.26.6)

                • close Opera browser


                • open terminal, and enter the following:



                  $ curl -L -O https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.26.6/0.26.6-linux-x64.zip
                  $ unzip 0.26.6-linux-x64.zip
                  $ sudo mv libffmpeg.so /usr/lib64/libffmpeg_h264.so
                  $ sudo mv /usr/lib64/opera/libffmpeg.so /usr/lib64/opera/libffmpeg.so.orig
                  $ sudo ln -s /usr/lib64/libffmpeg_h264.so /usr/lib64/opera/libffmpeg.so


                • verify that Opera now supports H.264 at https://html5test.com






                share|improve this answer
























                  up vote
                  2
                  down vote













                  I had same issue on Fedora 27, so I followed the instructions provided in link by @doug0 and tried out libffmpeg prebuilt with proprietary codecs. Here is essentials:



                  • go to https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

                  • copy link to latest release (in my case 0.26.6)

                  • close Opera browser


                  • open terminal, and enter the following:



                    $ curl -L -O https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.26.6/0.26.6-linux-x64.zip
                    $ unzip 0.26.6-linux-x64.zip
                    $ sudo mv libffmpeg.so /usr/lib64/libffmpeg_h264.so
                    $ sudo mv /usr/lib64/opera/libffmpeg.so /usr/lib64/opera/libffmpeg.so.orig
                    $ sudo ln -s /usr/lib64/libffmpeg_h264.so /usr/lib64/opera/libffmpeg.so


                  • verify that Opera now supports H.264 at https://html5test.com






                  share|improve this answer






















                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    I had same issue on Fedora 27, so I followed the instructions provided in link by @doug0 and tried out libffmpeg prebuilt with proprietary codecs. Here is essentials:



                    • go to https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

                    • copy link to latest release (in my case 0.26.6)

                    • close Opera browser


                    • open terminal, and enter the following:



                      $ curl -L -O https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.26.6/0.26.6-linux-x64.zip
                      $ unzip 0.26.6-linux-x64.zip
                      $ sudo mv libffmpeg.so /usr/lib64/libffmpeg_h264.so
                      $ sudo mv /usr/lib64/opera/libffmpeg.so /usr/lib64/opera/libffmpeg.so.orig
                      $ sudo ln -s /usr/lib64/libffmpeg_h264.so /usr/lib64/opera/libffmpeg.so


                    • verify that Opera now supports H.264 at https://html5test.com






                    share|improve this answer












                    I had same issue on Fedora 27, so I followed the instructions provided in link by @doug0 and tried out libffmpeg prebuilt with proprietary codecs. Here is essentials:



                    • go to https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

                    • copy link to latest release (in my case 0.26.6)

                    • close Opera browser


                    • open terminal, and enter the following:



                      $ curl -L -O https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.26.6/0.26.6-linux-x64.zip
                      $ unzip 0.26.6-linux-x64.zip
                      $ sudo mv libffmpeg.so /usr/lib64/libffmpeg_h264.so
                      $ sudo mv /usr/lib64/opera/libffmpeg.so /usr/lib64/opera/libffmpeg.so.orig
                      $ sudo ln -s /usr/lib64/libffmpeg_h264.so /usr/lib64/opera/libffmpeg.so


                    • verify that Opera now supports H.264 at https://html5test.com







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 3 at 10:09









                    Bluesboy

                    213




                    213




















                        up vote
                        0
                        down vote













                        Another option is to install the snap version of Opera (https://snapcraft.io/opera) this worked for me






                        share|improve this answer
























                          up vote
                          0
                          down vote













                          Another option is to install the snap version of Opera (https://snapcraft.io/opera) this worked for me






                          share|improve this answer






















                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            Another option is to install the snap version of Opera (https://snapcraft.io/opera) this worked for me






                            share|improve this answer












                            Another option is to install the snap version of Opera (https://snapcraft.io/opera) this worked for me







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Aug 7 at 15:57









                            individuo7

                            1012




                            1012




















                                up vote
                                0
                                down vote













                                You can check your browser id at opera://about/ and download proper libffmpeg.so version from http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/.



                                For example my browser id is "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.52" and I need libffmpeg.so from chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb .
                                You should extract and replace (with backup) libffmpeg.so in your opera directory(in Debian /usr/lib/x86_64-linux-gnu/opera/ ) and restart opera.



                                mkdir /tmp/libffmpeg
                                cd /tmp/libffmpeg
                                wget http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                ar x chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                tar xJvf data.tar.xz
                                sudo cp -b ./usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/


                                Verify H.264 support at https://www.youtube.com/html5





                                share








                                New contributor




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





















                                  up vote
                                  0
                                  down vote













                                  You can check your browser id at opera://about/ and download proper libffmpeg.so version from http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/.



                                  For example my browser id is "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.52" and I need libffmpeg.so from chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb .
                                  You should extract and replace (with backup) libffmpeg.so in your opera directory(in Debian /usr/lib/x86_64-linux-gnu/opera/ ) and restart opera.



                                  mkdir /tmp/libffmpeg
                                  cd /tmp/libffmpeg
                                  wget http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                  ar x chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                  tar xJvf data.tar.xz
                                  sudo cp -b ./usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/


                                  Verify H.264 support at https://www.youtube.com/html5





                                  share








                                  New contributor




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



















                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    You can check your browser id at opera://about/ and download proper libffmpeg.so version from http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/.



                                    For example my browser id is "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.52" and I need libffmpeg.so from chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb .
                                    You should extract and replace (with backup) libffmpeg.so in your opera directory(in Debian /usr/lib/x86_64-linux-gnu/opera/ ) and restart opera.



                                    mkdir /tmp/libffmpeg
                                    cd /tmp/libffmpeg
                                    wget http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                    ar x chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                    tar xJvf data.tar.xz
                                    sudo cp -b ./usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/


                                    Verify H.264 support at https://www.youtube.com/html5





                                    share








                                    New contributor




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









                                    You can check your browser id at opera://about/ and download proper libffmpeg.so version from http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/.



                                    For example my browser id is "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.52" and I need libffmpeg.so from chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb .
                                    You should extract and replace (with backup) libffmpeg.so in your opera directory(in Debian /usr/lib/x86_64-linux-gnu/opera/ ) and restart opera.



                                    mkdir /tmp/libffmpeg
                                    cd /tmp/libffmpeg
                                    wget http://ppa.launchpad.net/saiarcot895/chromium-beta/ubuntu/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                    ar x chromium-codecs-ffmpeg-extra_69.0.3497.72-0ubuntu1~ppa1~16.04.1_amd64.deb
                                    tar xJvf data.tar.xz
                                    sudo cp -b ./usr/lib/chromium-browser/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera/


                                    Verify H.264 support at https://www.youtube.com/html5






                                    share








                                    New contributor




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








                                    share


                                    share






                                    New contributor




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









                                    answered 6 mins ago









                                    Mak

                                    1




                                    1




                                    New contributor




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





                                    New contributor





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






                                    Mak 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















































                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f384015%2fh-264-support-for-opera-and-opensuse%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        Popular posts from this blog

                                        How to check contact read email or not when send email to Individual?

                                        Bahrain

                                        Postfix configuration issue with fips on centos 7; mailgun relay