Skip to content

A simple GUI for OneDrive Linux client, with multi-account support.

License

Notifications You must be signed in to change notification settings

jiapei-nexera/OneDriveGUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.

Important notes

  • This project is currently in alpha stage.
  • Check for known issues/limitations.
  • Questions, suggestions and bug reports are welcome.
  • Backup your OneDrive config files before importing them to the GUI.
  • Backup your data before use to prevent accidental file deletion due to OneDrive misconfiguration.

Running as AppImage

  1. Download .AppImage from the release assets
  2. Make the .AppImage file executable and run it.

Installation from source

  1. Ensure OneDrive for Linux is installed based on instructions for your distro.

  2. Ensure Python3 and pip are installed on your system.

  3. Clone or download content this repository.

  4. Install dependencies:

    python -m pip install -r requirements.txt
  5. Start OneDrive GUI:

    cd src/
    python OneDriveGUI.py

    Optionally, you can detach the GUI from terminal by using the bellow command:

    cd src/
    nohup python OneDriveGUI.py > /dev/null 2>&1&

Use

  • Once the GUI starts, you will be able to create a new OneDrive profile or import your pre-existing one. Just follow the wizard steps.
  • You can adjust your OneDrive profile options as needed. Most options are already available in the GUI.
  • Start OneDrive sync in monitor mode via the GUI.
  • You can also run OneDrive as systemd service, however systemd/journal monitoring is not yet implemented in the GUI.

Additional Notes

  • When importing OneDrive config file, all comments will be removed. Missing options will be replaced with default values.
  • List of managed OneDrive profiles is stored in "~/.config/onedrive-gui/profiles". You can manually rename your profile or path to config file there until it's possible via the GUI.
  • Newly created OneDrive config files are stored in "~/.config/onedrive/accounts/<profile_name>"
  • Debug logs are saved in "~/.config/onedrive-gui/onedrivegui.log" (location will be changed in the future).

About

A simple GUI for OneDrive Linux client, with multi-account support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%