Updated OneDrive client to 2.5. Updated OneDriveGUI to 1.1 . Problem on 1.1 GUI startup #186
-
I am running Ubuntu 22.04 and was successfully running the OneDrive client with OneDriveGUI I saw a prompt to update OneDrive client so I updated to 2.5 See:
When I ran
I received following response
The maintainer of OneDrive client advised me to update OneDriveGUI and there is a note to that effect here
So I followed the installation instructions for OneDriveGUI here. When I boot Ubuntu I see the OneDrive cloud in the top (status?) line of the display. When I make changes to the OneDrive folder on Linux or any device connected to the OneDrive folder, this is not synchronised across all devices. I stop the OneDrive GUI by right-clicking on the cloud icon then issue following commands from within OneDriveGUI folder on Ubuntu
and get following error messages
I have searched for the ImportError message but haven't been able to work out how that relates to my problem starting OneDriveGUI. Any help to get OneDrive and OneDriveGUI working on my Ubunut system is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Based on the traceback, you are running some old version of the GUI code for some reason. This was removed months ago. Just clone the latest code from github to fix the issue. Or better yet, simply use the AppImage, which contains all necessary Python and QT dependencies. |
Beta Was this translation helpful? Give feedback.
It clearly says your config file
/home/clive/.config/onedrive/accounts/cliverlong/config
does not exist.Did you check if it does? If so, share the output of
cat /home/clive/.config/onedrive/accounts/cliverlong/config
.Based on your previous command, the config is in the default location
/home/clive/.config/onedrive/config
. If so, just delete the directory/home/clive/.config/onedrive-gui/
, start the GUI again and import your profile config properly.