-
Notifications
You must be signed in to change notification settings - Fork 10
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
Port to Ubuntu Touch 20.04 #63
Comments
You are right, 20.04 is coming. If you work with clickable, feel free to check out and test the following branch. https://github.com/stefwe/telescope/tree/focal If it doesn't work for you, I can also build a .click and make it available. Currently I don't have a 20.04 device to test. I would appreciate feedback if telescope runs well on focal. |
I was able to create a binary file with clickable. Telescope can be started after installation, but only a loading animation is displayed. This log might be helpful. |
I have now renamed all ubuntu.* files to lomiri.* The issue described above remains. |
With 20.04 ut is going to systemd instead of upstart. So we need to change the startup for asteroidsyncserviced |
Ouch, I can see that asteroidsyncservice was migrated to cmake and telescope is just using old commit |
Indeed :/ telescope should be migrated to cmake as well. FWIW, we didn't do that migration "for the sake of it", I actually dislike cmake with passion, but that's because the Qt company abandonned qmake in favor of cmake. Changing build system is never much fun but it's unfortunately a requirement uhuh. |
It won't be long until Ubuntu Touch 20.04 is released. Apps that were developed for 16.04 should be ported to 20.04 because 16.04 will no longer receive updates.
I already followed this guide and tried to get teleports to run on 20.04, but it seems that adjustments have to be made to the code, which is beyond my skills.
The text was updated successfully, but these errors were encountered: