Update freezes after upgrade to Kubuntu 18.04











up vote
1
down vote

favorite












Yesterday I upgraded to new Ubuntu version (18.04.1), a few odd things were broken but they are sorted out now. Today I get a security update. I click on the button to accept it. The "discover" window opens and after a longish time displays 3 packages (note: the update button said there were 4), and then nothing... No asking for password, just sitting there, I can't even close the window.
screenshot










share|improve this question






















  • Ok I forced the upgrade using aptitude and searching for the packages directly. libgd3 was actually two packages so that explains the 3 vs 4 discrepancy. Then I 'sudo kill -9 "pid of plasma-discover"' to get rid of the frozen window. But I don't really want to do that everytime there is a security upgrade.
    – user611101
    Aug 27 at 21:00

















up vote
1
down vote

favorite












Yesterday I upgraded to new Ubuntu version (18.04.1), a few odd things were broken but they are sorted out now. Today I get a security update. I click on the button to accept it. The "discover" window opens and after a longish time displays 3 packages (note: the update button said there were 4), and then nothing... No asking for password, just sitting there, I can't even close the window.
screenshot










share|improve this question






















  • Ok I forced the upgrade using aptitude and searching for the packages directly. libgd3 was actually two packages so that explains the 3 vs 4 discrepancy. Then I 'sudo kill -9 "pid of plasma-discover"' to get rid of the frozen window. But I don't really want to do that everytime there is a security upgrade.
    – user611101
    Aug 27 at 21:00















up vote
1
down vote

favorite









up vote
1
down vote

favorite











Yesterday I upgraded to new Ubuntu version (18.04.1), a few odd things were broken but they are sorted out now. Today I get a security update. I click on the button to accept it. The "discover" window opens and after a longish time displays 3 packages (note: the update button said there were 4), and then nothing... No asking for password, just sitting there, I can't even close the window.
screenshot










share|improve this question













Yesterday I upgraded to new Ubuntu version (18.04.1), a few odd things were broken but they are sorted out now. Today I get a security update. I click on the button to accept it. The "discover" window opens and after a longish time displays 3 packages (note: the update button said there were 4), and then nothing... No asking for password, just sitting there, I can't even close the window.
screenshot







upgrade kubuntu






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 27 at 20:44









user611101

162




162












  • Ok I forced the upgrade using aptitude and searching for the packages directly. libgd3 was actually two packages so that explains the 3 vs 4 discrepancy. Then I 'sudo kill -9 "pid of plasma-discover"' to get rid of the frozen window. But I don't really want to do that everytime there is a security upgrade.
    – user611101
    Aug 27 at 21:00




















  • Ok I forced the upgrade using aptitude and searching for the packages directly. libgd3 was actually two packages so that explains the 3 vs 4 discrepancy. Then I 'sudo kill -9 "pid of plasma-discover"' to get rid of the frozen window. But I don't really want to do that everytime there is a security upgrade.
    – user611101
    Aug 27 at 21:00


















Ok I forced the upgrade using aptitude and searching for the packages directly. libgd3 was actually two packages so that explains the 3 vs 4 discrepancy. Then I 'sudo kill -9 "pid of plasma-discover"' to get rid of the frozen window. But I don't really want to do that everytime there is a security upgrade.
– user611101
Aug 27 at 21:00






Ok I forced the upgrade using aptitude and searching for the packages directly. libgd3 was actually two packages so that explains the 3 vs 4 discrepancy. Then I 'sudo kill -9 "pid of plasma-discover"' to get rid of the frozen window. But I don't really want to do that everytime there is a security upgrade.
– user611101
Aug 27 at 21:00












3 Answers
3






active

oldest

votes

















up vote
0
down vote













The upgrades I got today were:



Upgrade: libservlet3.1-java:amd64 (8.5.30-1ubuntu1.3, 8.5.30-1ubuntu1.4), 
intel-microcode:amd64 (3.20180425.1~ubuntu0.18.04.2, 3.20180807a.0ubuntu0.18.04.1),
libgd3:amd64 (2.2.5-4, 2.2.5-4ubuntu0.2)


Because the Discover route is still a work in progress and there are reports of difficulties, I prefer the terminal. I get my clue from the "update" icon that appears in my panel and then open a terminal for the safer, in my opinion, sudo apt-get update and sudo apt-get dist-upgrade.



Discover is fine for installing new software though even that is quicker from the command-line.






share|improve this answer























  • It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
    – user611101
    Aug 28 at 6:21


















up vote
0
down vote













Same problem here, in Kubuntu 18.04 Discover doesn't ask for password and it freezes, it happens in my computer but in my laptop everything runs smoothly.



The solution I've made is to use the Synaptic Package Manager to update or using the terminal if I'm working with it.






