Giter Club home page Giter Club logo

onedrivegui_no_window_at_startup's Introduction

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).

onedrivegui_no_window_at_startup's People

Contributors

bpozdena avatar davidotek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.