<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">In that case, you may want to look at this issue:<br>
<br>
<a href="https://source.puri.sm/Librem5/developer.puri.sm/issues/94" rel="noreferrer" target="_blank">https://source.puri.sm/Librem5/developer.puri.sm/issues/94</a><br>
<br>
It seems that the executable name needs to match the "stem" of the desktop<br>
entry file name. So, if the application provides a com.example.my_app.desktop<br>
file, the executable file needs to be com.example.my_app and this is set using<br>
glib_set_prgname in GTK apps. I can't find an equivalent to this in Qt apps at<br>
the moment.<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">I wonder how is it done in GNOME shell on desktop. Namely, the shell is able to associate correct icons with the applications running from Flatpak. In case of Pure Maps, I can see icon in GNOME shell while the running application is something else than the name of flatpak app. Ideally, it should work the same way on Phosh, so we can get as close as possible to the already available correct desktop experience.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Cheers,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Rinigus</div></div></div>