diff options
Diffstat (limited to 'net/onedrivegui/files')
| -rw-r--r-- | net/onedrivegui/files/patch-src_global__config.py | 2 | ||||
| -rw-r--r-- | net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop | 21 | 
2 files changed, 10 insertions, 13 deletions
diff --git a/net/onedrivegui/files/patch-src_global__config.py b/net/onedrivegui/files/patch-src_global__config.py index 3455329b4b49..307a1b61a407 100644 --- a/net/onedrivegui/files/patch-src_global__config.py +++ b/net/onedrivegui/files/patch-src_global__config.py @@ -5,7 +5,7 @@  -DIR_PATH = os.path.dirname(os.path.realpath(__file__)) -+DIR_PATH = "/usr/local/share/onedrivegui" ++DIR_PATH = "%%DATADIR%%"   PROFILES_FILE = os.path.expanduser("~/.config/onedrive-gui/profiles") diff --git a/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop b/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop index 02801c7b71da..42c424dfddf7 100644 --- a/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop +++ b/net/onedrivegui/files/patch-src_resources_OneDriveGUI.desktop @@ -1,18 +1,15 @@ ---- src/resources/OneDriveGUI.desktop.orig	2025-06-16 11:23:57 UTC +--- src/resources/OneDriveGUI.desktop.orig	2025-09-10 08:49:21 UTC  +++ src/resources/OneDriveGUI.desktop -@@ -1,8 +1,10 @@ Name=OneDriveGUI +@@ -1,9 +1,9 @@ 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 +-Comment=A simple GUI for OneDrive Linux client +-Exec=OneDriveGUI ++Comment=A simple GUI for OneDrive FreeBSD client  +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 + Type=Application +-Icon=OneDriveGUI  +Icon=onedrivegui -+Categories=Network; -+Type=Application -+ + Categories=Network;Office + StartupNotify=true  | 
