How can Discover simultaneously consider Snap updates be available and not available?

My Environment

    1. #!/usr/bin/env sh
      rpm -qi plasma-discover
      
    2. Name        : plasma-discover
      Version     : 6.5.5
      Release     : 1.fc43
      Architecture: x86_64
      Install Date: Thu 15 Jan 2026 14:45:23 GMT
      Size        : 2158581
      Signature   :
                    RSA/SHA256, Wed 14 Jan 2026 03:22:30 GMT, Key ID 829b606631645531
      Source RPM  : plasma-discover-6.5.5-1.fc43.src.rpm
      Build Date  : Tue 13 Jan 2026 23:34:14 GMT
      Build Host  : buildvm-x86-07.rdu3.fedoraproject.org
      Packager    : Fedora Project
      Vendor      : Fedora Project
      URL         : https://invent.kde.org/plasma/discover
      Bug URL     : https://bugz.fedoraproject.org/plasma-discover
      
    1. #!/usr/bin/env sh
      rpm -qi snapd
      
    2. Name        : snapd
      Version     : 2.72
      Release     : 1.fc43
      Architecture: x86_64
      Install Date: Thu 27 Nov 2025 01:13:20 GMT
      Size        : 61260352
      Signature   :
                    RSA/SHA256, Mon 17 Nov 2025 14:01:57 GMT, Key ID 829b606631645531
      Source RPM  : snapd-2.72-1.fc43.src.rpm
      Build Date  : Mon 17 Nov 2025 13:50:44 GMT
      Build Host  : buildvm-x86-23.rdu3.fedoraproject.org
      Packager    : Fedora Project
      Vendor      : Fedora Project
      URL         : https://github.com/snapcore/snapd
      Bug URL     : https://bugz.fedoraproject.org/snapd
      

What does snap show when you run it from the terminal?

1 Like

@dalto, now, plasma-discover and snap both show that it’s up-to-date:

    1. #!/usr/bin/env sh
      snap refresh --list
      
    2. All snaps up to date.

    1. #!/usr/bin/env sh
      snap info bw
      
    2. name:      bw
      store-url: https://snapcraft.io/bw
      commands:
        - bw
      snap-id:      n0XNnJXxSdYYHRYwtfYV2mBSkzH1Fbkn
      tracking:     latest/stable
      refresh-date: today at 19:14 GMT
      channels:
        latest/stable:    2026.1.0 2026-02-05 (93) 36MB -
        latest/candidate: ↑                             
        latest/beta:      ↑                             
        latest/edge:      ↑                             
      installed:          2026.1.0            (93) 36MB -
      

However, that update time perfectly coincides with this topic’s submission time, which means that I presume that plasma-discover’s update request was successful.

If anyone knows whether update logs are stored for Discover, that might assist.

1 Like