<?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[Ubuntu-sdk  IDE on ubuntu 17.10]]></title><description><![CDATA[<p dir="auto">Hi All,<br />
I have tried to install Ubuntu-sdk Ide on Ubuntu 17.10 (as guest OS with Virtualbox)  but the installation fails. I got the message:<br />
Err:5 <a href="http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu" target="_blank" rel="noopener noreferrer nofollow ugc">http://ppa.launchpad.net/ubuntu-sdk-team/ppa/ubuntu</a> artful Release<br />
404  Not Found<br />
when i run:  'sudo apt-get update'<br />
I suppose that due to that error the 'ubuntu-sdk-ide' is not installed (the executable is not found).<br />
For the installation i have used the official commands (<a href="https://docs.ubuntu.com/phone/en/platform/sdk/installing-the-sdk" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.ubuntu.com/phone/en/platform/sdk/installing-the-sdk</a>).<br />
I know that Ubuntu-sdk ide is not currently mantained/developed and ubuntu 17.10 is now Gnome based...  I would like just know if exist a workaround/solution to install it on newest Ubuntu versions.<br />
Currently i use Ubuntu 16.04 LST and everything works (IDE and Emulator) but i'm thinking for the future about Apps development and how i can mantain/develop my UBports apps. I haven't tryed 'clickable' framework, but IMHO i prefer have an IDE like ubuntu-sdk.<br />
Thanks !</p>
]]></description><link>https://forums.ubports.com/topic/752/ubuntu-sdk-ide-on-ubuntu-17-10</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 00:31:14 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/752.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Nov 2017 17:17:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Mon, 29 Jan 2018 13:09:49 GMT]]></title><description><![CDATA[<p dir="auto">Also note it works a little differently now in the updated script. It will create an <code>$HOME/UBports</code> directory on the host which it will mount as the <code>$HOME</code> in the container. It also symlinks any ssh keys you might have on the host and copies over the .gitconfig. This way it keeps the container home seperate from host but can easily be accessed on the host. If you want to change the directory used for the container you can do</p>
<pre><code>export UBPORTS_HOME=$HOME/Custom/Path
./ubports-sdk-setup -d
</code></pre>
]]></description><link>https://forums.ubports.com/post/6979</link><guid isPermaLink="true">https://forums.ubports.com/post/6979</guid><dc:creator><![CDATA[DanChapman]]></dc:creator><pubDate>Mon, 29 Jan 2018 13:09:49 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Mon, 29 Jan 2018 13:05:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulvio" aria-label="Profile: fulvio">@<bdi>fulvio</bdi></a> Hi there. So first you don't really want to change the target especially 17.10 as the sdk is uninstallable on that release. (as per this thread) It default's to 16.04 which runs the sdk fine and is what we will be targeting in the near future for our devices so it makes sense to just leave that as is. I added the target option in case someone wanted to use an older 15.04 cloud-image. So i would suggest to leave it as is and just run <code>./ubports-sdk-setup -d</code></p>
<p dir="auto">I see the bug in check_uid_gid you can just remove the <code>exit 1</code> from the if block.</p>
<p dir="auto">I've just fixed that and pushed to github, so if you pull the latest and try again and see how it goes.</p>
]]></description><link>https://forums.ubports.com/post/6978</link><guid isPermaLink="true">https://forums.ubports.com/post/6978</guid><dc:creator><![CDATA[DanChapman]]></dc:creator><pubDate>Mon, 29 Jan 2018 13:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Mon, 29 Jan 2018 12:47:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/danchapman" aria-label="Profile: danchapman">@<bdi>danchapman</bdi></a><br />
thanks for your work. I have tryed it but i have some "issues".<br />
I'm using ubuntu 17.10 (not on a virtual machine):<br />
I have installed lxd; executed sudo ldx init with success; restarted the pc. Until now no problems.<br />
Then i have executed: ./ubports-sdk-setup --target ubuntu:17.10<br />
and i got this:<br />
[ ubuntu:17.10-dev ] default lxd profile already configured</p>
<p dir="auto">the script exit. Seems that stops in the functions named ''check_uid_gid()": it enter but does not exit (i have placed some echo messages as debug).<br />
Thanks.<br />
PS: i'm in Ubports and Openstore telegram channels, if you want/can, you can write there.</p>
]]></description><link>https://forums.ubports.com/post/6977</link><guid isPermaLink="true">https://forums.ubports.com/post/6977</guid><dc:creator><![CDATA[fulvio]]></dc:creator><pubDate>Mon, 29 Jan 2018 12:47:35 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Sun, 28 Jan 2018 15:34:42 GMT]]></title><description><![CDATA[<p dir="auto">For the folks that like living a little on the wild side you could try <a href="https://github.com/dpniel/ubports-sdk-install" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> . It uses a xenial lxc container to run the sdk but it uses qtcreator directly from upstream qt as it's the only one that worked ok from inside the container. Feel free to swap that out in the script though.</p>
<p dir="auto">For the most part it works ok, there isn't USB pass through so you would still need to use clickable on the host. and for sound you need to enable networking for local servers in paprefs. It simply allows you develop build and run UT apps on your desktop if your not on 16.04 already.</p>
<p dir="auto">I still need to add better documentation but there should be enough to get you going. Or ping me if you hit any issues.</p>
]]></description><link>https://forums.ubports.com/post/6965</link><guid isPermaLink="true">https://forums.ubports.com/post/6965</guid><dc:creator><![CDATA[DanChapman]]></dc:creator><pubDate>Sun, 28 Jan 2018 15:34:42 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Wed, 10 Jan 2018 13:13:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flowthentic" aria-label="Profile: flowthentic">@<bdi>flowthentic</bdi></a> hi, I simply used old libs in 17.10 ubuntu installation. I tried on my job PC but I had no time to try on my ubuntu home PC. I'll try next days...</p>
]]></description><link>https://forums.ubports.com/post/6547</link><guid isPermaLink="true">https://forums.ubports.com/post/6547</guid><dc:creator><![CDATA[rocky58]]></dc:creator><pubDate>Wed, 10 Jan 2018 13:13:15 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Sat, 06 Jan 2018 20:37:48 GMT]]></title><description><![CDATA[<p dir="auto">thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/rocky58" aria-label="Profile: rocky58">@<bdi>rocky58</bdi></a> , it would be really nice if you could come up with some simplification. I have written a note for myself not to update to 18.04 (assuming it will not get supported anytime soon)</p>
]]></description><link>https://forums.ubports.com/post/6438</link><guid isPermaLink="true">https://forums.ubports.com/post/6438</guid><dc:creator><![CDATA[flowthentic]]></dc:creator><pubDate>Sat, 06 Jan 2018 20:37:48 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Mon, 01 Jan 2018 14:11:12 GMT]]></title><description><![CDATA[<p dir="auto">I'm curious about this. As long as code editor, running on desktop and running to device is working, I'll be good. I don't use other features anyway <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=56a73af4c47" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
Until now I haven't upgraded to 17.10 because of Ubuntu SDK....well aside from the fact that I like Unity than Gnome 3 <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=56a73af4c47" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forums.ubports.com/post/6314</link><guid isPermaLink="true">https://forums.ubports.com/post/6314</guid><dc:creator><![CDATA[kugiigi]]></dc:creator><pubDate>Mon, 01 Jan 2018 14:11:12 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Fri, 29 Dec 2017 13:33:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flowthentic" aria-label="Profile: flowthentic">@<bdi>flowthentic</bdi></a> Installed ubuntu-sdk with hard work on 17.10. Works good except emulator (not installable) and some errors adding some controls in using designer... boh. I'll see to develop something...</p>
]]></description><link>https://forums.ubports.com/post/6245</link><guid isPermaLink="true">https://forums.ubports.com/post/6245</guid><dc:creator><![CDATA[rocky58]]></dc:creator><pubDate>Fri, 29 Dec 2017 13:33:18 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Tue, 26 Dec 2017 18:22:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vadrian89" aria-label="Profile: vadrian89">@<bdi>vadrian89</bdi></a> thanks for info, I was supporting community with small ammount of money and got OnePlus One.<br />
I like the interface very much but was missing an email client so wanted to start developing one in HTML5, but got to point where I found out that I need sdk, which is not compatible with 17.10.</p>
<p dir="auto">Now I am downloading the package, I am curious how smooth it will be to compile it.<br />
Or are there any news about when it will be made compatible with 17.10 - are there any plans?</p>
<p dir="auto">EDIT: Even a compilation process needs ubuntu-sdk-team repository, and I really wouldn't like to downgrade, so hopefully compatibility will come in near future...</p>
]]></description><link>https://forums.ubports.com/post/6150</link><guid isPermaLink="true">https://forums.ubports.com/post/6150</guid><dc:creator><![CDATA[flowthentic]]></dc:creator><pubDate>Tue, 26 Dec 2017 18:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Wed, 29 Nov 2017 09:37:15 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/arubislander" aria-label="Profile: arubislander">@<bdi>arubislander</bdi></a><br />
I agree. Currently is the best choice. As you said, my intention is have a stable development environment for Utouch(UBports) if possible with Ubuntu-sdk ide. The purpose of my question was know what will happen after the end of 16.04 support about UBports app development with Ubuntu-sdk Ide.</p>
]]></description><link>https://forums.ubports.com/post/5593</link><guid isPermaLink="true">https://forums.ubports.com/post/5593</guid><dc:creator><![CDATA[fulvio]]></dc:creator><pubDate>Wed, 29 Nov 2017 09:37:15 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Wed, 29 Nov 2017 07:40:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulvio" aria-label="Profile: fulvio">@<bdi>fulvio</bdi></a> If your aim is to have a stable and supported platform for utouch development and your 16.04 config works, I would remain on that rather than upgrading to 17.04, since support for that version ends in around Jan/Feb 2018, while 16.04 will be supported till April 2021.</p>
]]></description><link>https://forums.ubports.com/post/5586</link><guid isPermaLink="true">https://forums.ubports.com/post/5586</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Wed, 29 Nov 2017 07:40:23 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Tue, 28 Nov 2017 17:40:44 GMT]]></title><description><![CDATA[<p dir="auto">HI <a class="plugin-mentions-user plugin-mentions-a" href="/user/vadrian89" aria-label="Profile: vadrian89">@<bdi>vadrian89</bdi></a><br />
thanks for your reply.<br />
I have tryed to install Ubuntu sdk Ide on 17.04 (as guest OS with virtualbox) instead of 17.10.  The installation on 17.04 works (the only note is that is necessary run manually: sudo lxd init<br />
to create a "Device Kit").<br />
About your suggestion to compile Sdk for 17.10; i'm sorry but i don't have the necessary tech skills to do that.<br />
The intention of my post was an investigation/test to prevent problems in case of i'll upgrade my 16.04 LTS to a newst Ubuntu version.<br />
I hope that someone in the future could provide a compiled version of the Sdk for the 17.04, in the meanwhile i think that i'll upgrate to 17.04</p>
]]></description><link>https://forums.ubports.com/post/5581</link><guid isPermaLink="true">https://forums.ubports.com/post/5581</guid><dc:creator><![CDATA[fulvio]]></dc:creator><pubDate>Tue, 28 Nov 2017 17:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu-sdk  IDE on ubuntu 17.10 on Mon, 27 Nov 2017 20:11:47 GMT]]></title><description><![CDATA[<p dir="auto">The ppa doesn't support 17.10, if you open the ppa page you will that there aren't any packages for 17.10</p>
<p dir="auto">These are the list of available Ubuntu SDK, v4.1.0, which are available in that ppa:<br />
ubuntu-sdk-ide	4.1.0~170+201703081048~ubuntu17.04.1	Timo Jyrinki (2017-03-09)<br />
ubuntu-sdk-ide	4.1.0~168+201611161051~ubuntu16.04.1	Ubuntu SDK team (2016-11-18)<br />
ubuntu-sdk-ide	4.1.0~168+201611161046~ubuntu16.10.1	Ubuntu SDK team (2016-11-18)<br />
ubuntu-sdk-ide	4.1.0~168+201611161046~ubuntu14.04.1</p>
<p dir="auto">In theory, you could manually download the latest packages for Ubuntu SDK and which dependencies it has.<br />
Here is the link from where you can download the packages manually: <a href="https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/ppa/+packages" target="_blank" rel="noopener noreferrer nofollow ugc">https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/ppa/+packages</a></p>
<p dir="auto">At first glance most likely you will need the following packages:</p>
<ul>
<li>goget-ubuntu-touch</li>
<li>lxc</li>
<li>lxcfs</li>
<li>phablet-tools</li>
<li>ubuntu-sdk-dev</li>
<li>ubuntu-sdk-ide</li>
<li>ubuntu-sdk-qmake-extras</li>
<li>ubuntu-sdk-tools</li>
<li>ubuntu-touch-meta</li>
<li>ubuntu-ui-toolkit</li>
<li>unity-js-scopes</li>
</ul>
<p dir="auto">I'm not sure about the rest of the packages there.<br />
Like I mentioned before, this should work in theory, in practice it might break because of different libraries in the system.</p>
<p dir="auto">Ofc you can get, at the ppa site, the source code and compile everything on the 17.10 machine to have it up-to-date with the machines libraries.</p>
]]></description><link>https://forums.ubports.com/post/5576</link><guid isPermaLink="true">https://forums.ubports.com/post/5576</guid><dc:creator><![CDATA[vadrian89]]></dc:creator><pubDate>Mon, 27 Nov 2017 20:11:47 GMT</pubDate></item></channel></rss>