It's Qt 5.12 time.
-
@dobey Is
crossbuilder
safe? -
@jezek Not for building against Ubuntu Touch. Anything using the Ubuntu Touch apt repositories will be problematic until Qt 5.12 transition is done.
-
@dobey Ok, I will stop using
crossbuilder
for deployment to phone, cause it uses apt repositories, for a while. Will look forward for a notification when it's safe. Thanks. -
Will there be a quick guide for qt app developers on what has changed and suggestions on how to updated your apps?
-
@povoq with latest Clickable you can test your app in Desktop Mode with
CLICKABLE_QT_VERSION=5.12 clickable desktop
. That env var works for debugging on device as well, given you got Qt 5.12 installed there. -
OK. All the necessary PRs have been merged (there will still be more fixes to come as well though). We should have new
devel
channel images available for updating your devices soon.Anyone who used
ubports-qa
to test thexenial_-_qt-5-12
and related branches should reset their devices by flashing again with the installer, or switching torc
channel in settings to get a full flash. Those branches are no longer valid. There's still a little rebase work needed for mainline and possibly android9 devices, but should be done soon. -
@dobey Is it pushed already?
Not sure if related, but the 196 update on my OnePlus3 just failed to install and now I am stuck at the boot logo with a broken install (error seems to have been: "couldn't load bitmap icon_error (error -7)" which is also shown in the ubports recovery now).
-
@povoq Yes. It seems like maybe some delta images were messed up somehow (unrelated to Qt 5.12 itself).
Can you flash the device again with the installer?
-
Dekko2 seems to be partially broken with 5.12? Notifications still come in, but launching it results in a white screen only on my phone.
-
@povoq Might be wrong, but I think that that is an issue that Dekko developers have to fix?
There are a few extra issues with the OnePlus 3 also, such as the camera, and lack of message bubbles in the messaging app.
-
@phoenixlandpirat Yeah I guess. I wish Dekko2 was treated a bit more like a core app, as it really is more or less one.
-
@povoq There are several core apps that don't have maintainers that don't get updates, or only once in a blue moon, unfortunately.
-
@povoq They were made away of the issue at the same time as Teleports (which has been fixed). Dekko is using qbs and doing a few things a little differently though, so I'm not sure how to correctly update the quickflux dep there.
-
Anyone also noticed that forcing the screen to stay on seems to have stopped working? At least on Puremaps the navigation is broken because of the screen turning off after a short while.
-
The issue on splash screen seems to be back or is that something that developers has to adjust? My apps use SVG and they are displayed small unlike before.
-
@kugiigi I think you need to adjust it yes.
-
@povoq Can you
sudo ubports-qa install xenial_-_build-with-mir
and let me know if it resolves the issue?Thanks.
-
@dobey It fixed the issue for me.