Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread Martin Kampas
Hi Thomas,

The error messages in the tool tip shown when the *-armv7hl kit is hovered tell 
you the 
device selected in kit configuration is architecture incompatible with the kit. 
The kit 
supports armv7hl devices while the device (Sailfish OS Emulator) is an x86 
device. You can 
still use the kit to build RPM packages for the armv7hl architecture, you will 
just not be 
able to run those directly from Qt Creator. For that you need to provide a 
hardware device 
with that architecture and configure the kit to use that instead of the 
emulator. Use the *-
i486 kit if you want to run your software under the Sailfish OS Emulator.

The installation log currently contains information that is mostly useful to 
someone with 
knowledge of SDK installer internals. An error message appearing there is not 
necessary 
meaning something wrong. The installer would complain verbosely if an 
installation error 
really occurred.

The SSL-related errors are not likely to affect SDK functions regularly 
involved in Sailfish 
OS application development.

BR,
Martin
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread szopin
Oops I wrote arm for some reason, just install std openssl 1.0 package for your 
laptop and if install works you're good to go (reupgrade to latest after, if 
you need 1.0 for running sdk, though that shouldn't be the case, you could just 
copy the .so's to sdk dir and have a small bash script to LD_PRELOAD relevant 
libs, but shouldn't be needed it seems only install requires 1.0)

On Sunday, 17 November 2019, Thomas Tanghus wrote:
> On Sunday, 17 November 2019 15.24.18 CET szo...@gmail.com wrote:
> > Actually, downgrading to 1.0 might work as qtcreator 5.6 requires it
> > according to
> > https://forum.qt.io/topic/97098/install-qt-creator-5-6-0-on-ubuntu-mate-18->
> >  04-1/2 seems weird but could be worth a try and reupdating after install
> 
> Good find!
> 
> It does look like it could at least solve the "cannot resolve" errors, I'm 
> just baffled that no one else is having this problem?
> 
> But how would one approach this. Preferably having both v.1.0 and v.1.1 side 
> by side. Maybe it's possible to set an env variable saying which to use? I 
> have no idea :P
> 
> Hmm. Now I just checked my desktop PC. I has the same openssl version. I'll 
> investigate some more. Thanks for the suggestions :)
> 
> -- 
> /Thomas
> 
> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.or

-- 
Sent from my Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread szopin
This has answer with some links:
https://stackoverflow.com/questions/52210603/qt-and-openssl-incompatible-version-on-ubuntu
Just download a 1.0 arm deb install, reinstall sdk, then apt-get update(?) to 
get back to latest (there is a compat package on fedora/opensuse according to 
this 
https://together.jolla.com/question/191318/problems-installing-sdk-1807-on-linux/
 but didn't find a deb, so best to just downgrade for install and reupgrade 
after it seems) 

On Sunday, 17 November 2019, Thomas Tanghus wrote:
> On Sunday, 17 November 2019 15.24.18 CET szo...@gmail.com wrote:
> > Actually, downgrading to 1.0 might work as qtcreator 5.6 requires it
> > according to
> > https://forum.qt.io/topic/97098/install-qt-creator-5-6-0-on-ubuntu-mate-18->
> >  04-1/2 seems weird but could be worth a try and reupdating after install
> 
> Good find!
> 
> It does look like it could at least solve the "cannot resolve" errors, I'm 
> just baffled that no one else is having this problem?
> 
> But how would one approach this. Preferably having both v.1.0 and v.1.1 side 
> by side. Maybe it's possible to set an env variable saying which to use? I 
> have no idea :P
> 
> Hmm. Now I just checked my desktop PC. I has the same openssl version. I'll 
> investigate some more. Thanks for the suggestions :)
> 
> -- 
> /Thomas
> 
> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.or

-- 
Sent from my Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread Thomas Tanghus
On Sunday, 17 November 2019 15.24.18 CET szo...@gmail.com wrote:
> Actually, downgrading to 1.0 might work as qtcreator 5.6 requires it
> according to
> https://forum.qt.io/topic/97098/install-qt-creator-5-6-0-on-ubuntu-mate-18-> 
> 04-1/2 seems weird but could be worth a try and reupdating after install

Good find!

It does look like it could at least solve the "cannot resolve" errors, I'm 
just baffled that no one else is having this problem?

But how would one approach this. Preferably having both v.1.0 and v.1.1 side 
by side. Maybe it's possible to set an env variable saying which to use? I 
have no idea :P

Hmm. Now I just checked my desktop PC. I has the same openssl version. I'll 
investigate some more. Thanks for the suggestions :)

-- 
/Thomas


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread szopin
Actually, downgrading to 1.0 might work as qtcreator 5.6 requires it according 
to 
https://forum.qt.io/topic/97098/install-qt-creator-5-6-0-on-ubuntu-mate-18-04-1/2
 seems weird but could be worth a try and reupdating after install

On Sunday, 17 November 2019, Thomas Tanghus wrote:
> On Sunday, 17 November 2019 14.29.11 CET szo...@gmail.com wrote:
> > Have you tried updating openssl on your laptop and reinstalling? Seems like
> > this was the problem during install so it probably installed incorrectly?
>  
> Good suggestion, but I can't believe that to be the problem. It's a freshly 
> installed Kubuntu 19.10 with an updated openssl:
> 
> Package: openssl
> Version: 1.1.1c-1ubuntu4
> Priority: important
> Section: utils
> Origin: Ubuntu
> Maintainer: Ubuntu Developers 
> Original-Maintainer: Debian OpenSSL Team  de...@lists.alioth.debian.org>
> Bugs: https://bugs.launchpad.net/ubuntu/+filebug
> Installed-Size: 1.282 kB
> Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1)
> 
> 
> -- 
> /Thomas
> 
> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.or

-- 
Sent from my Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread szopin
Yeah, downgrading seems unlikely to fix it. Only other thing that comes to mind 
is the virtualization in bios:  If the Emulator fails to boot to user 
interface, the reason might be disabled virtualization technology settings in 
host computer’s BIOS? But that should only impact emulator not the install so 
probably not it

On Sunday, 17 November 2019, Thomas Tanghus wrote:
> On Sunday, 17 November 2019 14.29.11 CET szo...@gmail.com wrote:
> > Have you tried updating openssl on your laptop and reinstalling? Seems like
> > this was the problem during install so it probably installed incorrectly?
>  
> Good suggestion, but I can't believe that to be the problem. It's a freshly 
> installed Kubuntu 19.10 with an updated openssl:
> 
> Package: openssl
> Version: 1.1.1c-1ubuntu4
> Priority: important
> Section: utils
> Origin: Ubuntu
> Maintainer: Ubuntu Developers 
> Original-Maintainer: Debian OpenSSL Team  de...@lists.alioth.debian.org>
> Bugs: https://bugs.launchpad.net/ubuntu/+filebug
> Installed-Size: 1.282 kB
> Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1)
> 
> 
> -- 
> /Thomas
> 
> 
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.or

-- 
Sent from my Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread Thomas Tanghus
On Sunday, 17 November 2019 14.29.11 CET szo...@gmail.com wrote:
> Have you tried updating openssl on your laptop and reinstalling? Seems like
> this was the problem during install so it probably installed incorrectly?
 
Good suggestion, but I can't believe that to be the problem. It's a freshly 
installed Kubuntu 19.10 with an updated openssl:

Package: openssl
Version: 1.1.1c-1ubuntu4
Priority: important
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers 
Original-Maintainer: Debian OpenSSL Team 
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1.282 kB
Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1)


-- 
/Thomas


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread szopin
Have you tried updating openssl on your laptop and reinstalling? Seems like 
this was the problem during install so it probably installed incorrectly?

On Sunday, 17 November 2019, Thomas Tanghus wrote:
> Apparently the SDK and I are not on the best of terms. 
> After having gotten it to work on my desktop PC, I am now trying to install
> it on an older laptop. Every time I try to install it, I end up with a broken 
> kit, where cmake settings are missing/broken. Maybe because of:
> 
> SOFT ASSERT: "kitInfo.isValid()" in file 
> ../../../../sailfish-qtcreator/src/plugins/qmakeprojectmanager/qmakeproject.cpp,
>  line 268
> 
> I have no idea whatsoever what to do from here without breaking more than I 
> fix.
> 
> A picture says more... and so on:
> 
> https://cloud.tanghus.net/apps/sharingpath/tanghus/Documents/SDK-installation.txt
> 
> There were quite a few errors at the end of the installation. Among those:
> - Device Sailfish_OS-Emulator-latest not found.
> - Installing component Sailfish OS Build Target latest-i486 (3.2.0.12) 
> Integration for Sailfish OS IDE
> Error: Id was not found.
> - Installing component Sailfish OS Build Target latest-armv7hl (3.2.0.12) 
> Integration for Sailfish OS IDE
>  Error: Id was not found.
> 
> The "interesting" parts of the install log:
> 
> https://cloud.tanghus.net/apps/sharingpath/tanghus/Pictures/Screenshots/SailfishOS/SailfishOS-SDK-kit-no-cmake.png
> -- 
> /Thoma

-- 
Sent from my Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread Thomas Tanghus
On Sunday, 17 November 2019 14.05.16 CET Thomas Tanghus wrote:
> A picture says more... and so on:
> 
> https://cloud.tanghus.net/apps/sharingpath/tanghus/Documents/SDK-installation.txt
> 
> The "interesting" parts of the install log:
> 
> https://cloud.tanghus.net/apps/sharingpath/tanghus/Pictures/Screenshots/SailfishOS/SailfishOS-SDK-kit-no-cmake.png

And of course the links were supposed to be the other way around ;)

-- 
/Thomas


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] SDK again, again...

2019-11-17 Thread Thomas Tanghus
Apparently the SDK and I are not on the best of terms. 
After having gotten it to work on my desktop PC, I am now trying to install
it on an older laptop. Every time I try to install it, I end up with a broken 
kit, where cmake settings are missing/broken. Maybe because of:

SOFT ASSERT: "kitInfo.isValid()" in file 
../../../../sailfish-qtcreator/src/plugins/qmakeprojectmanager/qmakeproject.cpp,
 line 268

I have no idea whatsoever what to do from here without breaking more than I fix.

A picture says more... and so on:

https://cloud.tanghus.net/apps/sharingpath/tanghus/Documents/SDK-installation.txt

There were quite a few errors at the end of the installation. Among those:
- Device Sailfish_OS-Emulator-latest not found.
- Installing component Sailfish OS Build Target latest-i486 (3.2.0.12) 
Integration for Sailfish OS IDE
Error: Id was not found.
- Installing component Sailfish OS Build Target latest-armv7hl (3.2.0.12) 
Integration for Sailfish OS IDE
 Error: Id was not found.

The "interesting" parts of the install log:

https://cloud.tanghus.net/apps/sharingpath/tanghus/Pictures/Screenshots/SailfishOS/SailfishOS-SDK-kit-no-cmake.png
-- 
/Thomas

signature.asc
Description: This is a digitally signed message part.
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] "Floating" object

2019-11-17 Thread Андрей Кожевников
IMO this shoud not be a problem

вс, 17 нояб. 2019 г. в 01:33, E.S. Rosenberg <
es.rosenberg+sailfishos@gmail.com>:

> Would picture-in-picture that shows on other screens even make it through
> Jolla QA?
>
> Op za 16 nov. 2019 om 21:37 schreef Андрей Кожевников <
> coderusin...@gmail.com>:
>
>> if same app then just put it inside applicationwindow and increase z if
>> needed
>>
>> сб, 16 нояб. 2019 г. в 20:43, E.S. Rosenberg <
>> es.rosenberg+sailfishos@gmail.com>:
>>
>>>
>>>
>>> Op za 16 nov. 2019 om 00:26 schreef Tone Kastlunger <
>>> users.giulie...@gmail.com>:
>>>
 Hmm to have video in a notification window sounds daring..

>>> That goes too far I think I just want a video area with the video
>>> showing while the user is in the program but on a different page.
>>> When they are not in the program the cover can show the video, I don't
>>> think picture-in-picture should affect other programs...
>>> (Though I do think that exists on Android and maybe that can also be
>>> done here but great care would be needed implementing such a thing)
>>>

 On Thu, Nov 14, 2019 at 11:27 PM Андрей Кожевников <
 coderusin...@gmail.com> wrote:

> overlay? check screentapshot.
>
> пт, 15 нояб. 2019 г. в 00:17, E.S. Rosenberg <
> es.rosenberg+sailfishos@gmail.com>:
>
>> Hi all,
>> Has anyone ever implemented a "floating" object in QML, specifically
>> I am interested in implementing a VideoOutput area that "floats" like the
>> picture-in-picture youtube in whatsapp on Android.
>> Thanks!
>> Eli
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to
>> devel-unsubscr...@lists.sailfishos.org
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org

 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org
>>>
>>> ___
>>> SailfishOS.org Devel mailing list
>>> To unsubscribe, please send a mail to
>>> devel-unsubscr...@lists.sailfishos.org
>>
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to
>> devel-unsubscr...@lists.sailfishos.org
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org