Cairo-Dock weather applet not workingHow to download, modify, build and install a Debian source package?What happened to the classic calendar applet?Indicator-Weather hangs when trying to change LocationAdd custom location in weather appletCairo Dock can not update!Cairo-dock removal problemxfce panel weather applet has wrong/missing dataHow to clear Weather location on Ubuntu 18.04 (GNOME)The pixel saver applet for Budgie is not working. What might I be doing wrong?

How can I create a zip archive without a file extension using the "zip" command?

Should we stop differentiating between ln and log?

Was Jumanji intended to be a co-op game?

Which font's digits resemble Nixie tube digits?

Why didn't classical music use drums?

In Excel, is there a shortcut to hide a wide range of columns without mouse-dragging?

Java OOP Temperature Converter

Is it possible to conserve the total kinetic energy of a system, but not its momentum?

Should I sign a NDA that holds me liable for legal fees even if I am in the right?

Can I rescind my offer of working on weekends after last day?

Can a Rod of Absorption Absorb a spell that was Twinned?

Implementation gap in logistics

What does it mean to play "positionally", and how do you train that?

How to create a n way cartesian product of type lists in C++?

How to Handle Competitive and Blame Culture Within Team

Is the number of federal judges appointed by Trump unusual?

Importing a Google Sheet including blank cells (default is ragged array)

Why is the OS obfuscation defense against "It's a Unix system!" not widely implemented?

How are the Van der Waals constants a and b related to each other?

What makes ValueTuple covariant?

Can every manifold be turned into a Lie group?

SQL Server Truncates Transaction Logs with Copy Only Backups

Warning with deprecated style option

Limit number of matches of find command



Cairo-Dock weather applet not working


How to download, modify, build and install a Debian source package?What happened to the classic calendar applet?Indicator-Weather hangs when trying to change LocationAdd custom location in weather appletCairo Dock can not update!Cairo-dock removal problemxfce panel weather applet has wrong/missing dataHow to clear Weather location on Ubuntu 18.04 (GNOME)The pixel saver applet for Budgie is not working. What might I be doing wrong?






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









4


















I have searched high and low for the config file to change the server for the weather applet. Anyone have the file location? A system search yielded no results. The applet stopped working for me and my roomate several days ago.










share|improve this question

























  • switch to another weather service in preferences>weather services

    – Frank Schrijver
    May 19 '16 at 12:13











  • I could not find any such preferences, Frank. Is it possible that your reply relates to a different weather applet like "my weather indicator" or something similar?

    – UBod
    May 20 '16 at 6:46


















4


















I have searched high and low for the config file to change the server for the weather applet. Anyone have the file location? A system search yielded no results. The applet stopped working for me and my roomate several days ago.










share|improve this question

























  • switch to another weather service in preferences>weather services

    – Frank Schrijver
    May 19 '16 at 12:13











  • I could not find any such preferences, Frank. Is it possible that your reply relates to a different weather applet like "my weather indicator" or something similar?

    – UBod
    May 20 '16 at 6:46














4













4









4








I have searched high and low for the config file to change the server for the weather applet. Anyone have the file location? A system search yielded no results. The applet stopped working for me and my roomate several days ago.










share|improve this question














I have searched high and low for the config file to change the server for the weather applet. Anyone have the file location? A system search yielded no results. The applet stopped working for me and my roomate several days ago.







applet cairo-dock weather






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 18 '16 at 23:25









UbulindyUbulindy

411 silver badge3 bronze badges




411 silver badge3 bronze badges















  • switch to another weather service in preferences>weather services

    – Frank Schrijver
    May 19 '16 at 12:13











  • I could not find any such preferences, Frank. Is it possible that your reply relates to a different weather applet like "my weather indicator" or something similar?

    – UBod
    May 20 '16 at 6:46


















  • switch to another weather service in preferences>weather services

    – Frank Schrijver
    May 19 '16 at 12:13











  • I could not find any such preferences, Frank. Is it possible that your reply relates to a different weather applet like "my weather indicator" or something similar?

    – UBod
    May 20 '16 at 6:46

















switch to another weather service in preferences>weather services

– Frank Schrijver
May 19 '16 at 12:13





switch to another weather service in preferences>weather services

– Frank Schrijver
May 19 '16 at 12:13













