Comment 3 for bug 1294365

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: [Bug 1294365] [NEW] Qt 5.2 breaks file manager

On 18 March 2014 21:44, Nicholas Skaggs <email address hidden> wrote:
> Public bug reported:
>
> After the upgrade to qt 5.2, filemanager fails to load it's UI. All
> tests fails, and the app fails to run on the device. The traceback from
> the desktop is:
>
> qmlscene ../../ubuntu-filemanager-app.qml

That's an odd way to run the app.

Did you build a full .deb, installed it and run it "normally" e.g.
from /usr/bin/ubuntu-filemanager-app ?!

> unity::action::ActionManager::ActionManager(QObject*):
> Could not determine application identifier. HUD will not work properly.
> Provide your application identifier in $APP_ID environment variable.
> file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/Tabs.qml:335: TypeError: Cannot call method 'indexOf' of undefined
> Spacing for count 1 is -33 gu
> Spacing for count 0 is -Infinity gu
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg

Well, ubuntu-mobile-icons on my machine does not have such file.

I don't see anything "Qt5.2" failing here so far.

> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/components/PlacesSidebar.qml:97:17: QML Image: Cannot open: file:///usr/share/icons/ubuntu-mobile/actions/scalable/arrow.svg
> Spacing for count 1 is -33 gu
> Spacing for count 0 is -Infinity gu
> Spacing for count 1 is 67 gu
> Spacing for count 2 is 28 gu
> Spacing for count 3 is 15 gu
> Spacing for count 4 is 8.5 gu
> Spacing for count 5 is 4.6 gu
> Spacing for count 6 is 2 gu
> Spacing for count 7 is 0.14285714285714285 gu
> Spacing for count 6 is 2 gu
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/ubuntu-filemanager-app.qml:113: ReferenceError: settingsPage is not defined
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/ubuntu-filemanager-app.qml:93: TypeError: Cannot read property 'opened' of null
> file:///home/nskaggs/projects/ubuntutouch/ubuntu-filemanager-app/ubuntu-filemanager-app.qml:93: TypeError: Cannot read property 'opened' of null

these seem qml / programming errors, maybe cause by previous warnings.

> Spacing for count 1 is 67 gu
> Spacing for count 2 is 28 gu
> Spacing for count 3 is 15 gu
> Spacing for count 4 is 8.5 gu
> Spacing for count 5 is 4.6 gu
> Spacing for count 6 is 2 gu
> Spacing for count 7 is 0.14285714285714285 gu
> Spacing for count 6 is 2 gu
>
> ** (qmlscene:31326): WARNING **: Unable to register app:
> GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid application
> ID
>
>
> The last good working version is rev 131. Rev 131 will launch and operate properly.
>

--
Regards,

Dimitri.