"Quit to update" but app/program is not running?
Opened this issue · 2 comments
Is there an existing issue for this?
- I have searched the existing issues and found none matching what I'm reporting.
Bug Description
It happened many times that the app centre is showing Chromium is ready to update with the "Quit to update", however, Chromium is not running?
And, there is no way I can run the update otherwise?
Steps to reproduce the behavior
Using Ubuntu 24.04.2 LTS, having App Centre 1.0.0 and Chromium is currently at c.
The new Chromium, ready to update is at version 135.0.7049.114.
- Open app store and see the above attached screenshot.
Expected behavior
Chromium version 135.0.7049.84 (Official Build) snap (64-bit) is not running, therefore it should be possible to update it.
Ubuntu release
24.04 LTS
What architecture are you using?
amd64
System info
Ubuntu 24.04.2 LTS
App Centre 1.0.0
Chromium version 135.0.7049.114
Additional context
No response
I'm having the same exact issue with Visual Studio Code, "quit to update" except the app isn't open. I even manually went through the services and apps running in the background and found nothing related to VS Code. I did not install code via Snap, I installed it as a .deb which the app center then prompted the install, which may be related to the issue. For now, this worked:
ubuntu:~$ snap list | grep -i code
code 848b80ae 194 latest/stable vscode** classic
ubuntu:~$ sudo snap refresh code
error: cannot perform the following tasks:
- Fetch and check assertions for snap "code" (195) (cannot verify snap "code", no matching signatures found)
ubuntu:~$ sudo snap remove code
code removed
ubuntu:~$ sudo snap install code --classic
error: cannot perform the following tasks:
- Fetch and check assertions for snap "code" (195) (cannot verify snap "code", no matching signatures found)
ubuntu:~$ sudo snap download code
Fetching snap "code"
Fetching assertions for "code"
Install the snap with:
snap ack code_195.assert
snap install code_195.snap
ubuntu:~$ sudo snap ack code_195.assert
ubuntu:~$ sudo snap install ./code*.snap --classic
code 258e40fe from Visual Studio Code (vscode✓) installed
I had the same for Visual Studio Code in my Ubuntu 24 App Center (version 1.0.0?).
I could just run
sudo snap refresh code
And it updated VSC to the latest snap version (from revision 207 to 211).
