<?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[How do I sign a click package after building it?]]></title><description><![CDATA[<p dir="auto">I ssh'd into my phone and created a package:</p>
<pre><code>phablet@ubuntu-phablet:~/Downloads$ click build voipmssmsnotifier/
Successfully built package in './voipmssmsnotifier.yourname_1.0.0_armhf.click'.
phablet@ubuntu-phablet:~/Downloads$ pkcon install-local voipmssmsnotifier.yourname_1.0.0_armhf.click
Installing files              [=========================]         
Finished                      [=========================]         
Installing files              [=========================]         
Starting                      [=========================]         
Finished                      [=========================]         
Fatal error: /home/phablet/Downloads/voipmssmsnotifier.yourname_1.0.0_armhf.click failed to install.
Cannot install /home/phablet/Downloads/voipmssmsnotifier.yourname_1.0.0_armhf.click: Signature verification error: debsig: Origin Signature check failed. This deb might not be signed.
</code></pre>
<p dir="auto">However, shown in the above output, it won't install because the click package is not signed. I don't see anything about it in the docs <a href="http://manpages.ubuntu.com/manpages/trusty/man1/click.1.html" rel="nofollow ugc">here</a>.</p>
]]></description><link>https://forums.ubports.com/topic/3512/how-do-i-sign-a-click-package-after-building-it</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 23:12:25 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/3512.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Dec 2019 22:50:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I sign a click package after building it? on Thu, 12 Dec 2019 00:30:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/applee" aria-label="Profile: AppLee">@<bdi>AppLee</bdi></a> I'm actually not using the OpenStore at all but just doing all my development work locally at the moment. I'm not using clickable because my app cannot be cross-compiled. It relies on a rust dbus crate that doesn't allow cross-compiling (see <a href="https://github.com/diwic/dbus-rs/blob/master/libdbus-sys/cross_compile.md" rel="nofollow ugc">https://github.com/diwic/dbus-rs/blob/master/libdbus-sys/cross_compile.md</a> for details).</p>
]]></description><link>https://forums.ubports.com/post/26046</link><guid isPermaLink="true">https://forums.ubports.com/post/26046</guid><dc:creator><![CDATA[tahayassen]]></dc:creator><pubDate>Thu, 12 Dec 2019 00:30:14 GMT</pubDate></item><item><title><![CDATA[Reply to How do I sign a click package after building it? on Sun, 08 Dec 2019 10:14:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tahayassen" aria-label="Profile: tahayassen">@<bdi>tahayassen</bdi></a> I'm not sure, I will have to search a bit to validate.<br />
But signed apps are available from the OpenStore, I don't remember doing anything else than allowing developer mode to test my apps.</p>
<p dir="auto">Do you use a private/public key to authenticate via SSH ?</p>
<p dir="auto">[Edit] You can also use clickable to push the click to your phone, it does all the magic</p>
]]></description><link>https://forums.ubports.com/post/25881</link><guid isPermaLink="true">https://forums.ubports.com/post/25881</guid><dc:creator><![CDATA[AppLee]]></dc:creator><pubDate>Sun, 08 Dec 2019 10:14:50 GMT</pubDate></item><item><title><![CDATA[Reply to How do I sign a click package after building it? on Sun, 08 Dec 2019 05:35:11 GMT]]></title><description><![CDATA[<p dir="auto">Apparently you can install it via: <code>pkcon install-local --allow-untrusted something.click</code></p>
<p dir="auto">I learned this from the matrix chat:</p>
<p dir="auto">#ut_appdev:matrix.org</p>
<p dir="auto">#ubad_discussion:matrix.org</p>
]]></description><link>https://forums.ubports.com/post/25872</link><guid isPermaLink="true">https://forums.ubports.com/post/25872</guid><dc:creator><![CDATA[tahayassen]]></dc:creator><pubDate>Sun, 08 Dec 2019 05:35:11 GMT</pubDate></item></channel></rss>