Announcement

Collapse
No announcement yet.

Update icon but 0 updates

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [DESKTOP] Update icon but 0 updates

    The update icon shows on the tray, but clicking on it Shows no updates in discover. I just ran an update a few minutes ago.
    Last edited by Snowhog; Jul 04, 2018, 01:11 PM. Reason: Typo in title but can't edit
    Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

    http://www.kubuntu.org/getkubuntu

    #2
    In the terminal do:
    Code:
    sudo apt update | sudo apt upgrade
    It will give you a better indication of any updates available
    systemd is not for me. I am a retro Nintendo gamer. consoles I play on are, SNES; N64; GameCube and WII.
    Host: mx Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: Trinity R14.0.8 tk: Qt 3.5.0 info: kicker wm: Twin 3.0 base: Debian GNU/Linux 10

    Comment


      #3
      The point being made, I think, is that the update icon shouldn't appear if there aren't updates available. If one updates via the terminal, the icon sticks around.
      Kubuntu 20.04

      Comment


        #4
        Originally posted by chimak111 View Post
        The point being made, I think, is that the update icon shouldn't appear if there aren't updates available. If one updates via the terminal, the icon sticks around.
        Is that something new? That's not how it works on my system. Regardless of how I update the update icon goes away.
        If you think Education is expensive, try ignorance.

        The difference between genius and stupidity is genius has limits.

        Comment


          #5
          Originally posted by SpecialEd View Post
          Is that something new? That's not how it works on my system. Regardless of how I update the update icon goes away.
          Now that I think about, I have seen other posts where people report that the icon sticks around after updating.
          Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

          http://www.kubuntu.org/getkubuntu

          Comment


            #6
            As you can see the icon shows an update but discover can't find any.

            Click image for larger version

Name:	Screenshot_20180704_014025.jpg
Views:	1
Size:	24.8 KB
ID:	643914
            Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

            http://www.kubuntu.org/getkubuntu

            Comment


              #7
              Originally posted by NickStone View Post
              In the terminal do:
              Code:
              sudo apt update | sudo apt upgrade
              That doesn't look sensible. Don't you mean
              Code:
              sudo apt update && sudo apt upgrade
              Piping the output of apt update into apt upgrade might well work, I suppose, because apt will ignore it, but more by accident than by purpose.

              As well, I prefer apt full-upgrade to apt upgrade; some upgrades supposedly don't work with just upgrade, but since I haven't done just upgrade for a decade I wouldn't know.
              Regards, John Little

              Comment


                #8
                Originally posted by jlittle View Post
                That doesn't look sensible. Don't you mean
                Code:
                sudo apt update && sudo apt upgrade
                Piping the output of apt update into apt upgrade might well work, I suppose, because apt will ignore it, but more by accident than by purpose.

                As well, I prefer apt full-upgrade to apt upgrade; some upgrades supposedly don't work with just upgrade, but since I haven't done just upgrade for a decade I wouldn't know.
                Do you really need the second sudo command since you are executing two commands at the same line with?

                This doesn't solve the problem it's just a workaround. The Ubuntu devs need to get out the bug spray.
                Last edited by steve7233; Jul 04, 2018, 04:10 AM. Reason: keyboard failur caused a letter not t6o be typed.
                Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

                http://www.kubuntu.org/getkubuntu

                Comment


                  #9
                  Truly I can report the same has occurred here many, many times. For me, a reboot usually resolves that but I don't really think that should be necessary.

                  Comment


                    #10
                    I have always had these issues in 14.04. I ignore the issue (ignore the update icon). Or, I open Muon, Check for Updates, then either take those updates or close Muon and see what happens with the update icon. I ignore this issue and/or play with it. Either way, it resolves itself "soon." This issue only happens rarely, and only intermittently. For some unknown reasons.
                    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

                    Comment


                      #11
                      Originally posted by steve7233 View Post
                      Do you really need the second sudo command since you are executing two commands at the same line with?
                      Yes you do need the second "sudo". They are two separate commands, even if they are run consecutively from the same line.

                      Comment


                        #12
                        The only time I have had that problem is when there are security updates. Apparently the update notifier doesn't realize that the red-dot security updates were done, and puts a blue-dot icon in the task bar. A reboot gets rid of it.

                        Comment


                          #13
                          Originally posted by jlittle View Post
                          That doesn't look sensible. Don't you mean
                          Code:
                          sudo apt update && sudo apt upgrade
                          Piping the output of apt update into apt upgrade might well work, I suppose, because apt will ignore it, but more by accident than by purpose.

                          As well, I prefer apt full-upgrade to apt upgrade; some upgrades supposedly don't work with just upgrade, but since I haven't done just upgrade for a decade I wouldn't know.
                          Yes your right, I couldn't remember the syntax
                          systemd is not for me. I am a retro Nintendo gamer. consoles I play on are, SNES; N64; GameCube and WII.
                          Host: mx Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: Trinity R14.0.8 tk: Qt 3.5.0 info: kicker wm: Twin 3.0 base: Debian GNU/Linux 10

                          Comment

                          Working...
                          X