<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The trick is to call QGuiApplication::setDesktopFileName() with the name of the<br>
desktop file that represents the application:<br>
<br>
<a href="https://doc.qt.io/qt-5/qguiapplication.html#desktopFileName-prop" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qguiapplication.html#desktopFileName-prop</a><br>
<br>
So, for Pure Maps, I believe you would pass "io.github.rinigus.PureMaps.desktop"<br>
to this method. QtWayland then strips the ".desktop" from the end and uses the<br>
rest as the application ID.<br><br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">Thank you for looking it up! It seems to be working. I have added corresponding functionality to qmlrunner and it will allow to use it for any QML-only (+python) applications through this utility. New Flatpak builds have started and should be ready in few hours.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Rinigus</div></div></div>