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

[Kali linux] Version check fails #168

Closed nneo16 closed 4 months ago

nneo16 commented 4 months ago

Describe the bug Seems version check fails on Kali linux. latest_client_version': 'v2.4.25', 'installed_client_version': 'v2.4.25

To Reproduce Because there's no specific instructions for Kali, I have to install onedrive directly via apt:

apt list --installed | grep onedrive                                                      
onedrive/kali-rolling,now 2.4.25-1+b3 amd64 [installed]

Log If applicable, add relevant output from log file /tmp/onedrive-gui/onedrive-gui.log.

2024-04-21 00:05:26,767 [connectionpool.py:549][fn=_make_request][DEBUG] - https://api.github.com:443 "GET /repos/abraunegg/onedrive/releases/latest HTTP/1.1" 200 1198
2024-04-21 00:05:26,804 [OneDriveGUI.py:2424][fn=client_version_check][DEBUG] - [GUI] Client version check: {'latest_client_version': 'v2.4.25', 'installed_client_version': 'v2.4.25'}
2024-04-21 00:05:26,807 [OneDriveGUI.py:2498][fn=autostart_monitor][DEBUG] - [] Compatible client version found: False
2024-04-21 00:05:26,807 [OneDriveGUI.py:2501][fn=autostart_monitor][DEBUG] - [] Auto-sync enabled for profile: False

System Info or output of below commands:

lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description:    Kali GNU/Linux Rolling
Release:        2024.1
Codename:       kali-rolling
python --version
Python 3.11.8
onedrive --version
onedrive v2.4.25-1+b3

OneDriveGUI info How did you install OneDriveGUI?: AppImage What is the name of the AppImage file (if applicable)? : OneDriveGUI-1.1.0rc1-x86_64.AppImage