Bug 2336979 - rclone is missing proton drive remote
Summary: rclone is missing proton drive remote
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: rclone
Version: 41
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mikel Olasagasti Uranga
QA Contact: Fedora Extras Quality Assurance
URL: https://forum.rclone.org/t/proton-dri...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-10 16:33 UTC by kahomayo+rhbugzilla
Modified: 2025-01-10 23:52 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description kahomayo+rhbugzilla 2025-01-10 16:33:06 UTC
The rclone utility is missing the protondrive remote. The remote is not listed when interactively creating a new remote and existing configurations using it do not function. The following command can be used to easily test if protondrive is available (it currently outputs nothing):
$ rclone config providers | grep protondrive
I am currently observing this bug using rclone version 1.67.0 on Fedora 41. I found another report of this same issue already occurring with 1.64.2 on Fedora 40. Running rclone selfupdate resolves the issue by upgrading to 1.68.2. According to the rclone developers, protondrive should be available as a remote since 1.64 beta.

Edit: I think the bug reporting form ate my link, here's the discussion about the Fedora 40 issue: https://forum.rclone.org/t/proton-drive-not-an-option-when-creating-a-new-remote/45963

Reproducible: Always

Steps to Reproduce:
$ if [ -z "$(rclone config providers | grep protondrive)" ] ; then echo "kaho is sad now"; else echo "Thank you!"; fi
Actual Results:  
kaho is sad now

Expected Results:  
Thank you!

Comment 1 Mikel Olasagasti Uranga 2025-01-10 23:52:25 UTC
Backend is disabled for now https://src.fedoraproject.org/rpms/rclone/blob/rawhide/f/rclone.spec#_6


Note You need to log in before you can comment on or make changes to this bug.