I could not find any such preferences, Frank. Is it possible that your reply relates to a different weather applet like "my weather indicator" or something similar?

– UBod
May 20 '16 at 6:46






I could not find any such preferences, Frank. Is it possible that your reply relates to a different weather applet like "my weather indicator" or something similar?

– UBod
May 20 '16 at 6:46











3 Answers
3






active

oldest

votes


















0



















Here is a solution (get the file and replace original):




https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



I am using Mint 17.3 (64 bit) w/Mate DE and Linux Kernel 3.19.0.22 and
Cairo-Dock 3.4.0 and the file worked perfectly for me! Thanks for the fix!
I just copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so, and now see my screenshot: https://personal.filesanywhere.com/FS/M.aspx?v=8a6b688d5d65aeba6fa4







share|improve this answer



























  • Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

    – Karl Richter
    May 26 '16 at 18:29











  • I used your fix as described above... it did not work for me.

    – Ubulindy
    May 28 '16 at 16:18


















0



















I had the same problem, and we are not alone: http://www.glx-dock.org/bg_topic.php?t=8945



The update to libcd-weather.so as suggested in Garry Garrison's answer (the link to the binary is also mentioned on http://www.glx-dock.org/bg_topic.php?t=8945) did not work for me. Anyway, I tried to fix it myself and I was successful. What I did was the following (on Ubuntu 16.04LTS with cairo-dock 3.4.1):



  1. I downloaded the package source using apt-get source cairo-dock-plug-ins

  2. In the files cairo-dock-plug-ins-3.4.1/weather/src/applet-config.c and cairo-dock-plug-ins-3.4.1/weather/src/applet-read-data.c, I changed the URLs http://xml.weather.com to http://wxdata.weather.com/wxdata.

  3. Then I followed the instructions presented in How to download, modify, build and install a Debian source package? in the "Classic" section of the first answer (first rebuild, then install).

After a restart of cairo-dock, the weather plug-in worked normally again. This is basically what is suggested as the necessary patch on http://www.glx-dock.org/bg_topic.php?t=8945, however, with some more details on how to actually perform this patch.






share|improve this answer


































    -1



















    I fixed weather plug-in on Kubuntu 14.04!!!



    -remove all cairo-dock from Synaptic, and install cairo-dock-



    sudo add-apt-repository ppa:cairo-dock-team/ppa



    sudo apt-get update



    sudo apt-get install cairo-dock cairo-dock-plug-ins



    Then from https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



    i copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so



    And Cairo-Dock weather applet working!!!





    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/4.0/"u003ecc by-sa 4.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%2f774438%2fcairo-dock-weather-applet-not-working%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown


























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0



















      Here is a solution (get the file and replace original):




      https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



      I am using Mint 17.3 (64 bit) w/Mate DE and Linux Kernel 3.19.0.22 and
      Cairo-Dock 3.4.0 and the file worked perfectly for me! Thanks for the fix!
      I just copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so, and now see my screenshot: https://personal.filesanywhere.com/FS/M.aspx?v=8a6b688d5d65aeba6fa4







      share|improve this answer



























      • Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

        – Karl Richter
        May 26 '16 at 18:29











      • I used your fix as described above... it did not work for me.

        – Ubulindy
        May 28 '16 at 16:18















      0



















      Here is a solution (get the file and replace original):




      https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



      I am using Mint 17.3 (64 bit) w/Mate DE and Linux Kernel 3.19.0.22 and
      Cairo-Dock 3.4.0 and the file worked perfectly for me! Thanks for the fix!
      I just copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so, and now see my screenshot: https://personal.filesanywhere.com/FS/M.aspx?v=8a6b688d5d65aeba6fa4







      share|improve this answer



























      • Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

        – Karl Richter
        May 26 '16 at 18:29











      • I used your fix as described above... it did not work for me.

        – Ubulindy
        May 28 '16 at 16:18













      0















      0











      0









      Here is a solution (get the file and replace original):




      https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



      I am using Mint 17.3 (64 bit) w/Mate DE and Linux Kernel 3.19.0.22 and
      Cairo-Dock 3.4.0 and the file worked perfectly for me! Thanks for the fix!
      I just copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so, and now see my screenshot: https://personal.filesanywhere.com/FS/M.aspx?v=8a6b688d5d65aeba6fa4







      share|improve this answer
















      Here is a solution (get the file and replace original):




      https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



      I am using Mint 17.3 (64 bit) w/Mate DE and Linux Kernel 3.19.0.22 and
      Cairo-Dock 3.4.0 and the file worked perfectly for me! Thanks for the fix!
      I just copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so, and now see my screenshot: https://personal.filesanywhere.com/FS/M.aspx?v=8a6b688d5d65aeba6fa4








      share|improve this answer















      share|improve this answer




      share|improve this answer








      edited May 27 '16 at 1:02









      Karl Richter

      4,04810 gold badges44 silver badges77 bronze badges




      4,04810 gold badges44 silver badges77 bronze badges










      answered May 24 '16 at 14:08









      Garry GarrisonGarry Garrison

      11 bronze badge




      11 bronze badge















      • Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

        – Karl Richter
        May 26 '16 at 18:29











      • I used your fix as described above... it did not work for me.

        – Ubulindy
        May 28 '16 at 16:18

















      • Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

        – Karl Richter
        May 26 '16 at 18:29











      • I used your fix as described above... it did not work for me.

        – Ubulindy
        May 28 '16 at 16:18
















      Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

      – Karl Richter
      May 26 '16 at 18:29





      Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

      – Karl Richter
      May 26 '16 at 18:29













      I used your fix as described above... it did not work for me.

      – Ubulindy
      May 28 '16 at 16:18





      I used your fix as described above... it did not work for me.

      – Ubulindy
      May 28 '16 at 16:18













      0



















      I had the same problem, and we are not alone: http://www.glx-dock.org/bg_topic.php?t=8945



      The update to libcd-weather.so as suggested in Garry Garrison's answer (the link to the binary is also mentioned on http://www.glx-dock.org/bg_topic.php?t=8945) did not work for me. Anyway, I tried to fix it myself and I was successful. What I did was the following (on Ubuntu 16.04LTS with cairo-dock 3.4.1):



      1. I downloaded the package source using apt-get source cairo-dock-plug-ins

      2. In the files cairo-dock-plug-ins-3.4.1/weather/src/applet-config.c and cairo-dock-plug-ins-3.4.1/weather/src/applet-read-data.c, I changed the URLs http://xml.weather.com to http://wxdata.weather.com/wxdata.

      3. Then I followed the instructions presented in How to download, modify, build and install a Debian source package? in the "Classic" section of the first answer (first rebuild, then install).

      After a restart of cairo-dock, the weather plug-in worked normally again. This is basically what is suggested as the necessary patch on http://www.glx-dock.org/bg_topic.php?t=8945, however, with some more details on how to actually perform this patch.






      share|improve this answer































        0



















        I had the same problem, and we are not alone: http://www.glx-dock.org/bg_topic.php?t=8945



        The update to libcd-weather.so as suggested in Garry Garrison's answer (the link to the binary is also mentioned on http://www.glx-dock.org/bg_topic.php?t=8945) did not work for me. Anyway, I tried to fix it myself and I was successful. What I did was the following (on Ubuntu 16.04LTS with cairo-dock 3.4.1):



        1. I downloaded the package source using apt-get source cairo-dock-plug-ins

        2. In the files cairo-dock-plug-ins-3.4.1/weather/src/applet-config.c and cairo-dock-plug-ins-3.4.1/weather/src/applet-read-data.c, I changed the URLs http://xml.weather.com to http://wxdata.weather.com/wxdata.

        3. Then I followed the instructions presented in How to download, modify, build and install a Debian source package? in the "Classic" section of the first answer (first rebuild, then install).

        After a restart of cairo-dock, the weather plug-in worked normally again. This is basically what is suggested as the necessary patch on http://www.glx-dock.org/bg_topic.php?t=8945, however, with some more details on how to actually perform this patch.






        share|improve this answer





























          0















          0











          0









          I had the same problem, and we are not alone: http://www.glx-dock.org/bg_topic.php?t=8945



          The update to libcd-weather.so as suggested in Garry Garrison's answer (the link to the binary is also mentioned on http://www.glx-dock.org/bg_topic.php?t=8945) did not work for me. Anyway, I tried to fix it myself and I was successful. What I did was the following (on Ubuntu 16.04LTS with cairo-dock 3.4.1):



          1. I downloaded the package source using apt-get source cairo-dock-plug-ins

          2. In the files cairo-dock-plug-ins-3.4.1/weather/src/applet-config.c and cairo-dock-plug-ins-3.4.1/weather/src/applet-read-data.c, I changed the URLs http://xml.weather.com to http://wxdata.weather.com/wxdata.

          3. Then I followed the instructions presented in How to download, modify, build and install a Debian source package? in the "Classic" section of the first answer (first rebuild, then install).

          After a restart of cairo-dock, the weather plug-in worked normally again. This is basically what is suggested as the necessary patch on http://www.glx-dock.org/bg_topic.php?t=8945, however, with some more details on how to actually perform this patch.






          share|improve this answer
















          I had the same problem, and we are not alone: http://www.glx-dock.org/bg_topic.php?t=8945



          The update to libcd-weather.so as suggested in Garry Garrison's answer (the link to the binary is also mentioned on http://www.glx-dock.org/bg_topic.php?t=8945) did not work for me. Anyway, I tried to fix it myself and I was successful. What I did was the following (on Ubuntu 16.04LTS with cairo-dock 3.4.1):



          1. I downloaded the package source using apt-get source cairo-dock-plug-ins

          2. In the files cairo-dock-plug-ins-3.4.1/weather/src/applet-config.c and cairo-dock-plug-ins-3.4.1/weather/src/applet-read-data.c, I changed the URLs http://xml.weather.com to http://wxdata.weather.com/wxdata.

          3. Then I followed the instructions presented in How to download, modify, build and install a Debian source package? in the "Classic" section of the first answer (first rebuild, then install).

          After a restart of cairo-dock, the weather plug-in worked normally again. This is basically what is suggested as the necessary patch on http://www.glx-dock.org/bg_topic.php?t=8945, however, with some more details on how to actually perform this patch.







          share|improve this answer















          share|improve this answer




          share|improve this answer








          edited Apr 13 '17 at 12:23









          Community

          1




          1










          answered May 31 '16 at 15:07









          UBodUBod

          1831 silver badge6 bronze badges




          1831 silver badge6 bronze badges
























              -1



















              I fixed weather plug-in on Kubuntu 14.04!!!



              -remove all cairo-dock from Synaptic, and install cairo-dock-



              sudo add-apt-repository ppa:cairo-dock-team/ppa



              sudo apt-get update



              sudo apt-get install cairo-dock cairo-dock-plug-ins



              Then from https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



              i copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so



              And Cairo-Dock weather applet working!!!





              share|improve this answer





























                -1



















                I fixed weather plug-in on Kubuntu 14.04!!!



                -remove all cairo-dock from Synaptic, and install cairo-dock-



                sudo add-apt-repository ppa:cairo-dock-team/ppa



                sudo apt-get update



                sudo apt-get install cairo-dock cairo-dock-plug-ins



                Then from https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



                i copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so



                And Cairo-Dock weather applet working!!!





                share|improve this answer



























                  -1















                  -1











                  -1









                  I fixed weather plug-in on Kubuntu 14.04!!!



                  -remove all cairo-dock from Synaptic, and install cairo-dock-



                  sudo add-apt-repository ppa:cairo-dock-team/ppa



                  sudo apt-get update



                  sudo apt-get install cairo-dock cairo-dock-plug-ins



                  Then from https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



                  i copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so



                  And Cairo-Dock weather applet working!!!





                  share|improve this answer














                  I fixed weather plug-in on Kubuntu 14.04!!!



                  -remove all cairo-dock from Synaptic, and install cairo-dock-



                  sudo add-apt-repository ppa:cairo-dock-team/ppa



                  sudo apt-get update



                  sudo apt-get install cairo-dock cairo-dock-plug-ins



                  Then from https://drive.google.com/open?id=0B-XSYP5W-8Wea2NWTGJtSkxybEk



                  i copied the file as root in /usr/lib/x86_64-linux-gnu/cairo-dock/libcd-weather.so



                  And Cairo-Dock weather applet working!!!






                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Jun 2 '16 at 20:52









                  RadoslavRadoslav

                  1




                  1































                      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%2f774438%2fcairo-dock-weather-applet-not-working%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

                      Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

                      How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

                      Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü