-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update size-transferred regex for progress in Jobs tab #212
base: master
Are you sure you want to change the base?
Conversation
Not sure which rclone version changed the output format, but this regex works for 1.58.1.
Thank you for the fix! I compiled it on Windows 10 with master branch (v 1.8) and it works fine, now it shows the stats. But with newest test2 branch (v 2.0) it fails to compile. Can you make a fix for that branch too? Thanks! |
2.0 is still experimental - so problems with compilation are expected:)
… On 15 Jul 2022, at 13:34, tissole ***@***.***> wrote:
Thank you for the fix! I compiled it on Windows 10 with master branch (v 1.8) and it works fine, now it shows the stats. But with newest test2 branch (v 2.0) it fails to compile. Can you make a fix for that branch too? Thanks!
—
Reply to this email directly, view it on GitHub <#212 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADXJHOVJ4WWOQCX7SCLRDALVUFLFBANCNFSM53SRAQKQ>.
You are receiving this because you are subscribed to this thread.
|
Branch 2.0 compiles fine without this fix, but the stats does not appear when downloading and uploading files, same for the 1.8 stable. Release binaries for branch 2.0 so that people can run tests and report bugs. It will speed up development. |
The current version of qt@5 on homebrew does not compile rclone-browser successfully. We need to use [email protected] or earlier download qt-opensource-mac-x64-5.14.2.dmg from https://download.qt.io/archive/qt/5.14/5.14.2/ open qt-opensource-mac-x64-5.14.2.dmg and using default installation (You will need to wait a while for the 2.6G installation file to open) The QT 5.14.2 path will be located at ~/Qt5.14.2
The rclone-browser.app that shows progress is located at ~/RcloneBrowser/build/build |
Any idea how to compile it into an AppImage on Ubuntu? The build instructions don't cover that. |
Not sure which rclone version changed the output format, but this regex works for 1.58.1.