Package Details: onedrivegui 1.3.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: sgrue
Last Packager: sgrue
Votes: 8
Popularity: 0.77
First Submitted: 2023-01-23 08:54 (UTC)
Last Updated: 2026-04-28 11:46 (UTC)

Latest Comments

1 2 Next › Last »

sgrue commented on 2026-05-12 07:27 (UTC) (edited on 2026-05-12 07:28 (UTC) by sgrue)

Hi robrob, I am not exactly sure what you mean, as when you check the sources of this package, the content of the "onedrivegui.desktop" file does contain the correct executable as you list it.

robrob commented on 2026-05-10 20:25 (UTC)

it wouldn't start on login so i had to update the ~/.config/autostart/OneDriveGUI.desktop exec line from:

Exec=OneDriveGUI

to

Exec=onedrivegui

dodobasic commented on 2025-10-10 08:52 (UTC) (edited on 2025-10-10 08:53 (UTC) by dodobasic)

tnx, i did manage to install it after manually cloning the aur repo

I think you need to update pkgrel (or regenerate .SRCINFO) with the correct version, as it's not updating automatically, possibly because pgkrel=1 is in .SRCINFO

alexdandrea commented on 2025-10-09 19:17 (UTC)

That commit was 1.2.1 release, I screwed up.

dodobasic commented on 2025-10-09 16:42 (UTC)

pkgbuild is using an older commit eb4c39375e... which is part of the 1.2.2 release, but it's not the last commit of the 1.2.2 release 760b2c6b819c2d4a815d112d70e3614035288c10

Can you please update the package definition, tnx 😁

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