Comment 2 for bug 1088671

Revision history for this message
Ugo Riboni (uriboni) wrote : Re: [sdk] "Ubuntu.Application is not installed" at startup

No, we can't get rid of it on desktop unless we find a way to fix things at link time, or create an Ubuntu.Application fake plugin that's packaged and installed only for the desktop.

The warning per se is harmless: what happens is that we wrap a Loader around a QML file trying to import Ubuntu.Application.
On device it will succeed and on desktop it will fail and QML will display that warning. There's no way to suppress it that I know of.