Simple Onedrive log viewer - my solution #2090
nickzeff
started this conversation in
Show and tell
Replies: 2 comments
-
|
@nickzeff |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I also tinkered around with some more of Guillotine's options, so I can also start and stop the Onedrive service from the menu as follows This is not that difficult, so happy to share how I did that if anyone is interested. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted a way to trigger a simple window to show me the latest entries in the onedrive activity log. I used the terminal for a while, but wanted something a bit more elegant. I wrote a script as follows to bring it up in a proper gtk window:
Requires package yad to be installed, obviously. Looks like this:
I'm running Ubuntu 22.04, and I trigger this script from one of the options in a menu on my top panel - I use the excellent Guillotine gnome extension for this (https://extensions.gnome.org//extension/3981/guillotine/) so it looks like the below...
Hope that helps spark off some ideas for someone!
Beta Was this translation helpful? Give feedback.
All reactions