Testing the upgrade to Qt 5.12
-
@CiberSheep And there is no log file for sheepcounter itself? Does it not say anything useful if there is?
-
@dobey Nope. Nothing useful
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
I get the same for every confined app.
-
@CiberSheep That happens for all apps and is normal. What device is this on?
-
@dobey E5HD
Any other log / test that could be helpful? I wouldn't know where to look -
@dobey said in Testing the upgrade to Qt 5.12:
That happens for all apps and is normal.
I meant that all confined apps crashes, unconfined opens -
@CiberSheep I don't know at this point. Nothing about what you say is happening makes any sense at all. I wonder if someone else with the e5HD or e4.5 could replicate the problem. I don't have either device unfortunately, though.
-
@dobey I see.
To revert the changes of this, is enough to delete ~/apt/cache and ~/apt/lists and installing the image that downloads when changing channel to RC? -
@CiberSheep Yes, a full flash with either switching channels or using the installer, should do.
-
@dobey Roger. Thanks
-
@dobey
So on my BQ4.5, just did a full reinstall devel + ubports-qa ( i said "no" when asking to remove some packages ) still have most of apps and all webapps crashing at load time:
e.g: messaging-app, clock, weather, teleport, youtube webapp, gmail webapp.
Only working apps are Dialer, Address-book-app, Openstore, Gallery, Camera, Dekko ( blank screen ), FileManager -
We either have to find a way to provide logs to @dobey or send him the devices. Otherwise there is nothing he can do without more info than "the apps are crashing"...
-
@Fla yes, already did
-
For Calculator there will be a new release soon which updates the math.js library, and should function on Qt 5.12. Thanks to Brian.
-
@kugiigi said in Testing the upgrade to Qt 5.12:
Messaging app opens fine but if you open a thread, the messages are jumbled and not displayed correctly
Can you get me the log file for
messaging-app
when this happens on Qt 5.12? You can send it to me on Telegram via PM, if you want, in case there's any personal info in it. I don't have any way to test this locally currently, as the oldofono-phonesim
package conflicts with changes in 5.12 and I haven't gotten a newer version working yet. -
Good to hear there is progress with the Qt 5.12 update. Reading above message it is not clear to me if you can also test this with app development using clickable. Is there a docker file with Qt 5.12 that can be used?
I thought to test apps that need Qt 5.12 by running
clickable desktop
. Would that be possible? One of the apps that need an update Qt is Kaidan, and I guess there are more (with potential to be ported). -
@Mattias I think it'll only be possible once it lands in devel. For now, you might need to install Qt 5.12 on a device and test your apps there
-
nexus 5```
There was an error loading Unity8:Missing some files.
-
@Isaac If this is installed from the past 2 days, please revert to devel and do not install Qt 5.12 branches for now.
There was an issue I was trying to fix, but CI lied to me a bit, and now the world is broken again with Qt 5.12 so I'm going to have to rebuild everything again the difficult way. Please be patient and I'll post again when it's properly installable again. Sorry for the hiccups all!
-
@dobey said in Testing the upgrade to Qt 5.12:
but CI lied to me a bit
Who is CI?
Do you want we chase and frag him for you? -
@Keneda said in Testing the upgrade to Qt 5.12:
Who is CI?
Quick and dirty definition :
"Continuous Integration" (I think), it's a feature of Gitlab granting automatic daily builds with multiple repos.
It allows to script the integration process...