-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for focal #26
Comments
I'll do my best. Currently, I'm still on stable release of UbuntuTouch - are you able to test it, if I'll draft a release? |
Hi, I'm currently back to xenial as I missed some features that are essential for my daily work. But UBsync was one of them, so If you have a draft, I would be willing to go back to focal and test it :-). |
Please test this: https://github.com/belohoub/UBsync/releases/tag/0.7.6-RC1 I cannot test it on the target device. Sorry. I only changed the necessary things to allow compilation on Focal, I also replaced owncloudcmd binaries by those from focal repositories. This should be enough if there are no hidden dependency changes - I hope so. |
The GUI runs okay, but I cannot start the sync service. The "START" button does not react when tapping it. The button is black, in xenial it was green. |
Thank you for testing. I'll try to implement changes and test it locally on my desktop - the setup should be generic enough. |
I would like to test on the Volla phone, however as a minimum before transitioning to that I would like to contact more of the devs behind my other daily driver apps and also check on their progress in porting them to Focal. I will comment again when I'm at that point. |
I'm sorry, I was unable to find time to finish the work, as I'm stuck with other multiple projects. It is quit clear what is needed to do, and I'll try to finish as soon as possible, but currently, I can't promise the date :-( |
We appreciate what you do and it'll be done when it's done. Keep up the good work! |
I did it, while I hope it will work, as I only tested parts of the package separately on desktop. Please test the pre-release. If it will NOT work, please report:
|
I did a test. On trying to start the service:
But I could start and enable sync service manually, though even if it claims, that a async happened, nothing was synced.
I am not sure about the subpaths, at least I did not configure ~/Music. Seems like some kind of default to me. After activating the service, the app seems to recognize, that syncing should be possible (not in the UI but in the log):
But there is that database error. I am currently using my old configs from the xenial version. When trying to enter the "About" page, I get following error:
About UbuntuColors and UbuntuShape, I guess it is LomiriColors and LomiriShape now. At least that terms pop up when searching in https://gitlab.com/ubports/development/core/lomiri-ui-toolkit for it. |
Thanks for reporting!
Thanks for testing! |
Sadly it still does not work.
There is one error: The GUI tells that a sync happened after restarting the service, but it still does not display the service as started:
|
I removed all configs and created two new targets. Then I restarted the service using systemctl.
Nothing gets synced still. |
Thank you for testing! Strange is, that there is also an issue with DBUS :-( I'll have to finally upgrade to Focal on my phone and try to debug on-site - this would be more efficient. |
…cess-call-related fixes; ubsync in Focal currently works; this resolves issue #26
I hope I fixed all the issues related to Focal porting. |
🎉🎉 Hurray 🎉🎉 It is syncing! And sync status gets correctly displayed. I think I found another little issue, but I will report it separately. |
Still not working for me. Pixel 3a, v8.0.0. Service does not start :-(. |
@ruedigerkupper could you drop systemctl --user status OwncloudSyncd.service or logs here? |
In system journal I see this:
But files This is after a complete removal and reinstallation of UBSync. |
We tracked down the problem: So the real trouble seems to be that the missing path is not automatically created when the click package installs. Shouldn't that be the default behaviour? |
I expected, that this struct exist in home folder by default, but it does not have to. Thank you! |
Thanks! I wiped my device completely yesterday and started with a fresh install of Focal. The path did not exist and installation of UBSync would have failed. Then I installed Dekko (which installs a systemd service, too) and it created the path upon first run. That's why other users did not recognize the error – they probably all had Dekko installed ;-). |
Thank you or testing! The app has to ensure, that the PATH exist. |
Please add support for focal. It's such an essential app...
Thanks!
The text was updated successfully, but these errors were encountered: