Jeff Stafford
Jeff Stafford
A preliminary investigation into things on the Graph APIs leads me to believe that that OneDrive doesn't actually support symbolic links at all, in which case ENOSYS is the right...
This should "just work" but I'd need to see the logfile - in this case `journalctl --user -u onedriver@ESCAPED_MOUNTPOINT.service`. Run `systemd-escape --template [email protected] --path MOUNTPOINT` to determine the value of...
Please post the error message. I can't help you without knowing the actual error you got.
Oh, you've installed the repo for 22.04 and you are on 22.10. Those are different OS versions with different available packages. Ubuntu 22.10 isn't released yet (I don't even have...
Hey, hopefully you were able to compile from source (you can create a .deb via these instructions https://github.com/jstaf/onedriver#installation-from-source). Going to close this one out, let me know if you are...
Interesting, let me check it out. This should be enough for me to reproduce the issue (it sounds like I just need a password-protected Excel file).
The filesystem itself should work with no problems (`onedriver /path/to/mountpoint`), but the GUI and "mount-on-login" functionality currently use systemd as a job launcher. I am open to adding OpenRC compatibility,...
I did some extra thinking on this and I think there's two takeaways: 1. As an interim solution, I think we can just get away with pointing users at https://docs.voidlinux.org/config/services/user-services.html...
Yeah you can change the name to anything you want. The name and icon are set in the file `.xdg-volume-info` in the root of the mounted drive. Edit the file,...
Does `systemctl status --user` work? I recall CentOS 7 having an issue where systemd user services weren't supported, and Ubuntu 18.04 (what Linux Mint 19.3 is based on) might have...