No App-Center notifications

Ubuntu Version: 24.04.3 LTS

Desktop Environment (if applicable): GNOME 46

App-Center Version: 1.0.0, snap-store 0+git.90575829

Problem Description:

Could someone please clarify how snaps are updated on Ubuntu-Gnome. I installed Ubuntu-Gnome at the beginning of August and my experience to date has been that on at least 2 occasions there are been snap updates available under the App-Center ‘manage’ tab that I didn’t know about until I opened the App-Center. I thought snaps updated in the background automatically or when ‘Software Updater’ is run which I do after every login. If user intervention is required for password entry for some snap updates, then desktop notifications would be really good to alert the user. This is potentially a security issue.
I’m running old hardware and understand this issue could be related to just my installation.
Relevant System Information:

Dell Inspiron 7559 (2016), NVIDIA GeForce GTX 960M 4GiB video RAM, 16 GiB RAM, 1TB SSD

Screenshots or Error Messages:

What I’ve Tried:

I’ve checked Setting/Apps/ App-Center; notifications are enabled.
I’ve checked Settings/Notifications - The App-Center is not listed??
I presume this could be the problem?


Welcome to Ubuntu Discourse :slight_smile:

I doubt hardware is the issue here but rather how updates are applied and when.

As a general point:

  • Software Updater (update-manager) only handles APT (.deb) packages and not snaps
  • Snap updates are managed entirely by snapd

I tend to only do updates via the terminal but there are a couple of things you can check manually in the terminal.

Check snap status (should show pending updates):
snap refresh --list

Force updates:
sudo snap refresh

The App Center showing updates does not mean they were “missed”, just that snapd has not applied them yet (or is waiting on a privileged update).

Hope this helps.

By default snapd checks for refreshable snaps 4 times per day, you can check with snap refresh --time when it will try the next time …

See snap help refresh for more details … and here is even more info if you want to set up your own refresh schedule (or turn off auto refreshing altogether)

1 Like

Were these applications that were running at the time?
(“Running” might include applications with no open windows…but still active. Like Discord and similar always-on applications)

Snapd won’t update an application that is running.

If an update is available to an running application, the user will receive an occasional reminder notification.

2 Likes

In my experience with Ubuntu Gnome, the Snap packages are being updated whenever Software Updater updates .deb packages. I see a notice “updating snaps” after the .deb package updates have finished. See the screenshot.

If I click on “manage” in App Center, it shows you when each snap package was updated last.