share|improve this answer




























    up vote
    0
    down vote













    There is a workaround for the password bug in Discover. In System Settings -> Window Management -> Window Behaviour -> Advanced unselect "Hide utility windows for inactive applications"



    Screenshot






    share|improve this answer










    New contributor




    syntacticmistake 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',
      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%2f1069540%2fupdate-freezes-after-upgrade-to-kubuntu-18-04%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








      up vote
      0
      down vote













      The upgrades I got today were:



      Upgrade: libservlet3.1-java:amd64 (8.5.30-1ubuntu1.3, 8.5.30-1ubuntu1.4), 
      intel-microcode:amd64 (3.20180425.1~ubuntu0.18.04.2, 3.20180807a.0ubuntu0.18.04.1),
      libgd3:amd64 (2.2.5-4, 2.2.5-4ubuntu0.2)


      Because the Discover route is still a work in progress and there are reports of difficulties, I prefer the terminal. I get my clue from the "update" icon that appears in my panel and then open a terminal for the safer, in my opinion, sudo apt-get update and sudo apt-get dist-upgrade.



      Discover is fine for installing new software though even that is quicker from the command-line.






      share|improve this answer























      • It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
        – user611101
        Aug 28 at 6:21















      up vote
      0
      down vote













      The upgrades I got today were:



      Upgrade: libservlet3.1-java:amd64 (8.5.30-1ubuntu1.3, 8.5.30-1ubuntu1.4), 
      intel-microcode:amd64 (3.20180425.1~ubuntu0.18.04.2, 3.20180807a.0ubuntu0.18.04.1),
      libgd3:amd64 (2.2.5-4, 2.2.5-4ubuntu0.2)


      Because the Discover route is still a work in progress and there are reports of difficulties, I prefer the terminal. I get my clue from the "update" icon that appears in my panel and then open a terminal for the safer, in my opinion, sudo apt-get update and sudo apt-get dist-upgrade.



      Discover is fine for installing new software though even that is quicker from the command-line.






      share|improve this answer























      • It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
        – user611101
        Aug 28 at 6:21













      up vote
      0
      down vote










      up vote
      0
      down vote









      The upgrades I got today were:



      Upgrade: libservlet3.1-java:amd64 (8.5.30-1ubuntu1.3, 8.5.30-1ubuntu1.4), 
      intel-microcode:amd64 (3.20180425.1~ubuntu0.18.04.2, 3.20180807a.0ubuntu0.18.04.1),
      libgd3:amd64 (2.2.5-4, 2.2.5-4ubuntu0.2)


      Because the Discover route is still a work in progress and there are reports of difficulties, I prefer the terminal. I get my clue from the "update" icon that appears in my panel and then open a terminal for the safer, in my opinion, sudo apt-get update and sudo apt-get dist-upgrade.



      Discover is fine for installing new software though even that is quicker from the command-line.






      share|improve this answer














      The upgrades I got today were:



      Upgrade: libservlet3.1-java:amd64 (8.5.30-1ubuntu1.3, 8.5.30-1ubuntu1.4), 
      intel-microcode:amd64 (3.20180425.1~ubuntu0.18.04.2, 3.20180807a.0ubuntu0.18.04.1),
      libgd3:amd64 (2.2.5-4, 2.2.5-4ubuntu0.2)


      Because the Discover route is still a work in progress and there are reports of difficulties, I prefer the terminal. I get my clue from the "update" icon that appears in my panel and then open a terminal for the safer, in my opinion, sudo apt-get update and sudo apt-get dist-upgrade.



      Discover is fine for installing new software though even that is quicker from the command-line.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Aug 28 at 8:31

























      answered Aug 28 at 1:02









      DK Bose

      12.3k123983




      12.3k123983












      • It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
        – user611101
        Aug 28 at 6:21


















      • It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
        – user611101
        Aug 28 at 6:21
















      It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
      – user611101
      Aug 28 at 6:21




      It used to work just fine on the previous distro, so it's a bit disappointing that it failed on the newer one. But now that I know I'll do it from the command line.
      – user611101
      Aug 28 at 6:21












      up vote
      0
      down vote













      Same problem here, in Kubuntu 18.04 Discover doesn't ask for password and it freezes, it happens in my computer but in my laptop everything runs smoothly.



      The solution I've made is to use the Synaptic Package Manager to update or using the terminal if I'm working with it.






      share|improve this answer

























        up vote
        0
        down vote













        Same problem here, in Kubuntu 18.04 Discover doesn't ask for password and it freezes, it happens in my computer but in my laptop everything runs smoothly.



        The solution I've made is to use the Synaptic Package Manager to update or using the terminal if I'm working with it.






        share|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          Same problem here, in Kubuntu 18.04 Discover doesn't ask for password and it freezes, it happens in my computer but in my laptop everything runs smoothly.



          The solution I've made is to use the Synaptic Package Manager to update or using the terminal if I'm working with it.






          share|improve this answer












          Same problem here, in Kubuntu 18.04 Discover doesn't ask for password and it freezes, it happens in my computer but in my laptop everything runs smoothly.



          The solution I've made is to use the Synaptic Package Manager to update or using the terminal if I'm working with it.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Oct 12 at 12:00









          Ragadast

          1




          1






















              up vote
              0
              down vote













              There is a workaround for the password bug in Discover. In System Settings -> Window Management -> Window Behaviour -> Advanced unselect "Hide utility windows for inactive applications"



              Screenshot






              share|improve this answer










              New contributor




              syntacticmistake 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













                There is a workaround for the password bug in Discover. In System Settings -> Window Management -> Window Behaviour -> Advanced unselect "Hide utility windows for inactive applications"



                Screenshot






                share|improve this answer










                New contributor




                syntacticmistake 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









                  There is a workaround for the password bug in Discover. In System Settings -> Window Management -> Window Behaviour -> Advanced unselect "Hide utility windows for inactive applications"



                  Screenshot






                  share|improve this answer










                  New contributor




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









                  There is a workaround for the password bug in Discover. In System Settings -> Window Management -> Window Behaviour -> Advanced unselect "Hide utility windows for inactive applications"



                  Screenshot







                  share|improve this answer










                  New contributor




                  syntacticmistake 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 Nov 24 at 6:04









                  pomsky

                  27.3k1184111




                  27.3k1184111






                  New contributor




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









                  answered Nov 24 at 2:53









                  syntacticmistake

                  1




                  1




                  New contributor




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





                  New contributor





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






                  syntacticmistake 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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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%2f1069540%2fupdate-freezes-after-upgrade-to-kubuntu-18-04%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