If you have still have the deprecated separate tray package installed you should first uninstall both rclone-bisync-manager-git and rclone-bisync-manager-try-git and then re-install rclone-bisync-manager-git otherwise the update will fail.
Search Criteria
Package Details: rclone-bisync-manager-git 0.4.0b3.r2.g3a584c3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rclone-bisync-manager-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rclone-bisync-manager-git |
| Description: | A daemon-based solution for automated, bidirectional synchronization of files using RClone (includes system tray) |
| Upstream URL: | https://github.com/Gunther-Schulz/rclone-bisync-manager |
| Licenses: | MIT |
| Submitter: | g.schulz |
| Maintainer: | g.schulz |
| Last Packager: | g.schulz |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-08-15 12:06 (UTC) |
| Last Updated: | 2026-03-17 21:03 (UTC) |
Dependencies (19)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libappindicator-gtk3 (libappindicator)
- libnotify (libnotify-gitAUR)
- python
- python-cairosvg
- python-croniter-gitAUR
- python-daemon
- python-gobject
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-psutil
- python-pydantic
- python-yaml (python-yaml-gitAUR)
- rclone (rclone-aliyundrive-gitAUR, rclone-gitAUR, rclone-filen-gitAUR, rclone-tgdrive-binAUR, bclone-binAUR, bclone-gitAUR, rclone-studip-gitAUR, rclone-beta-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- cpulimitAUR (cpulimit-gitAUR) (optional) – for limiting CPU usage of rclone processes
Required by (0)
Sources (1)
Latest Comments
g.schulz commented on 2026-02-04 19:04 (UTC) (edited on 2026-02-05 12:23 (UTC) by g.schulz)
g.schulz commented on 2026-02-03 20:24 (UTC) (edited on 2026-02-03 20:25 (UTC) by g.schulz)
@kragol I know I am very late, but I fixed this issue upstream along with other improvements and robustness!
g.schulz commented on 2026-02-03 20:11 (UTC)
@SirMaxwellSmart Thank you for your comment. It should be fixed now. I also merged rclone-bisync-manager-tray-git into this package and improved the upstream code.
SirMaxwellSmart commented on 2025-09-06 09:43 (UTC) (edited on 2025-09-06 10:10 (UTC) by SirMaxwellSmart)
Hey,
The PKGBUILD for this and the tray application hardcode the python site-packages directory. This prevents the tray application from installing when using any python versions other than 3.12 as it doesn't properly deal with conflicting files.
Here is the Arch Wiki recommendations for using python site packages: https://wiki.archlinux.org/title/Python_package_guidelines#Using_site-packages
Here is a gist of my working PKGBUILDs https://gist.github.com/SirMaxwellSmart/25d905cbdbfc7fbe080e2f4075c31d64
g.schulz commented on 2025-04-03 09:24 (UTC)
@kragol thank you, I will fix this! I didn't realize anyone is actually using this :D Be aware that I use this personally without any issues whatsoever but its all very untested besides that. Although, since all operations that could cause inconsistency to any files are done by rclone itself, nothing major should be able to break.
kragol commented on 2025-04-02 21:13 (UTC)
Hello,
Thanks for this software. I just installed it and it looks very good so far !
I had one tiny issue with the installation process. I had to manually create a ~/.cache/rclone-bisync-manager dir or the daemon would report an error when trying to open the file ~/.cache/rclone-bisync-manager/sync_state.json.
Maybe that could be added to the PKGBUILD?
Pinned Comments
g.schulz commented on 2026-02-04 19:04 (UTC) (edited on 2026-02-05 12:23 (UTC) by g.schulz)
If you have still have the deprecated separate tray package installed you should first uninstall both rclone-bisync-manager-git and rclone-bisync-manager-try-git and then re-install rclone-bisync-manager-git otherwise the update will fail.
g.schulz commented on 2026-02-03 20:11 (UTC)
@SirMaxwellSmart Thank you for your comment. It should be fixed now. I also merged rclone-bisync-manager-tray-git into this package and improved the upstream code.