Skip to content

Ferdium Incorrecly reports as out of date #2112

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

Closed
2 tasks done
Danura30082 opened this issue Apr 15, 2025 · 1 comment · Fixed by #2126
Closed
2 tasks done

Ferdium Incorrecly reports as out of date #2112

Danura30082 opened this issue Apr 15, 2025 · 1 comment · Fixed by #2126
Labels
bug 🪲 Something isn't working linux Related to the Linux build

Comments

@Danura30082
Copy link

Avoid duplicates

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issues tracker for a bug report similar to mine, in vain

Ferdium Version

7.0.1

What Operating System are you using?

Ubuntu

Operating System Version

Linux 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux

What arch are you using?

x64

Last Known Working Ferdium version

No response

Expected Behavior

no banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"

Actual Behavior

a banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"

Steps to reproduce

Install ferdium via snap on ubuntu and open ferdium

Debug link

No response

Screenshots

Image

Additional information

On a fresh install of fredium (snap) i have a banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
The problem is that i am on the latest relase (7.0.1) as confirmed by "snap info ferdium" and the changelog in the app. snap remove ferdium && snap install ferdium confirmed that 7.0.1 was installed but was unsucesful in removing the banner.

@Danura30082 Danura30082 added the bug 🪲 Something isn't working label Apr 15, 2025
@Alphrag
Copy link
Member

Alphrag commented Apr 15, 2025

Oups, that is indeed a bug which has been introduced when trying to change the way we tell the user that a new update is available in #2079. It seems like we always show the banner, regardless of the actual existence of an update, which completely defeats the purpose of that banner...

@SpecialAro I think we are missing to test the boolean isUpdateAvailable when to check whether the update banner should be drawn when it is a snap (line 207 of layout/AppLayout.tsx and l.84 of auth/AppLayout.tsx) in the same way it is tested in EditSettingsForm.tsx.
Adding them would probably fix this problem, right?

@Alphrag Alphrag added the linux Related to the Linux build label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working linux Related to the Linux build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants