Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

djpohly
Copy link

@djpohly djpohly commented Jul 14, 2022

Not sure which rclone version changed the output format, but this regex works for 1.58.1.

Not sure which rclone version changed the output format, but this regex
works for 1.58.1.
@djpohly djpohly changed the title Update size-transferred regex Update size-transferred regex for Jobs screen progress Jul 14, 2022
@djpohly djpohly changed the title Update size-transferred regex for Jobs screen progress Update size-transferred regex for progress in Jobs tab Jul 14, 2022
@tissole
Copy link

tissole commented Jul 15, 2022

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!

@kapitainsky
Copy link
Owner

kapitainsky commented Jul 15, 2022 via email

@tissole
Copy link

tissole commented Jul 15, 2022

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.

@yelban
Copy link

yelban commented Mar 22, 2023

The current version of qt@5 on homebrew does not compile rclone-browser successfully.

We need to use qt@5.14.2 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

brew install git cmake rclone
git clone https://github.com/kapitainsky/RcloneBrowser.git
cd RcloneBrowser
git fetch origin pull/212/head
git checkout -b pullrequest FETCH_HEAD
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH:PATH=/Users/{YOU}/Qt5.14.2/5.14.2/clang_64
make
cd build
/Users/{YOU}/Qt5.14.2/5.14.2/clang_64/bin/macdeployqt rclone-browser.app -executable="rclone-browser.app/Contents/MacOS/rclone-browser" -qmldir=../src/

The rclone-browser.app that shows progress is located at ~/RcloneBrowser/build/build

image

@God-damnit-all
Copy link

God-damnit-all commented May 28, 2023

Any idea how to compile it into an AppImage on Ubuntu? The build instructions don't cover that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants