Settings -> Account list did not work after upgrade to 2.0.0.10

asked 2015-10-28 17:13:28 +0300

villes gravatar image

updated 2015-10-28 17:32:27 +0300

Upgrade to 2.0.0.10 did not went very well. After I followed instructions listed on this post I was able to upgrade properly.

Selecting Settings -> Accounts did not give me list of existing accounts after upgrade to 2.0.0.10. Just nothing happened.

journalctl -f showed next error when tried to access Accounts

loka 28 16:35:38 Jolla dbus-daemon[927]: invoker: Invoking execution: '/usr/bin/jolla-settings' loka 28 16:35:39 Jolla estart[4527]: [D] runPlugin:55 - "" loka 28 16:35:39 Jolla estart[4527]: [W] runPlugin:56 - "" loka 28 16:35:44 Jolla estart[4527]: [W] unknown:439 - file:///usr/lib/qt5/qml/Sailfish/Silica/PageStack.js:439: Error: Error while loading page: file:///usr/...unavailable file:///usr/lib/qt5/qml/com/jolla/settings/accounts/AccountsPage.qml:28 Type AccountsFlowView unavailable...

I found that there was couple of zero sized files in /usr/lib/qt5/qml/Sailfish/Accounts/

-rw-r--r-- 1 root root 122 2000-01-01 02:00 AccountIcon.qml -rw-r--r-- 1 root root 776 2000-01-01 02:00 AccountProviderPickerDelegate.qml -rw-r--r-- 1 root root 2057 2000-01-01 02:00 AccountProviderPicker.qml -rw-r--r-- 1 root root 0 2000-01-01 02:00 AccountsFlowView.qml -rw-r--r-- 1 root root 0 2000-01-01 02:00 AccountsListDelegate.qml -rw-r--r-- 1 root root 1132 2000-01-01 02:00 AccountsListView.qml

Problem was solved running: pkcon install sailfish-components-accounts-qt5

Package version was before and after: sailfish-components-accounts-qt5-0.1.15-10.41.3.jolla.armv7hl

Perhaps something went wrong during upgrade.

edit retag flag offensive close delete