Comment 4 for bug 1294365

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

* Right the "arrow" icon is suppose to come from local ./icons/, it is included in the package but not loaded.

* ubuntu-filemanager-app.qml:113: ReferenceError: settingsPage is not defined, indeed I don't see were settingsPage is defined. Are there uncommitted / missing files?

* ubuntu-filemanager-app.qml:93: TypeError: Cannot read property 'opened' of null: did the toolbar api changed? cause that object appears to be null now, and thus one can't read any of its properties anymore.

-r131 does run against Qt5.2 fine, thus it's not a "qt5.2 problem". We should investigate r132 as it seems to introduce a lot of changes, which might be incomplete based on above comments.