bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

[SOLVED] Potential version mismatch with client. #176

Closed RenanSP13 closed 2 months ago

RenanSP13 commented 2 months ago

Hi! Following abraunegg's installation steps for Pop OS 22.04 (which is listed as supported), I get the version v2.4.25 of the onedrive client. 

Screenshot from 2024-06-13 08-37-09 Screenshot from 2024-06-13 08-30-40

Unfortunately, the GUI tells me I need to upgrade the client.

Screenshot from 2024-06-13 08-31-35

Could you, please, point out the mistake? Thanks!

leojimenezcr commented 2 months ago

Hi. Same issue in Ubuntu 22.04.

The version check compare numbers, ignoring the "v" and the points (.). But this version contain another chars like "+", "n" or "p". Maybe it is the issue.

Current version:

$ onedrive --version
onedrive v2.4.25-1+np2+4.1
abraunegg commented 2 months ago

@leojimenezcr , @RenanSP13 You are both missing adding some critical information here ... what OneDrive GUI version are you running?

leojimenezcr commented 2 months ago

Hi. I am using OneDriveGUI-1.1.0rc1-x86_64.AppImage

RenanSP13 commented 2 months ago

You are absolutely right, abraunegg I was trying to use a "pre-release" version of OneDriveGUI, when I should instead have used the "latest" one (v1.0.3). That solved my issue. Thanks!

abraunegg commented 2 months ago

Exactly ... please read the version release notes more carefully .....

leojimenezcr commented 2 months ago

Thanks for the support ;-)