<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to start app because of invalid app ID (xenial) [solved]]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I've been trying to migrate an app previously created for vivid over to xenial and it seems to be bumping into the following issue:<br />
** (process:5611): WARNING **: Unable to start app 'transport.zubozrout_Transport_1.1': Invalid app ID: transport.zubozrout_Transport_1.1</p>
<p dir="auto">That is everything builds fine, the predecessor of this app even works fine, but for some reason I can't launch this app. If I build it with 15.04 it launches fine on xenial but doesn't work as it should afterwards.</p>
<p dir="auto">So my question is, how is the app ID string generated so that I can change it to a valid string. And what is the issue? Is it the uppercase T, numbers or the dot?</p>
<p dir="auto">(I am using clickable on 18.04 tu build my old Ubuntu SDK project)</p>
<p dir="auto">Appreciate all your help.</p>
]]></description><link>https://forums.ubports.com/topic/1268/unable-to-start-app-because-of-invalid-app-id-xenial-solved</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 10:56:35 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/1268.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 May 2018 10:26:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to start app because of invalid app ID (xenial) [solved] on Wed, 23 May 2018 18:24:51 GMT]]></title><description><![CDATA[<p dir="auto">Ok, it turned out my issue was that the old Ubuntu SDK project had the following line set in the Transport/Transport.pro file:<br />
desktop_file.files = $$OUT_PWD/*.desktop</p>
<p dir="auto">which turned out to work fine for vivid but for xenail the desktop file was missing from the final click package.</p>
<p dir="auto">So if anyone bumps into the similar issue you may try changing the above glob with a full path like this:<br />
desktop_file.files = $$OUT_PWD/Transport.desktop</p>
<p dir="auto">Once done the build project should be working (exacutable) on Xenial.</p>
<p dir="auto"><em>Thank you @dohbee for helping me so much with this.</em></p>
]]></description><link>https://forums.ubports.com/post/9050</link><guid isPermaLink="true">https://forums.ubports.com/post/9050</guid><dc:creator><![CDATA[zubozrout]]></dc:creator><pubDate>Wed, 23 May 2018 18:24:51 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to start app because of invalid app ID (xenial) [solved] on Wed, 23 May 2018 10:28:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zubozrout" aria-label="Profile: zubozrout">@<bdi>zubozrout</bdi></a> have you seen the PM I've sent you?</p>
]]></description><link>https://forums.ubports.com/post/9038</link><guid isPermaLink="true">https://forums.ubports.com/post/9038</guid><dc:creator><![CDATA[advocatux]]></dc:creator><pubDate>Wed, 23 May 2018 10:28:59 GMT</pubDate></item></channel></rss>