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

OneDriveGUI-1.0.3-x86_64.appimage crashes at start #116

Closed manolodd closed 1 year ago

manolodd commented 1 year ago

Good night,

I recently updated to Debian 12 and everything is working right except OneDrive-GUI. I've donwloaded the latest release but the problem remains:

Traceback (most recent call last): File "/tmp/user/1000/.mount_OneDriRM8C8N//usr/src/OneDriveGUI.py", line 65, in from ui.ui_login import Ui_LoginWindow File "/tmp/user/1000/.mount_OneDriRM8C8N/usr/src/ui/ui_login.py", line 18, in from PySide6.QtWebEngineWidgets import QWebEngineView ModuleNotFoundError: No module named 'PySide6.QtWebEngineWidgets'

I've shown a closed bug https://github.com/bpozdena/OneDriveGUI/issues/59

It is the same problem but with a previous version, just in case it could help.

Thank you.

bpozdena commented 1 year ago

It looks like fuse2 in Debian 12 unpacks the appimage into a different location then on other distros.

I'll try to provide a fix soon. I might get rid of the qtwebengine login method completely. It's really nice when it works, but it unfortunately doesn't on many systems.

In the meantime, you can close onedrivegui and login from the console . You might need to specify your config location with '--confdir'.

Once logged on, you can start the GUI.

manolodd commented 1 year ago

Hi,

thank you for your swift answer. I'm currently running onedrive without problem, sync is right, it is correctly authenticated... although it is running from the console which is a bit annoying. Anyway, even running onedrive fine, onedrive-gui still does not work (same problem).

It does not matter. I'll wait for a future version that fix the problem (if possible).

Best regards.

bpozdena commented 1 year ago

@manolodd , please try OneDriveGUI-1.0.3_fix116-x86_64.AppImage with a potential fix for your issue.

manolodd commented 1 year ago

Hey Boris, that's great!!!

I confirm this version runs on my Debian12. Thank you so much

Are you merging this fix to the next release or should I have to use the version you have proviedd (OneDriveGUI-1.0.3_fix116-x86_64.AppImage)?

Thank you again, good job!

bpozdena commented 1 year ago

Thanks, @manolodd for the confirmation. Please keep using this AppImage for now. I don't have anything else to release.