Comment 0 for bug 1184569

Revision history for this message
David Planella (dpm) wrote :

I'm trying to use system icons on a Toolbar using the gicon schema for iconSource.

This still doesn't seem to work for scalable icons (i.e. the .svg ones):

                Action {
                    text: i18n.tr("Settings")
                    iconSource: "image://gicon/settings"
                    onTriggered: pageStack.push(pageSettings)
                }

Expected:

  * The toolbar action shows the /usr/share/icons/ubuntu-mobile/actions/scalable/settings.svg icon installed on my system

Actual result:

  * The toolbar action shows no icon at all