<p>Hi</p>
<p>CPU x86, kubuntu 10.10, latest virtual box, Qt Creator 3.1.2, not tested on a mobile phone, only simulator</p>
<!-- p, li { white-space: pre-wrap; } -->
<p>If my harbour-myapp.desktop file look like this</p>
<p>[Desktop Entry]<br />Type=Application<br />X-Nemo-Application-Type=silica-qt5<br />Icon=harbour-myapp<br />Exec=harbour-myapp<br />Name=MyApp<br />Name[de]=MyApp</p>
<p>And I do</p>
<p>    QGuiApplication app(argc, argv);<br />    appDispName = app.applicationDisplayName();<br />    appName = app.applicationName();<br /><br /></p>
<p>I would expect that</p>
<p>appDispName="myApp"<br />appName = harbour-myapp</p>
<p>but they don’t, both are "harbour-myapp", is this correct ?<br />(in the emulator i can see that the emulator is reading the application display name desktop file correctly <br />because when i remove the application is says MyApp.</p>
<p>Or should i use other function calls to "read" the entries in the desktop file ?</p>
<p> </p>
<p>/Stefan</p>
<p> </p>
<p> </p>