← Back to team overview

ubuntu-phone team mailing list archive

Re: app icon displays on phone when run from qtcreator, but not when installed and run from phone

 

On Mon, Mar 24, 2014 at 9:42 PM, David Marceau
<uticdmarceau2007@xxxxxxxx> wrote:
> Also the Exec within the .desktop doesn't match what I see in the
> qtcreator console.  What is the Exec within the .desktop supposed to
> look like?
>

Depends on the app, however with similar rules to the Icon variable,
such as this for a QML app:-

Exec=qmlscene $@ foo.qml

or this for an HTML5 app:-

Exec=ubuntu-html5-app-launcher $@ --www=www

or this for a webapp:-

Exec=webapp-container --enable-back-forward
--webappUrlPatterns=https?://foo.com/* http://foo.com/?m=1

Cheers,
-- 
Alan Pope
Engineering Manager

Canonical - Product Strategy
+44 (0) 7973 620 164
alan.pope@xxxxxxxxxxxxx
http://ubuntu.com/


References