Amazing!
Search Criteria
Package Details: onedriver 0.12.0-1
Package Actions
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: | 15 |
Popularity: | 0.25 |
First Submitted: | 2021-03-25 16:15 (UTC) |
Last Updated: | 2021-12-06 16:38 (UTC) |
Dependencies (4)
- fuse2
- webkit2gtk (webkit2gtk-wpe-bin, webkit2gtk-imgpaste)
- go (go-git, go-go2go-git, gccrs-go-git, go-beta, gcc-go-git, gcc-go) (make)
- pkgconf (pkgconf-git) (make)
Required by (0)
Sources (1)
Latest Comments
fayez-nazzal commented on 2022-03-27 13:11 (UTC)
StratosL commented on 2022-01-20 19:30 (UTC)
@faisalm Thanks!
faisalm commented on 2022-01-20 06:20 (UTC)
@StratosL, thanks for the comments but I'm just a humble package maintainer for this. Your questions are very valid and I'm curious to know the answers as well. Please reach out to the developer at the upstream Github URL. Thank you!
StratosL commented on 2022-01-19 08:34 (UTC)
Amazing job, congrats!
A couple of questions: 1. Is there an option to set for how long the downloaded files should be kept locally? 2. Is there any plan to support OneDrive for Business and shared libraries (SharePoint)?
Keep up the brilliant work, thank you for your time and effort!
faisalm commented on 2021-12-06 16:39 (UTC)
Updated to v0.12.0.
faisalm commented on 2021-08-27 14:01 (UTC)
Updated to v0.11.2.
faisalm commented on 2021-07-11 19:14 (UTC)
Updated to v0.11.1. Let me know if there are any issues. Thanks.
faisalm commented on 2021-05-31 18:33 (UTC)
@bkmo, fixed. Sorry about that. Thanks.
bkmo commented on 2021-05-31 17:03 (UTC) (edited on 2021-05-31 17:18 (UTC) by bkmo)
Failed to install on vanilla arch: install: cannot stat 'resources/.1': No such file or directory
This looks like the culprit to me...the underscore: install -Dm 644 resources/$_pkgname.1 "$pkgdir"/usr/share/man/man1/$_pkgname.1
Builds fine like this: install -Dm 644 resources/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
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
faisalm commented on 2021-05-31 05:29 (UTC)
Updated to v0.10.1. Let me know if there are any issues. Thanks.
dipunm commented on 2021-05-27 23:27 (UTC)
:) thanks.
faisalm commented on 2021-05-27 16:59 (UTC) (edited on 2021-05-30 15:40 (UTC) by faisalm)
@dipunm, thanks for letting me know! I'm looking at the release notes for 0.10.0 and 0.10.1 and hope to have an updated PKGBUILD this weekend. Thanks.
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 :)
Pinned Comments
faisalm commented on 2021-12-06 16:39 (UTC)
Updated to v0.12.0.
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.