-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox and Thunderbird - Not updating via snap store! #1891
Comments
When trying to fix this with $sudo snap refresh This is the result: error: cannot perform the following tasks:
ln: failed to create symbolic link '/var/snap/firefox/common/snap-hunspell/et_EE.dic' -> '': No such file or directory
ln: failed to create symbolic link '/var/snap/thunderbird/common/snap-hunspell/et_EE.dic' -> '': No such file or directory Anyone else have this, trying to update Thunderbird Mail and Firefox Browser via Snap in latest version of Ubuntu? |
Also, my current version of firefox: 134.0.1 (64-bit) and Thunderbird: 128.6.0esr (64-bit) - Perhaps this is important to this bug as well... |
I'm seeing the exact same thing (with de_DE dictionaries). |
I see the same with es dictionaries. My actual language is English (it's probably en_US for firefox) and I'm not sure why it would be installing what I assume is Spanish dictionaries. Ubuntu 22.04. |
Did the latest Ubuntu updates, then repeated: $sudo snap refresh This was the response:
update.go:85: cannot change mount namespace according to change mount (/var/lib/snapd/hostfs/usr/local/share/doc /usr/local/share/doc none bind,ro 0 0): cannot open directory "/usr/local/share": permission denied
ln: failed to create symbolic link '/var/snap/thunderbird/common/snap-hunspell/et_EE.dic' -> '': No such file or directory |
Thanks for the report, so that's weird. The error is
the
unsure how we can have ${dic_file}) = Could someone having the issue provide the output of
and
(or thunderbird->firefox if you have the issue with firefox)? Also that issue is with firefox/thunderbird and not app-center so I will move it to a new report once we understand the problem better but it's better to reach to users here since there is a few active contributors already on the ticket |
As with others, my language is |
Oh interesting, the |
Hum, could someone having the issue try to $ snap run --shell thunderbird and attach the log to the report? |
@seb128: My output to the second command is as follows: Click to expand
Thx to dear-github/dear-github#166 (comment) for teaching me how to use collapsible code blocks. Also I noticed that all the files in |
Thanks, and you are getting the same The debug run of the script suggests that it's trying to do the right thing (the permission denied errors wouldn't not happen when snapd runs the script)
I guess that's probably because the post-refresh hook managed to create part of those on the new revision before hitting the error and rolling back |
I did sudo rm /usr/share/hunspell/et_EE.dic and sudo rm /usr/share/hunspell/et_EE.aff and sudo snap refresh --list and got All snap-packages are updated. It seems all works again. The update of firefox has been an issue for a long time. |
Is there an existing issue for this?
Bug Description
If you click on the update button in the snap store, both Firefox and Thunderbird will not update. The wheel spins and then stops like all other apps, but when you close snap and re-open, the update shows up again. Does not update. - Please comment how to manually override this, without getting this error message:
sudo snap refresh:
error: cannot perform the following tasks:
ln: failed to create symbolic link '/var/snap/thunderbird/common/snap-hunspell/et_EE.dic' -> '': No such file or directory
ln: failed to create symbolic link '/var/snap/thunderbird/common/snap-hunspell/et_EE.aff' -> '': No such file or directory
-----)
Steps to reproduce the behavior
ln: failed to create symbolic link '/var/snap/thunderbird/common/snap-hunspell/et_EE.dic' -> '': No such file or directory
ln: failed to create symbolic link '/var/snap/thunderbird/common/snap-hunspell/et_EE.aff' -> '': No such file or directory
-----)
Expected behavior
No response
Ubuntu release
24.04 LTS
What architecture are you using?
None
System info
Linux 6.8.0-51-generic / Dell Inc. Latitude 7200 2-in-1 / Wayland / 1.32.0
Additional context
No response
The text was updated successfully, but these errors were encountered: