Package Details: onedrivegui 1.2.1-1

Git Clone URL: https://aur.archlinux.org/onedrivegui.git (read-only, click to copy)
Package Base: onedrivegui
Description: A simple GUI for OneDrive Linux client, with multi-account support.
Upstream URL: https://github.com/bpozdena/OneDriveGUI
Licenses: GPL-3.0-or-later
Conflicts: onedrivegui-git
Provides: onedrivegui
Submitter: zhullyb
Maintainer: alexdandrea
Last Packager: alexdandrea
Votes: 6
Popularity: 0.000022
First Submitted: 2023-01-23 08:54 (UTC)
Last Updated: 2025-06-22 07:32 (UTC)

Latest Comments

alexdandrea commented on 2025-06-22 07:33 (UTC)

Thanks @tugyan, took this and updated the package.

tugyan commented on 2025-06-21 22:48 (UTC)

@alexdandrea New version has some changes in the structure of the project. You can use this patch to update:

diff --git a/PKGBUILD b/PKGBUILD
index a9d4bfb..1087a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@

 pkgname=onedrivegui
 _pkgname=OneDriveGUI
-pkgver=1.1.1
-_commit=ff7edf15141bc629dd5e778d772113feb8b48077
+pkgver=1.2.1
+_commit=eb4c39375e04b02e669a7826c9d12174c6a3f08c
 pkgrel=1
 pkgdesc="A simple GUI for OneDrive Linux client, with multi-account support."
 license=("GPL-3.0-or-later")
@@ -16,16 +16,16 @@ arch=("any")
 url="https://github.com/bpozdena/${_pkgname}"
 source=("${_pkgname}::git+${url}.git#commit=$_commit" "onedrivegui.desktop")

-sha256sums=('fd2e57c992534eaab376a120d5be2ca80523fb37c8b557eff480d52db6d85bb7'
+sha256sums=('66fc45e90ebc3d5c2cc98c4cfda879f0e8c8222d57adf127f8378e3d77e21ea0'
             'c531f57c3c8424f265c0aad2e93260eab071d066d75de2f7eebb47e41c644267')

 package(){
     cd "${_pkgname}"
     mkdir -p "${pkgdir}/usr/lib/OneDriveGUI"
     mkdir -p "${pkgdir}/usr/bin"
-    cp -r src/{resources,ui} "${pkgdir}/usr/lib/OneDriveGUI"
+    cp -r src/{resources,ui,settings,utils} "${pkgdir}/usr/lib/OneDriveGUI"
     install -Dm644 src/resources/images/OneDriveGUI.png "${pkgdir}/usr/share/icons/hicolor/48x48/apps/OneDriveGUI.png"
     install -Dm644 "${srcdir}/onedrivegui.desktop" "${pkgdir}/usr/share/applications/onedrivegui.desktop"
-    install -Dm755 src/OneDriveGUI.py "${pkgdir}/usr/lib/OneDriveGUI/OneDriveGUI.py"
+    install -Dm755 src/*.py "${pkgdir}/usr/lib/OneDriveGUI/"
     ln -sf /usr/lib/OneDriveGUI/OneDriveGUI.py "${pkgdir}/usr/bin/onedrivegui"
 }

alexdandrea commented on 2024-01-23 18:21 (UTC)

Is it the GUI or the onedrive service itself? Maybe you should report this to the upstream projects.

NY152 commented on 2024-01-21 17:18 (UTC)

Does anyone have a solution regarding the resources that this frontend consumes? It manages to freeze a 20-core CPU by consuming all of my 32 GB of RAM!

alexdandrea commented on 2023-09-20 06:22 (UTC)

@markboston it is running in wayland for me (sway)...

markboston commented on 2023-04-21 13:26 (UTC)

is there a way support for wayland can be added to this? right now my system has to use xwayland and its causing a lot of performance issues.

markboston commented on 2023-04-19 16:41 (UTC)

this wants me to remove onedrive-abraunegg but its a required dependency?

ak2021 commented on 2023-02-02 17:16 (UTC)

The only way I can run this is by typing sudo onedrivegui on the terminal. Is there a way I can run the software without sudo?