From 49ae403db86071f180759e9fe8c8d9a28a0e938c Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Thu, 17 Jul 2025 19:27:53 -0700 Subject: net/onedrivegui: New port: simple GUI for OneDrive client with multi-account support A GUI for FreeBSD/Linux OneDrive Client with multi-account support. Feature Highlights - Management and configuration of multiple OneDrive accounts. - Asynchronous real-time monitoring of multiple OneDrive accounts. - Setup wizard for easy OneDrive profile creation and import. - Auto-sync on GUI startup. - Support for GUI-based login process. - System tray (if supported by your desktop environment). - Start minimized to tray/dock. - Input validation to prevent configuration of incompatible OneDrive client options. - Progress monitoring of multiple simultaneous file transfers. - Import and management of SharePoint Shared Libraries. - Tooltips with brief explanations of various OneDrive Client configuration options. - Prompt for re-sync authorization to prevent unexpected data loss. --- .../files/patch-src_resources_OneDriveGUI.desktop | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop (limited to 'net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop') diff --git a/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop b/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop new file mode 100644 index 000000000000..02801c7b71da --- /dev/null +++ b/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop @@ -0,0 +1,18 @@ +--- src/resources/OneDriveGUI.desktop.orig 2025-06-16 11:23:57 UTC ++++ src/resources/OneDriveGUI.desktop +@@ -1,8 +1,10 @@ Name=OneDriveGUI + [Desktop Entry] + Name=OneDriveGUI ++GenericName=OneDrive Client for FreeBSD + StartupNotify=true +-Exec=/usr/bin/python3 /home/bob/host_share/Python/OneDriveGUI/src/OneDriveGUI.py ++Exec=onedrivegui + Terminal=false +-Path=/home/bob/host_share/Python/OneDriveGUI/src/resources/images +-Icon=/home/bob/host_share/Python/OneDriveGUI/src/resources/images/icons8-clouds-48.png +-Type=Application +\ No newline at end of file ++Icon=onedrivegui ++Categories=Network; ++Type=Application ++ -- cgit v1.2.3