• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Testing the upgrade to Qt 5.12

Scheduled Pinned Locked Moved OS
137 Posts 19 Posters 50.0k Views 8 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      kugiigi
      last edited by 3 Sept 2020, 10:07

      Updates after retesting:

      • Splash image in core apps look good now but it seems that the dimension logic is still different than the current one. My apps that use SVG splash images looks small like it's almost the same size as the icon (i.e. Palitan, Fluffy Chat). They should be displayed bigger.
      • Contacts bottom edge is working properly now.

      Others not mentioned are still the same

      1 Reply Last reply Reply Quote 0
      • C Offline
        CiberSheep
        last edited by CiberSheep 9 May 2020, 02:07 5 Sept 2020, 02:06

        Today I have:

        • installed RC image (from System Settings)
        • removed some old apps
        • installed Dev image
        • Installed the updagrade

        I got this warning before installing it:

        Calculating upgrade... Done
        The following packages were automatically installed and are no longer required:
          libqgsttools-p1 libqt5multimediaquick-p5 qtdeclarative5-accounts-plugin
          qtdeclarative5-folderlistmodel-plugin qtdeclarative5-localstorage-plugin
          qtdeclarative5-online-accounts-client0.1 qtdeclarative5-particles-plugin
          qtdeclarative5-qtcontacts-plugin qtdeclarative5-qtorganizer-plugin
          qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-mediascanner0.1
          qtdeclarative5-ubuntu-settings-components qtdeclarative5-window-plugin
          qtdeclarative5-xmllistmodel-plugin
        Use 'sudo apt autoremove' to remove them.
        

        and this after installing:

        The following packages will be REMOVED:
          libqgsttools-p1 libqt5multimediaquick-p5 qtdeclarative5-accounts-plugin
          qtdeclarative5-folderlistmodel-plugin qtdeclarative5-localstorage-plugin
          qtdeclarative5-online-accounts-client0.1 qtdeclarative5-particles-plugin
          qtdeclarative5-qtcontacts-plugin qtdeclarative5-qtorganizer-plugin
          qtdeclarative5-qtquick2-plugin qtdeclarative5-ubuntu-mediascanner0.1
          qtdeclarative5-ubuntu-settings-components qtdeclarative5-window-plugin
          qtdeclarative5-xmllistmodel-plugin
        0 upgraded, 0 newly installed, 14 to remove and 0 not upgraded.
        After this operation, 845 kB disk space will be freed.
        Do you want to continue? [Y/n] 
        

        (I say no)
        Full log: https://paste.ubuntu.com/p/ZfZdpz3MqF/

        Another planet, another time, another universe!

        D 1 Reply Last reply 5 Sept 2020, 14:58 Reply Quote 0
        • C Offline
          CiberSheep
          last edited by CiberSheep 9 May 2020, 02:39 5 Sept 2020, 02:29

          I have been testing some apps:
          Work:

          • OpenStore
          • Dialer
          • Address Book
          • Camera
          • Gallery
          • UTTT
          • System Settings
          • Linphone

          Crash after splash:

          • Calendar
          • Calculator
          • Weather
          • Clock

          I did a test with a clickable create qml app. Unconfined opens, confined crashed on start

          The only difference when doing clickable logs is:
          confined:
          Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'

          unconfined:

          Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
          Creating a QMirClientScreen now
          

          Another planet, another time, another universe!

          D C 2 Replies Last reply 11 Sept 2020, 18:24 Reply Quote 0
          • D Offline
            dobey @CiberSheep
            last edited by 5 Sept 2020, 14:58

            @CiberSheep That is not a warning, and it is correct behavior. Those packages will not be in the rootfs any more, after Qt 5.12 lands.

            1 Reply Last reply Reply Quote 0
            • D Offline
              danqo6
              last edited by 7 Sept 2020, 21:48

              I found an another issue: apps are unable to save settings, settings are not saved after app restart. Settings from .config folder are loaded fine. Happens with Podbird, OpenStore, Quickddit and more
              Found in log from QQC2 Gallery app:

              file:///opt/click.ubuntu.com/qqc2-gallery.ubad/1.0.7/qml/Main.qml:67:5: QML Settings: Failed to initialize QSettings instance. Status code is: 1
              
              D 1 Reply Last reply 8 Sept 2020, 13:40 Reply Quote 0
              • D Offline
                dobey @danqo6
                last edited by dobey 8 Sept 2020, 13:40

                @danqo6 Odd. It's working fine with Authenticator NG.

                Edit: Also just tried OpenStore and QQC2 Gallery, and both work fine (though scaling gets broken in the latter when switching to styles other than Suru).

                1 Reply Last reply Reply Quote 0
                • D Offline
                  dobey @kugiigi
                  last edited by 8 Sept 2020, 14:56

                  @kugiigi said in Testing the upgrade to Qt 5.12:

                  PDFs are blank in Document viewer except in slideshow mode. Libreoffice files crashes the app.

                  OK. Finally tried this in my VM, and there's nothing in the log unfortunately. There was one issue about an undefined object, which I resolved to no avail.

                  Looking at the source, it seems the poppler back-end requires qtdeclarative5-private-dev which means it likely must be re-compiled against Qt 5.12 to work.

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dobey @CiberSheep
                    last edited by 11 Sept 2020, 18:24

                    @CiberSheep said in Testing the upgrade to Qt 5.12:

                    Crash after splash:

                    I'm unable to replicate a crash with any of these apps mentioned. Only thing close is Calculator which becomes frozen, apparently due to the changes regarding the JavaScript Object, and it cannot initialize the MathJS code.

                    There are some issues with Calendar using the long-deprecated Tabs component, and week/month/year views overlaying on top of the tabs, along with some pre-existing warnings coming from uitk.

                    Weather had a few warnings, but was otherwise working fine, and I've submitted a PR to fix the new warnings in it.

                    Clock seems to work fine.

                    All of these were tested on my Nexus 4.

                    C 1 Reply Last reply 11 Sept 2020, 19:54 Reply Quote 0
                    • C Offline
                      CiberSheep @dobey
                      last edited by 11 Sept 2020, 19:54

                      @dobey I have update to latest dev and sudo ubports-qa update with same result.
                      Anything useful I can send?

                      Another planet, another time, another universe!

                      D 1 Reply Last reply 11 Sept 2020, 21:14 Reply Quote 0
                      • D Offline
                        dobey @CiberSheep
                        last edited by 11 Sept 2020, 21:14

                        @CiberSheep Is there nothing in the log files for the apps? And nothing in the unity8.log file about them?

                        C 1 Reply Last reply 11 Sept 2020, 21:42 Reply Quote 0
                        • C Offline
                          CiberSheep @dobey
                          last edited by 11 Sept 2020, 21:42

                          @dobey said in Testing the upgrade to Qt 5.12:

                          unity8.log

                          From unity8.log booted and try to open Sheep Counter (crashes):
                          https://paste.ubuntu.com/p/ccJd2mjT8d/

                          Clock (crashes):
                          https://paste.ubuntu.com/p/fWkTjCvTwZ/

                          OpenStore (opens):
                          https://paste.ubuntu.com/p/25YDQ74ZCS/

                          Another planet, another time, another universe!

                          D 1 Reply Last reply 11 Sept 2020, 21:45 Reply Quote 0
                          • D Offline
                            dobey @CiberSheep
                            last edited by 11 Sept 2020, 21:45

                            @CiberSheep And there is no log file for sheepcounter itself? Does it not say anything useful if there is?

                            1 Reply Last reply Reply Quote 0
                            • C Offline
                              CiberSheep @CiberSheep
                              last edited by CiberSheep 9 Nov 2020, 22:20 11 Sept 2020, 22:20

                              @dobey Nope. Nothing useful

                              Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
                              

                              I get the same for every confined app.

                              Another planet, another time, another universe!

                              D 1 Reply Last reply 11 Sept 2020, 22:22 Reply Quote 0
                              • D Offline
                                dobey @CiberSheep
                                last edited by 11 Sept 2020, 22:22

                                @CiberSheep That happens for all apps and is normal. What device is this on?

                                C 2 Replies Last reply 11 Sept 2020, 22:23 Reply Quote 0
                                • C Offline
                                  CiberSheep @dobey
                                  last edited by CiberSheep 9 Nov 2020, 22:24 11 Sept 2020, 22:23

                                  @dobey E5HD
                                  Any other log / test that could be helpful? I wouldn't know where to look

                                  Another planet, another time, another universe!

                                  D 1 Reply Last reply 15 Sept 2020, 16:20 Reply Quote 0
                                  • C Offline
                                    CiberSheep @dobey
                                    last edited by 11 Sept 2020, 22:25

                                    @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

                                    Another planet, another time, another universe!

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      dobey @CiberSheep
                                      last edited by 15 Sept 2020, 16:20

                                      @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.

                                      C 1 Reply Last reply 15 Sept 2020, 17:21 Reply Quote 0
                                      • C Offline
                                        CiberSheep @dobey
                                        last edited by 15 Sept 2020, 17:21

                                        @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?

                                        Another planet, another time, another universe!

                                        D 1 Reply Last reply 15 Sept 2020, 17:23 Reply Quote 0
                                        • D Offline
                                          dobey @CiberSheep
                                          last edited by 15 Sept 2020, 17:23

                                          @CiberSheep Yes, a full flash with either switching channels or using the installer, should do.

                                          C 1 Reply Last reply 15 Sept 2020, 17:28 Reply Quote 0
                                          • C Offline
                                            CiberSheep @dobey
                                            last edited by 15 Sept 2020, 17:28

                                            @dobey Roger. Thanks

                                            Another planet, another time, another universe!

                                            1 Reply Last reply Reply Quote 0
                                            41 out of 137
                                            • First post
                                              41/137
                                              Last post