Code review comment for lp:~mzanetti/unity8/fix-lockscreen-wallpaper

Revision history for this message
Michael Zanetti (mzanetti) wrote :

> I tried deb from r1425 and copying over qml changes in 1426/1427. Still just
> shows me default bg. But reverting to vivid debs works.

This was a bit racy. If GSettings loaded before AS, it broke the binding. I've removed imperative code now and keep it all to nice on-the-fly updating bindings. At the cost of adding a second dummy image though, but given sourceSize is 0x0 it shouldn't hurt us in terms of memory consumption.

« Back to merge proposal