Package Details: onedriver 0.14.1-0

Git Clone URL: https://aur.archlinux.org/onedriver.git (read-only, click to copy)
Package Base: onedriver
Description: Native Linux filesystem for Microsoft OneDrive
Upstream URL: https://github.com/jstaf/onedriver
Licenses: GPL3
Submitter: faisalm
Maintainer: faisalm
Last Packager: faisalm
Votes: 33
Popularity: 0.161484
First Submitted: 2021-03-25 16:15 (UTC)
Last Updated: 2023-10-23 18:21 (UTC)

Required by (0)

Sources (1)

Pinned Comments

faisalm commented on 2023-10-23 18:22 (UTC)

Updated to 0.14.1. Thanks to @maxxsom for the updated PKGBUILD.

faisalm commented on 2021-05-31 16:07 (UTC)

FWIW, I had to manually create the systemd service, after which I was able to enable/start it. YMMV.

export SERVICE_NAME=$(systemd-escape --template onedriver@.service --path $MOUNTPOINT)
cp /usr/lib/systemd/user/onedriver@.service $HOME/.config/systemd/user/$SERVICE_NAME

Latest Comments

« First ‹ Previous 1 2 3 4

dipunm commented on 2021-05-26 22:07 (UTC)

This package is out of date, can we get it upgraded to 0.10.1 please?

RE: last comment, sorry didn't see the reply. I have fuse2 installed on my machine but only as a dependency of fuseiso which I installed manually. You could put fuse2 as the dependency too I suppose, but I asked for fuseiso after searching from where the fusermount command comes from: - https://wiki.archlinux.org/index.php?title=Special:Search&profile=advanced&search=Fusermount&fulltext=1 - https://wiki.archlinux.org/title/FuseISO

faisalm commented on 2021-04-10 13:50 (UTC)

Does it require fuseiso? I have it installed without it. I think it just needs fuse2 installed.

dipunm commented on 2021-04-09 23:07 (UTC)

This package needs to have fuseiso as a dependency please :)