It looks like the problem is that in the accountDelegate component in qml/Post.qml both iconName and iconSource are defined. According to [1] if both are defined iconName is ignored. Then, the iconSource assignment fails because it doesn't get a valid url (maybe because it doesn't point to a file directly? I'm not very well-versed in how image:// urls work in Qt).
Long story short: I was able to get the icons to show up by removing the :iconSource:" line from Post.qml. [1] http://developer.ubuntu.com/api/qml/sdk-14.04/Ubuntu.Components.ListItems.Standard /#iconName-prop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261438 Title: No protocol icons in Post View To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1261438/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
