Re: ubuntu-app-platform updated to Qt 5.6.2

2017-02-08 Thread Timo Jyrinki
2017-02-07 17:00 GMT+02:00 Florian Boucault : > I thought I fixed the terminal last week. At least the terminal available on > the edge channel now is working for me. Does it work for you? > I made sure that the stage-packages only contain packages that are not in > ubuntu-app-platform and also use

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-02-07 Thread Timo Jyrinki
On Wed, Feb 1, 2017 at 8:52 AM, Timo Jyrinki wrote: >>> Isn't this what Kyle fixed by adding build-attributes: >>> [no-system-libraries] ? >>> >>> http://snapcraft.io/docs/build-snaps/syntax#parts >> >> Yes, that seems to be it, indeed. Than

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-31 Thread Timo Jyrinki
2017-01-31 18:29 GMT+02:00 Olivier Tilloy : > On Tue, Jan 31, 2017 at 4:56 PM, Leo Arias wrote: >> Isn't this what Kyle fixed by adding build-attributes: [no-system-libraries] >> ? >> >> http://snapcraft.io/docs/build-snaps/syntax#parts > > Yes, that seems to be it, indeed. Thanks for the pointer

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-31 Thread Timo Jyrinki
2017-01-31 10:23 GMT+02:00 Alberto Mardegan : > Do we have a clear understanding of why this happens? Qt apps are > supposed to be binary compatible against newer releases. > One exception could be if the app itself is shipping some plugins, > because in that case I believe that these plugins are s

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-30 Thread Timo Jyrinki
s-system-image/+bug/1660016 is the bug > report for the issue I mentioned. > > I'd be interested to hear how the change in version will be handled with the store > etc once you know more ;) > > Cheers > > Dan > > On Mon, 30 Jan 2017 15:44:23 +0200, Timo Jyrinki w

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-30 Thread Timo Jyrinki
e and > Page.head is deprecated. Use Page.header and the PageHeader component > instead. > qml: Database upgraded to 1 > qml: [LOG]: Detecting first time run by user. Starting welcome wizard. > XmbTextListToTextProperty result code -2 > Speicherzugriffsfehler (Speicherabzug geschrieben

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-30 Thread Timo Jyrinki
be an endless > cycle of broken snaps because developers weren't around to rebuild every 6 > months or so. > > Cheers > > Dan > > On Mon, 30 Jan 2017 14:26:35 +0200, Timo Jyrinki wrote: >> Hi, >> >> ubuntu-app-platform #26 has Qt 5.6.2 (up from 5.6.1)

ubuntu-app-platform updated to Qt 5.6.2

2017-01-30 Thread Timo Jyrinki
Hi, ubuntu-app-platform #26 has Qt 5.6.2 (up from 5.6.1), including around 5 months of upstream LTS bugfixes. It passed QA and everything seems to work normally, but you might find some pet bug to be fixed. Since this is the first point release update done in ubuntu-app-platform I thought to do an

Re: Shared content example - ubuntu-app-platform

2017-01-02 Thread Timo Jyrinki
2016-12-08 2:56 GMT+02:00 knitzsche : > How do consumers (snap devs) know the lib/API versions contained? On touch > we had the concept of a "framework", whose version implied a set of API > commitments. Since this puts QT together with other (Ubuntu &etc) libs, > what's the reasonable expectation

Re: Snapping Ubuntu phone app using "ubuntu-app-platform"

2016-11-26 Thread Timo Jyrinki
Hi XiaoGuo, Thanks for sharing your experience! Qt version is an important detail indeed, as we want to offer the Qt Project's Long Term Supported version - the 5.6 series - as the version in ubuntu-app-platform. -Timo torstai 24. marraskuuta 2016 XiaoGuo Liu kirjoitti: > Hi, > I have created a

Shared content example - ubuntu-app-platform

2016-11-26 Thread Timo Jyrinki
Hi Enwei, I think you might be running into bugs, given how in this and other threads people are bumping into bugs with the content interface. I haven't tried write, but I did have ubuntu-app-platform using paths at first and that did work fine, aside from the mounting bug discussed in this threa

Re: Shared content example - ubuntu-app-platform

2016-11-11 Thread Timo Jyrinki
e they are resolved in the next release). Regardless, I have ubuntu-app-platform installed from the store and uitk-gallery (installed from the linked .snap) running, as indicated in the attached screenshot^W^Wlinked screenshot here: http://people.ubuntu.com/~timo-jyrinki/running.png -Timo

Shared content example - ubuntu-app-platform

2016-11-11 Thread Timo Jyrinki
ample produces 1MB snap (https://code.launchpad.net/~timo-jyrinki/+snap/uitk-gallery/+build/9676/+files/uitk-gallery_0.1_amd64.snap) that uses the hundreds of megabytes of shared libraries from the platform snap. Since this might be interesting approach to share libraries or other content between several snap in

Re: Qt 5.7 cloud part now available

2016-11-03 Thread Timo Jyrinki
e devices with space constraints, currently called "ubuntu-qt-runtime" (name TBD). I have enough testers already so I don't recommend reaching out for it yet :) But if you are curious, it is installable from https://code.launchpad.net/~timo-jyrinki/+snap/ubuntu-qt-runtime/+build/897

Qt 5.7 cloud part now available

2016-10-10 Thread Timo Jyrinki
Hi! I started experimenting with bringing upstream Qt as is as a cloud part. I can happily announce an early let's say "alpha" version of it is working and available with "after: [qt57]". This is not the "qt-ubuntu" I've a vision of as being available via content interface, but rather building up

Re: Snapping Qt 5.7 APPs

2016-09-30 Thread Timo Jyrinki
2016-09-30 5:27 GMT+03:00 Leo Arias : > I'm resurrecting this thread because a dev from QGIS is asking about qt5.7: > https://github.com/qgis/QGIS/pull/3545#issuecomment-250636922 > > I think this should be a part in the wiki, not a plugin. But I don't know > enough Qt to do it myself. Any chance s

Re: Snapping Qt 5.7 APPs

2016-08-24 Thread Timo Jyrinki
Hi David! Thanks, seems to work nicely! I think some shortcuts like this are a good workaround as compiling the whole Qt is a huge time consumer. I'm interested in understanding the needs of Qt users (and snappy users interested in Qt), so I'm curious what brings you to using Qt 5.7? If it's the

Re: Getting QT apps running.

2016-07-29 Thread Timo Jyrinki
Changing qt5conf to desktop/qt5 and qt5-launch to desktop-launch does not help in ipe's case it seems, even though it gets rid of a few warnings. The problem is with the IPE_PREFIX that ipe requires to be set, and I'm also unable to find a combination that would allow ipe to build (../../../instal